/* Global Styles */

body {
	margin:0px;
	}
	
h1 {
	font-size:225%;
	line-height:100%;
	letter-spacing:-2px;
	margin:0 0 5px 0;
	padding:0;
	color: #004d93;
	}
	
h2 { 
	font-size:125%; 
	line-height:100%; 
	letter-spacing:-2px; 
	margin:0 0 5px 0; 
	padding:0;
	color: #004d93;
	}

h3 {
	font-size:125%;
	line-height:100%;
	letter-spacing:-1px;
	margin:0 0 5px 0;
	padding:0;
	color: #004d93;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #0066FF;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #96C13C;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#space {
	font:10px;
	font-family:"Trebuchet MS", Arial
	color: #333333;
	margin-left: 10px;
	opacity: 50%;
	padding-left: 10px;
	}	
	
#navigation a {
	font:10px arial;
	color: #004d93;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #FFFFFF;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:11px;
	color: #666666;
	line-height:18px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.bodyText {
	font:11px;
	line-height:14px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	.bodySmall {
	font:12px;
	line-height:14px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.pageName {
	font:20px georgia;
	color: #004d93;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #004d93;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
/* nav */

#blueblock{
	width: 179px;
	border-right: 1px solid #fff;
	padding: 0 0 0 0;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	background-color: #FEE569;
	color: #FEE569;
	letter-spacing: 0px;
}

* html #blueblock{ /*IE 6 only */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
	border-bottom: 1px solid #ffffff;
	margin: 0;
}

#blueblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #ffcc00;
	border-right: 10px solid #fee569;
	background-color: #fee569;
	color: #004d93;
	text-decoration: none;
	width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
	border-left: 10px solid #508FC4;
	border-right: 10px solid #cdd8df;
	background-color: #cdd8df;
	color: #62a2cb;
}
