html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background:#001c33 url('images/backgrd.jpg') repeat-x;
	text-align:center;
	color: #001c33;
	height:100%;
}

a:link, a:active, a:visited {
	color: #001c33;
	text-decoration: none;
}

img {
	border: 0 solid white;
}

a:hover {
	text-decoration: underline;
	color: #2f5c57;
}

.heading_lg {
	font-size:18pt;
	color:#001c33;
	font-weight:bold;
	margin-bottom:0px;
}

.heading_md {
	font-size:14pt;
	color:#001c33;
	font-weight:bold;
	margin-bottom:0px;
}

.heading_sm {
	font-size:12pt;
	color:#001c33;
	font-weight:bold;
	margin-bottom:0px;
}

.heading_xs {
	font-size:11pt;
	color:#001c33;
	font-weight:bold;
	margin-bottom:0px;
}

#page {
	margin: 0 auto;
	padding:0;
	width: 905px;
	height: auto;
	min-height: 600px;
	display:block;
	text-align:left;
	position:relative;
	background: #001c33 url('images/contentback.jpg') repeat-y;
}

#header {
	background-image:url('images/header.jpg');
	width:905px;
	height:161px;
	text-align:left;
}

#footer {
	background: #001c33 url('images/footer.jpg') no-repeat;
	width:905px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	position:absolute;
	font-size:7pt;
	display:block;
	clear:both;
	background-color: silver;
}

#footercontent {
	margin-left: 36px;
	margin-top: 24px;
	text-align:center;
	margin-right: 36px;
	padding-bottom: 100px;
}

#menu {
	width: 572px;
	height: 1.5em;
	text-align:left;
	font-size:11px;
	color: #d2d5d8;
	float:left;
	margin: 0 auto;
	padding: 0;
	margin-left: 283px;
	margin-top: 115px;
	display:inline;
	z-index:99;
}

#breadcrumbs {
	width: 450px;
	padding: 0;
	text-align:left;
	font-size:10px;
	display:block;
	color: #4c5e6e;
	display:block;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	color: #4c5e6e;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #001c33;
	text-decoration: underline;
}

#search {
	padding: 0;
	text-align:left;
	font-size:10px;
	display:block;
	margin-left:24px;
	color: #4c5e6e;
	float:right;
	text-align:right;
	margin-right: 4px;
	position:absolute;
	margin-top: 145px;
	height:20px;
	right:0;
}

#search .searchform {
	margin:0;
	padding:0;
	height:20px;
	padding-top: 3px;
}

#search .inputbox {
	background-image:url('images/searchbox.gif');
	height: 18px;
	margin:0;
	padding:0;
	border:1px solid #4c5e6e;
	color:#4c5e6e;
	font-size:10px;
	width:150px;
	padding-left: 3px;
}

#search .button {
	margin:0;
	padding:0;
	display:inline;
	position:absolute;
	margin-left:4px;
}

#contentarea {
	margin: 0 auto;
	margin-left: -1px;
	margin-top: 0px;
	padding: 0;
	display:block;
	height:auto;
	min-height:600px;
	_height:550px;
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom:36px;
	display:block;
}

#contentleft {
	width:632px;
	float:left;
	margin:0;
	padding: 0;	
	height: auto;
	margin-left: 18px;
	padding-right: 18px;
}

#contentright {
	width: 160px;
	float:right;
	padding-top: 18px;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

#quoteblock {
	width: 155px;
	margin: 0;
	padding: 0;
	display: block;
	height: 150px;
	margin-top: 1em;
	font-size: 8pt;
}
#quotedata_l {
	display: block;
	float: left;
	text-align:left;
	margin: 0;
	padding: 0;
}
#quotedata_r {
	display: block;
	float: right;	
	text-align:right;	
	margin: 0;
	padding: 0;
}

.size8 {
	font-size: 8pt;
}

.size7 {
	font-size: 7pt;
}

.size6 {
	font-size: 6pt;
}

/* AjaxSearch CSS */

       #ajaxSearch_form {
           color: #fff;
           width: auto;
       }

	#ajaxSearch_form fieldset {
		border: 0px solid white;
	}

       #ajaxSearch_input {
           width: 150px;
           display: inline;
           height: 17px;
           border: 1px solid #ddd;
           border-left-color: #c3c3c3;
           border-top-color: #7c7c7c;
           background: #fff url(images/searchbox.gif) repeat-x top left;
           margin: 0 3px 0 0;
           padding: 3px 0 0;
           vertical-align: top;
	    font-size:11px;
       }
       #ajaxSearch_submit {
           display: inline;
           height: 22px;
           line-height: 22px;
       }
       #ajaxSearch_output {
           border: 1px solid #444;
           padding: 10px;
           background: #fff;
           display: block;
           height: auto;
	    text-align: left;
           vertical-align: top;
       }
       .AS_ajax_result {
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink {
           text-decoration: underline;
	    font-weight: bold;
       }
       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }
	.ajaxSearch_paging {
	    font-weight: normal;
	    margin-left: 0;
	    padding-bottom: 0.25em;
	    border: 0px solid black;
	    display: block;
	}
	.ajaxSearch_hightlight {
		background: #ffff66;
	}
	.ajaxSearch_resultExtract {
		margin-left: 2em;
	}

/* Navigation menu from here down */

#nav, #nav ul { 
	/* root level button area */
	display:inline;
	position:relative;
	float:left;	
	width: 586px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left:2px;
	margin-top: 0px;
	text-align:left;
	z-index:500;
}

#nav a {
	/* root level buttons */
	display: block;
	color: #d2d5d8;
	text-decoration: none;
	padding: 0;
	border-left: 1px solid #22221f;
	border-right: 1px solid #707982;	
	text-align:left;
	padding-left: 7px;	
	padding-right: 7px;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:0;
	padding-bottom:4px;
	text-transform:none;
	font-weight:bold;
	width: auto;
}

#nav li {
	/* root level button spacing */
	float: left;
	width: auto;
	text-align:left;
	display:inline;
}

#nav li ul {
	/* second level container */
	position: absolute;
	border-top: 1px solid #001c33;
	display: block;
	font-weight: normal;
	left: -999em;
	height: auto;
	width: 180px;
	clear:both;
	margin: 0;
	margin-left: 0px;	
	text-align:left;
	opacity: 0.93;
	line-height:1;
	background:#30485d url('images/drop.gif') repeat-y;
}

#nav li li {
	/* second level drop box */
	width: 179px;
	display: block;
	padding: 0;
	text-align:left;
	border-bottom: 1px solid #1f1f1c;			
}

#nav ul ul .last {
	border-bottom: 1px solid #1f1f1c;	
	margin-bottom: 6px;
}


#nav li ul a {
	/* second level button */
	width:168px;
	display: block;
	text-align:left;
	padding: 0;
	padding-left:10px;
	text-transform:none;
	height: 1.25em;
	border:0px;
	font-weight:normal;
	padding-top:0.25em;
	font-size:11px;
}

#nav li ul ul {
	margin: -22px 0 0 150px;
	left: -999em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;	
	width: 179px;
}

#nav li:hover, #nav li.sfhover {
	background:#2f5c57 url('images/drophover.gif') repeat-y;
}

#nav li li a:hover {
	background:#2f5c57 url('images/drophover.gif') repeat-y;
	color:#fff;
	text-decoration:underline;		
}

#nav li a:hover {
	background:#2f5c57 url('images/drophover.gif') repeat-y;
	color:#fff;			
	text-decoration:underline;			
}

#nav li.active a {
	color:#e9eaec;
}

#nav li.active a:hover {
	background:url('images/drophover.gif') repeat-y;
	color:#fff;			
	text-decoration:underline;			
}

/* the following is for compatibility with pasted data */

table.MsoTableGrid
	{border:solid black 1.0pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	}
p.MsoNormal
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:0in;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	}
