@charset "UTF-8";
/* CSS DOCUMENT */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	padding: 0;
	text-align: center;
	background: #8A7459;
	color: #3E3E3E;
	background-image: url("../images/template/standard/background.jpg");
	background-repeat: repeat-x
}


h1 {
	color: #613906;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 .5em 0;
}

h2 {
	color: #8A7459;
	font-size: 18px;
	font-weight: bold;
	margin: 1em 0 .5em 0;
}

h3 {
	color: #8A7459;
	font-size: 13px;
	font-weight: bold;
	margin: 1em 0 .5em 0;
	text-transform: uppercase;
}

p {
	margin: 0 0 1em 0;
}

#wrapper {
	text-align: left;
	width: 875px;
	background: white;
	padding: 0;
	margin: 0 auto; 
}



/* HEADER STYLES */

#header {
	width: 875px;
	float: left;
	background-color: #FFFFFF;
	height: 76px;
	margin: 0;
	padding: 0;
}

#header_logo {
	float: left;
	width: 303px;
	height: 76px;
	background-image: url("../images/template/standard/logo.jpg");
	background-repeat: no-repeat;
	border: none;
}

#header_logo a {
	text-decoration: none;
	
}

#header_links {
	float: right;
	color: #121986;
	margin: 60px 10px 0 0;
}

#header_links a {
	text-decoration: none;
	color: #121986;
}

#header_links a:hover {
	text-decoration: underline;
}

#header_gradient {
	width: 875px;
	height: 7px;
	background-image: url("../images/template/standard/header_gradient.jpg");
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	background-color: #333333;
}

#header_image {
	float:left;
	background-repeat:no-repeat;
	background-position:top;
	width:875px;
	margin:0;
	padding:0;
}

a.a {
	display: block;
	width: 102px;
	height: 33px;
	background: url("../images/template/main_menu/btn-home_a.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.a:hover {
	background-position: 0 -33px;
}

a.ms {
	display: block;
	width: 120px;
	height: 33px;
	background: url("../images/template/main_menu/btn-home_ms.jpg") no-repeat;
	float:left;
	text-decoration: none;
}

a.ms:hover {
	background-position: 0 -33px;
}


a.gs {
	display: block;
	width: 108px;
	height: 33px;
	background: url("../images/template/main_menu/btn-home_gs.jpg") no-repeat;
	float:left;
	text-decoration: none;
}

a.gs:hover {
	background-position: 0 -33px;
}

a.cs {
	display: block;
	width: 147px;
	height: 33px;
	background: url("../images/template/main_menu/btn-home_cs.jpg") no-repeat;
	float:left;
	text-decoration: none;
}

a.cs:hover {
	background-position: 0 -33px;
}

a.cr {
	display: block;
	width: 148px;
	height: 33px;
	background: url("../images/template/main_menu/btn-home_cr.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.cr:hover {
	background-position: 0 -33px;
}

a.p {
	display: block;
	width: 99px;
	height: 33px;
	background: url("../images/template/main_menu/btn-home_p.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.p:hover {
	background-position: 0 -33px;
}

a.c {
	display: block;
	width: 81px;
	height: 33px;
	background: url("../images/template/main_menu/btn-home_c.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.c:hover {
	background-position: 0 -33px;
}

a.n {
	display: block;
	width: 70px;
	height: 33px;
	background: url("../images/template/main_menu/btn-home_n.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.n:hover {
	background-position: 0 -33px;
}

.main_menu {
	width: 875px;
	margin: 0;
	padding: 0;
}

#main_content {
	float: left;
	width: 875px;
	min-height: 300px;
	background-image: url("../images/template/standard/center_pattern.jpg");
}

#main_content a {
	color: #15216D;
}

#main_content a:visited {
	color: #8A7459;
}

#main_content a:hover {
	color: #613906;
}

.nav_list {
	margin: 0;
	padding: 0;
	text-indent: 0;	
}

.nav_list li {
	list-style: none;
	display: inline;
}




/* LEFT COLUMN STYLES */

#left_column {
	float: left;
	background-color: #F0EBE1;
	width: 170px;
	background-image: url("../images/template/standard/left_column.jpg");
	background-repeat: repeat-x;
}

#left_column_content {
	float: left;
	padding: 20px 10px 10px 10px;

}

#left_column_content ul {
	color: #613906;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	list-style-image: url("../images/template/standard/UL_image.gif");
	list-style-type: square;
	margin: 0;
	padding: 0;
	
}

#left_column_content a {
	color: #613906;
	text-decoration: none;
}

#left_column_content a:visited {
	color: #613906;
	text-decoration: none;
}

#left_column_content a:hover {
	color: #8A7459;
}

#left_column_content li {
	font-size: 11px;
	line-height: 1.4em;
	list-style-position: outside;
	margin-left: 15px;
	padding: 0;
}

#left_column_content li li {
	list-style-image: url("../images/template/standard/UL2_image.gif");
}

#left_column_content li a {
	font-weight: normal;
}

#left_column_content li a.this_page {
	font-weight: bold;
}

#left_column_content p {
	margin-top: 10px;
}



/* CENTER COLUMN STYLES */

#center_column {
	width: 501px;
	min-height: 200px;
	float: left;
	background-color: #FFFFFF;
	background-image: url("../images/template/standard/center_column.jpg");	
	background-repeat: repeat-x;
}

#center_content {
	padding: 20px 10px 10px 10px;
	float: left;
}

#center_content img.left-image { 
	margin: 3px 10px 5px 0px;
	float: left;
}

#center_content img.right-image {
	margin: 3px 0px 5px 10px; 
	float: right;
}

#center_content .footnote {
	font-style: italic;
	font-size: 11px;
}

#center_content ul {
	list-style-type: disc;
}



/* RIGHT COLUMN STYLES */

#right_column {
	float: right;
	background-color: #0E1B48;
	background-image: url("../images/template/standard/right_column.jpg");	
	background-repeat: repeat-x;
	width: 200px;
}


.right_column_h1 {
	background-image: url("../images/template/right_column/key_facts.jpg");
	background-repeat: no-repeat;
	width: 90px;
	height: 21px;
	padding: 5px 0 1.4em 0;
}

#right_column_content {
	float: left;
	padding: 20px 10px 10px 10px;
	color: #F3F7FA;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: normal;
}

#right_column_content a {
	color: #CA012F;
}


#right_column_content a:visited {
	color: #F0EBE1;
}

#right_column_content a:hover {
	color: #8A7459;
}

#right_column_content ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 1.4em 15px;
	list-style-position: outside;
}

#right_column_content li {
	padding-bottom: 1.4em;
}


/* TABLE STYLES */

table {
	font: normal 100% Arial, Helvetica, sans-serif;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1em;
	color: #3E3E3E;
}

thead th, thead td, tfoot th, tfoot td {
	font-size: 14px;
	border: 1px solid #613906;
	border-width: 1px 0;
	background: #EBE5D9;
	padding: 1em .5em .25em .5em;
}

th {
	font-weight: bold;
	line-height: 1.2;
	padding: .25em .5em;
	text-align: left;
}

tbody th, td {
	padding: 1em .5em .25em .5em;
	text-align: left;
	vertical-align: top;
}

tbody th {
	font-weight: normal;
	white-space: nowrap;
}

tbody th a:link, tbody th a:visited {
	font-weight: bold;
}

tbody td, tbody th {
	border: 1px solid #fff;
	border-width: 1px 0;
}

tbody tr.odd th, tbody tr.odd td {
	border-color: #EBE5D9;
	background: #F7F4EE;
}

tbody tr:hover td, tbody tr:hover th {
	background: #ffffee;
	border-color: #523A0B;
}



/* FOOTER STYLES */


#footer_container {
	float: left;
	width: 875px;
	background-image: url("../images/template/standard/footer_gradient.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 30px;
	text-align: center;
}

#footer_content {
	font-size: 11px;
	color: #666666;
	padding: 10px 0;
}

#footer_content a {
	color: #15216D;
}

#footer_content a:visited {
	color: #8A7459;
}

#footer_content a:hover {
	color: #613906;
}