@charset "utf-8";
/* CSS Document */
#container {
	width: 1004px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /
}
body, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	line-height: 16px;
	list-style: disc;	
}	
#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header li {
	display: block;
	list-style-type: none;
	margin: 0px;
	line-height: 24px;
}
#navigation {
	background-color:#FFFFFF;
}
#navigation li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navblock {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	list-style: disc;
}
.navblock h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
	list-style: disc;
	font-weight:bold;
}
.navheader_on {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#0066FF;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 24px;
	text-decoration: none;
	border-top:#000066 thick;
}
a.navheader_on {color: #000066; text-decoration: none; background-color:#FFFFFF; border-color: #000066; border-top:thick;}
a:visited.navheader_on {color: #000066; text-decoration: none;}
a:hover.navheader_on {color: #000066; text-decoration: underline;}
.navheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 24px;
	text-decoration: none;
}
a.navheader {color: #000066; text-decoration: none;}
a:visited.navheader {color: #000066; text-decoration: none;}
a:hover.navheader {color: #000066; text-decoration: underline;}
#right_bar {
	float: right;
	width: 230px;
/*	background-color: #EAF2FF;*/
	text-align: left;
	padding:10px 10px 10px 10px;
}
.sidebar {
	background-color: #87a4cf;
	margin-left: 2em;
	line-height: 1.5em;
}
.highlite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	padding-right: 10px;
}
.callout {
	border: solid;
	border-color: #000066;
	border-width: medium;
	border-style: ridge;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#home h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
#h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066; 
	font-weight: normal;
	padding: 0 10px 0 0px;
}
.highlite a:link {
	color: #000066;
	text-decoration: none;
}
.highlite a:visited {
	color: #000066;
	text-decoration: none;
}
.highlite a:hover {
	color: #000066;
	text-decoration: none;
}




