@charset "utf-8";


body {
	background-color:#E7E7E7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0px;
	background-image:url("/images/background_lighter.gif");
	background-repeat:repeat-x
}

/* Global reset styles */

ul, ol, li, p, h1, h2, h3, h4, h5, td, th, form {
	margin:0px;
	padding:0px;
	color:#333333;
}


h1, h2, h3, h4, h5 {
	font-weight:normal;
 }
 
 
h1 { 
	font-size:175%;
	margin-top:0px;
	border-bottom:1px dotted #999999;
	padding-bottom:4px;
	margin-bottom:5px;
 }
 
 
h2 {
	font-size:140%;
	margin-top:18px;
	margin-bottom:8px;
	font-weight:normal;
	color:#006699;
}

h3 {
	font-size:120%;
	margin-bottom:6px;
	margin-top:12px;
}



h4 {
	text-transform:uppercase;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	color:#006699;
	margin-bottom:10px;
	font-size:110%;
	letter-spacing:0.1em;
}


.lineabove {
	border-top:1px dotted #999999;
	padding-top:10px;
}

#content p.important-boxed {
	border:1px solid #999999;
	background-image:url("/images/greyfade.gif");
	background-repeat:repeat-x;
	padding:10px;
	margin-top:10px;
	margin-bottom:15px;
	font-weight:bold;
	
}



/* TABLES */

#content table {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin-bottom:10px;
}
 
#content th {	
	background-color:#CCCCCC;
	text-align:left;
	background-image:url("/images/greyfade.gif");
	background-repeat:repeat-x;
	padding:3px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#content td {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	vertical-align:top;
	padding:3px;
	padding-right:8px;
}



#content table.invisible,
#content table.invisible td {
	border:none;
	padding:0px;
	margin-bottom:0px;
}
 


  
#content {
	width:770px;
	margin-left:190px;
	float:none;

}


#content p, 
#content li {
	line-height:140%;
	margin-bottom:10px;
}



#content ul {
	list-style-type:circle;
	margin-top:10px;
	padding-left:18px;
	margin-bottom:15px;
 }
 
 #content ol  {
	list-style-type:decimal;
	margin-top:10px;
	padding-left:28px;
 }
 

img, table {
 	border:none;
 }
 
#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #E7E7E7;
}

#header {
	border-bottom:12px solid #0099CC;
	margin-bottom:2px;
	height:99px;
	width:960px;
	background-image:url("/images/greyfade.gif");
	background-repeat:repeat-x;

}

.pagebox {
	border-top:1px solid #0099CC;
	padding-top:20px;
	background-color:#FFFFFF;
	padding-bottom:15px;
	background-image:url("/images/rightcolbg.gif");
	background-repeat:repeat-y;
	background-position: right 0px;
	border-right:1px solid #FFFFFF;

}


#navigation {
	width:170px;
	float:left;
}


.rightcol {
	width:190px;
	margin-left:570px;


}





/* this will only work in IE7	*/

*:first-child+html #content {
 width:765px;
 
 }

*:first-child+html  .rightcol {
	width:190px;
	margin-left:570px;
}




 /* this will only work in IE6	*/

* html #content {
	 width:765px;
}

* html  .rightcol {
	width:190px;
	margin-left:565px;
}

/* END IE overrides */





#navigation ul {
	list-style-type:none;
	margin-left:12px;
	
}
#navigation li {
	line-height:150%;
	border-bottom:1px dotted #CCCCCC;
}


#navigation li li {
	line-height:110%;
	border-bottom:none;
	padding-top:2px;
}



#navigation li a:link,
#navigation li a:visited {
	padding-left:14px;
	background-image:url("/images/bulletlink.gif");
	background-repeat:no-repeat;
	background-position: 0px 5px;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	
}


#navigation li li  a:link,
#navigation li li  a:visited {
	background-position: 0px 0px;
	padding-top:0px;
	padding-bottom:6px;
	font-size:85%;
}



#navigation li a:hover {
	background-image:url("/images/bulletlink_hover.gif");
}



.clearing {
	clear:both;
}


.snug {
	margin-top:0px;
}


.maincol {
	width:530px;
	float:left;
}





/* Right column */



.rightcol h2 {
	background-image:url("/images/rightcol_headerbg.gif");
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:85%;
	font-weight:normal;
	padding:5px;
	margin-top:21px;
	margin-bottom:6px;
}

#content .rightcol p {
	font-size:85%;
	line-height:150%;
	padding-left:3px;
}


.rightcol  a.bulletlink {
	padding-left:12px;

}


.box {
	background-image:url("/images/boxbg.gif");
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	padding:10px;
	padding-top:4px;
	padding-bottom:15px;
	margin-top:10px;
	margin-bottom:10px;
}

#content .box h2 {
	margin-top:6px;
	
}

#content .box h2 a:link,
#content .box h2 a:visited {
	color:#0099CC;
	text-decoration:none;
 	
}

#content .box h2 a:hover {
	text-decoration:underline;
 	
}

a.bulletlink {
	padding-left:15px;
	background-image:url("/images/bulletlink.gif");
	background-repeat:no-repeat;
}

a.pdflink {
	padding-left:21px;
	background-image:url("/images/icon_pdf.gif");
	background-repeat:no-repeat;
	font-weight:bold;
	padding-bottom:1px;
}


a.xlslink {
	padding-left:21px;
	background-image:url("/images/icon_xls.gif");
	background-repeat:no-repeat;
	font-weight:bold;
}

#content a.buttonlink {
	background-color:#FE8900;
/*	background-image:url("/images/buttonbg.gif");
	background-repeat:repeat-x;*/
	background-position: 0px center ;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
/*	text-transform:uppercase;
*/	font-size:90%;
	padding:3px;
	padding-left:9px;
	padding-right:9px;
	border: 1px solid #CC6600;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

#content a.buttonlink:hover {
	background-image:none;
	background-color:#F24A09;
	border-color: #F24A09;
	
}

#content .rightcol a.buttonlink {
	font-size:100%
}


/* CUSTOM LISTS */

#content ul.ticklist {
	list-style-type:none;
	padding-left:4px;
}

#content ul.ticklist li {
	padding-left:17px;
	background-image:url("/images/icon_tick.gif");
	background-repeat:no-repeat;
	background-position: 0 2px;
	
	}
	



#content ul.pdflist {
	list-style-type:none;
	padding-left:4px;
	
}

#content ul.pdflist li {
	margin-bottom:5px;
	padding-left:21px;
	background-image:url("/images/icon_pdf.gif");
	background-repeat:no-repeat;
	
	}
	
#content ul.condensedlist li,
#content ol.condensedlist li {
	margin-bottom:0px;
}


/* FOOTER */



#footer {
	margin-bottom:15px;
	margin-top:5px;
	text-align:center;
	font-size:85%;
}	


#footer p {
	line-height:150%;
	color:#666666;
}	


#footer ul {
	list-style-type:none;
	background-color:#999999;
	padding:3px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:6px;
	color:#CCCCCC;
	
}

#footer li {
	display:inline;
	margin-left:2px;
	margin-right:2px;
	
}

#footer li a:link,
#footer li a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size:100%;
	
}

#footer li a:hover {
	text-decoration:underline;

}


#footer ul.sublinks {
	list-style-type:none;
	background-color:transparent;
	padding:3px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:6px;
	color:#666;
	
}

#footer ul.sublinks li a:link,
#footer ul.sublinks li a:visited {
	color:#666;
	text-decoration:underline;

}


/* Global link style */

a:link,
a:visited {
	color:#006699;;
}

a:hover {
	color:#003366;
	color:#000000;
}




@media print {


body {
	margin:0px;
	background-image: none;
	background-color:#FFFFFF;
}

#container {
	width: auto;
	margin-left:0px;
	margin-right: 0px;
	}
	
.maincol {
		width:auto;
	}


#header, #navigation, .rightcol { 
	display:none; 
	}
	
#content {
	margin-left: 0px;
	width:auto;
	
}

}
