/*************  CONTAINER AND BODY  *****************/
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}

/************** HEADER AND STRAPLINE *************/
#header {
	background-color: #3E579C;
	border-top: 1px solid #778899;
	border-bottom: 1px solid #F8B500;
	height: 44px;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #E9E2F1;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	/*margin-top: 0.5em;*/
}
#header .logo {
	float: left;
	top: 0px;
	left: 6px;
	margin-left: 0.5em;
	margin-top: 1px;
	margin-bottom: 0;
	border: 1px solid #FFFFFF;

}
/*********** TOPNAV AND TOPNAV LINKS *************/
#topnav {
	
	height: 25px;
	width: 100%;
	vertical-align:middle;
	
}
.indent {
margin:0;
background-color: #F8B500;
cursor: pointer;
border-right:#FFFFFF solid 1px;
border-top:#FFFFFF solid 1px;
}

#topnav .indent a {
	font:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:11px;
	color:#000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	margin: 0;
}
#topnav .indent a:hover  {
	color:#FFFFFF;
	text-decoration: none;
}
#topnav .indent, #topnav .indent.a:visited, #topnav .indent.a:active {
	color:#000000;
	text-decoration: none;
}

.menuitems {
color: #000; 
background-color:#FFFFCC; 
cursor: pointer;
font-size:12px;
margin: 0px;
}

.menuitems a {
text-decoration: none;
color: #000; 
font-size:12px;
}

.menuitems a:hover {
text-decoration: none;
font-size:12px;
}

.menuitems a:visited {
text-decoration: none;
color: #000; 
font-size:12px;
}

/***************** MARGIN BOXES AND CONTENT AREA ***************************/
#leftBox {
	position: absolute;
	top: 7em;
	left: 0;
	width: 195px;
}
#leftBox ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
	padding-right: .5em;
}
#leftBox li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#leftBox a:link, #leftBox a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#leftBox a:hover {
	color: #778899;
}
#leftBox h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 195px;
	margin-right: 2em;
	margin-bottom: 3em;
	padding-right: 20px;
}


#content h1 {
	font-size: 110%;
	line-height: 1.6em;
	font: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	color: #EF741D;
}
#content p {
	font-size: 12px;
	line-height: 1.6em; 
	padding-left: 15px;
	max-width: 550px;
	/*width:expression(document.body.clientWidth > 800? "550px": "auto" );*/
}
#content a {
	color: #EF741D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
#content a:active, a:visited {
	color: #EF741D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
#content a:hover {
	color:#FFFFFF;
	background-color: #EF741D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
#content ul {
    max-width: 550px;
	font-size: 10pt;
	line-height: 1.6em; 
	
	list-style-position:inherit;
	margin-left: 15px;
	padding-left: 15px;
	/*margin-top:0px;
	width:expression(document.body.clientWidth > 800? "550px": "auto" );*/
}
#content li {
   max-width: 550px;
	font-size: 10pt;
	line-height: 1.6em; 
	padding-left: 15px;
	/*vertical-align:text-top;
	width:expression(document.body.clientWidth > 800? "550px": "auto" );*/
	
}

.tableData {
	font-size: 12px;
	line-height: 1.6em; 
	padding-left: 15px;
	display: block;
}

#rightpanel {
	position: relative;
	top: 0;
	float: right;
	width: 160px;
	min-height: 400px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #ffffff;
	border-left: 1px solid #f3f3f3;
}
#content>#rightpanel {
	height: inherit;
}

#rightpanel p {
	font-size: 80%;
	line-height: 1.6em;
}
#rightpanel h2 {
	font-size: 105%;
	line-height: 1.2em;
	font: Arial, Helvetica, sans-serif;
	color: #EF741D;
}
#rightpanel .calloutbox {
	position: relative;
	width: 150px;
	border: 1px solid #999999;
	padding: 0 2px 2px 2px;
	vertical-align:text-top;
} 
#rightpanel .calloutbox h3 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #6276AE;
	border-left: 1px solid #6276AE;
	border-right: 1px solid #6276AE;
	border-top: 1px solid #6276AE;
	text-decoration: none;
	margin-left: -3px;
	margin-right: -3px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0;
}
#rightpanel .calloutbox p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:500;
	color: #333333;
	border: 0px solid #ffffff;
	margin-top: -5px;
	padding-left:2; padding-right:2; padding-top:2px; padding-bottom:2
}
#rightpanel .calloutbox a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #Ef741D;
	text-decoration: none;
	text-align: right;
}
#rightpanel .calloutbox a:visited, #rightpanel .calloutbox a:active {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #EF741D;
	text-decoration: none;
	text-align: right;
}
#rightpanel .calloutbox a:hover {
	color:#FFFFFF;
	background-color: #EF741D;
}

/************ TABLE STYLES *************************/
table {
	font-size: 12px;
	line-height: 1.6em; 
	margin-left: 15px;
	border: 1px solid #687CC4;
	/*padding: 5px 5px 5px 5px;*/
	max-width: 550px;
	/*width:expression(document.body.clientWidth > 800? "500px": "auto" );*/
}


td {
	/*border-top: 1px solid #687cc4;*/
	border-bottom: 1px solid #687cc4;
}
tr .bottomRow {
	 border-bottom: 0px;
}
.tableRightbox {
	border-left: 1px solid #687cc4;
}
#content p.detailsTableHead {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
}

/********* FOOTER STYLES ********************/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	color: #626262;
	font-size: x-small;
}
#footer p {
	margin: 0.5em 0 1em 2em;
	padding: 0;
	text-align: center;
}
#footer a {
	color: #626262;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
#footer a:active, a:visited {
	color: #626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}