@charset "utf-8";
/* Begin Reset CSS */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	line-height:140%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6{
line-height:normal;
}

/* End Reset CSS */

body{
	text-align:center;
	background: url(../images/body_bg.jpg) repeat-x;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";	
}
.main_column {
	width: 540px;
}
h2 {
	color: #146399;
	font-size: 24px;
	font: normal 24px 'Segoe UI', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, Tahoma;
}
.sidebar {
	width: 250px;
	clear: left;
	float: right;
	background: url(../images/sidebar_bg.jpg) no-repeat left top;
	min-height:300px;
	padding-left: 40px;
}
.sidebar h2 {
	color: #222222;
	margin-bottom: 10px;
}


.banner .banner_content h2 {
	color: #e6f3fa;
	font: normal 28px/normal 'Segoe UI', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, Tahoma;
	padding: 0px;
	margin: 0px;
}


#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background: url(../images/header_bg.gif);
	height: 80px;
	text-align: right;
}
#header h1{
	float: left;
	background: url(../images/logo.jpg);
	height: 80px;
	width: 167px;
}

#header h1 strong {
	display: none;
}
.banner {
	background: url(../images/banner_image.jpg) no-repeat right -1px;
	height: 190px;
}
.banner .banner_content {
	width: 450px;
	margin-top: 30px;
	margin-left: 30px;
	color: #FFFFFF;
	float: left;
}
.nav_bg {
	background: url(../images/nav_bg.gif);
	height: 41px;
}
.content {
	background: #FFFFFF;
	padding: 40px;
	line-height: 15px;
}

ul#nav{
	font: normal 13px 'Segoe UI', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #36383a;
	text-transform: uppercase;
}
ul#nav li{
	display:inline;
	float:left;
	}
	
ul#nav li a{
	padding:0px 10px;
	display:block;
	padding-top:10px;
	height: 31px;
	text-decoration:none;
	color:#36383a;
}

ul#nav li a:hover{
		color:#146399;
}

/**
ul#nav li a:active
**/
.activelink{
	color:#86053f;
	background: url(../images/tab_active_bg.gif) repeat-x;
	pointer:arrow;		
}
.left_corner {
	float: left;
}
.right_corner {
	clear: left;
	float: right;
}

#footer {
	background: url(../images/footer_bg.gif);
	height: 80px;
	padding-top: 35px;
}
.clear {
	clear: both;
}

#footer p{
line-height:28px;
}

#footer a{
color:#321f22;
text-decoration:none
}

#footer a:hover{
color:#146399;
text-decoration:underline;
}

a {
	color: #146399;
	text-decoration:underline;
}
a:hover {
	color: #86053f;
	text-decoration:none;
	
}
.keyWords {color: #003399; font-style: normal; font-weight: normal; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #999999; }h3 {

	color: #146399;
	font-size: 18px;
	font: normal 18px 'Segoe UI', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, Tahoma;
}
table{
border: solid;
}
.disclaimer {font-size: 10px}