body, html {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/generic/back_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
}
h1 {
	padding: 0px; 
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
h2 {
	padding: 0px; 
	margin: 0px;
	margin-top:2px;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #017ac9;
	text-decoration: none;
	font-weight:bold;
}
h2 a {
	font-size: 12px;
	line-height: 15px;
	color: #017ac9;
	text-decoration: none;
	font-weight:bold;
}
h2 a:hover {
	font-size: 12px;
	line-height: 15px;
	color: #017ac9;
	text-decoration: underline;
	font-weight:bold;
}
h3 {
	padding: 0px; 
	margin: 0px;
	margin-top:2px;
	margin-bottom:5px;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a {
	color:#666666;
	text-decoration:underline;
}
a:hover {
	color:#0066cc;
	text-decoration:underline;
}
#container {
	width: 847px;
	margin:0px auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top:15px;
	background-color:#FFFFFF;
}
#title_bar {
	background-image: url(../images/generic/title_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	height: 23px;
	padding-left:10px;
}
.top_bar_lines {
	background-image: url(../images/generic/top_bar_lines_repeat.jpg);
	background-repeat: repeat-x;
	height: 3px;
	background-position: left top;
	clear:both;
}
.generic_assets {
	clear:both;
}
hr {
	color:#017ac9;
	size:1px;
}
#footer_content {
	background-color: #FFFFFF;
	margin:0px auto;
	height:27px;
	line-height:26px;
	padding-left:4px;
	padding-right:10px;
	bottom:0px;
}

/* Footer Left */
#footer_left {
	float:left;
	width:500px;
}
* html #footer_left {
	float:left;
	width:580px;
}
#footer_left ul {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:9px;
}
#footer_left ul li {
	line-height:9px;
	float:left;
}
#footer_left ul li a {
	color:#0066cc;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;	
	display:inline;
	height:10px;
	border-right:2px solid #67afdf;
	padding-left:6px;
	padding-right:6px;
}
#footer_left ul li a:hover {
	color:#0066cc;
	text-decoration:underline;
	font-size:9px;
	font-weight:bold;
}

/* Footer Right*/
#footer_right {
	float:right;
	width:210px;
}
#footer_right ul {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:9px;
}
#footer_right ul li {
	line-height:9px;
	float:right;
}
#footer_right ul li a {
	color:#666666;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;	
	display:inline;
	height:10px;
	padding-left:8px;
	padding-right:6px;
}
#footer_right ul li a:hover {
	color:#666666;
	text-decoration:underline;
	font-size:9px;
	font-weight:bold;
}
#content {
	padding-top: 10px;
	padding-bottom:10px;
	min-height:400px;
}
.text_item {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c4c4c4;
}
.image_caption {
	font-size: 9px;
	line-height: 18px;
	font-weight: bold;
}
.downloads_link {
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-top:15px;
}
.downloads_link a {
	text-decoration:underline;
	line-height:19px;
}
.blue_link {
	color:#017ac9;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
}
