body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 66%;*/
	color: #000;
	background-color: #FFFFFF;
	/*background-repeat: no-repeat;*/
	/*background-position: top left;*/
	}
		
/*typography*/
a {
	text-decoration: underline;
	font-weight: normal;
	color: #4376A9;
	}
/*a:link {
	}
a:visited {
	}
a:active {
	}*/
a:hover {
	text-decoration: none;
	}
/*.heading1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 7px;
	color: #FF9933;
	padding-left: 10px;
	display: block;
	}
.heading2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9933;
	margin: 0em;
	}
.heading3 {
	font-size: 1em;
	font-weight: bold;
	color: #FF9933;
	text-align: right;
	margin-top: 0em;
	margin-bottom: 0em;
	}
.heading4 {
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #006699;
	}
.heading5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #006699;
	margin: 0em;
	}
.heading6 {
	font-size: 1em;
	font-weight: bold;
	color: #006699;
	text-align: right;
	margin-top: 0em;
	margin-bottom: 0em;
}
*/
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 2px;
	color: #FF9933;
	padding-left: 10px;
	}
h2 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	color: #5A8CBE;
	margin: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
	}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #6F7D84;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0px;
	color: #006699;
	padding-left: 10px;
	}
h5 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	color: #006699;
	margin: 0px;
	}
h6 {
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	}
img {
	border: 0;
	display: inline;
	}
li {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 2px;
	}
ol, ul {
	margin-bottom: 11px;
	}
p {
	font-size: 80%;
	line-height: 16.5px;
	margin: 0px 0px 13px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	}
li > p {
	margin-top: 2px;
	}
pre {
	font-family: monospace;
	font-size: 11px;
	}
strong, b {
	font-weight: bold;
	}
.main a {
	color: #FF9933;
	}
	.side a {
	color: #006699;
	}

.navbox {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	border: 5px;
solid; #444;  important
; 			padding: 4px;
	float: left;
}

a.navbox:link
{
     color: #666666;
	 text-decoration:none;
}
a.navbox:visited
{
     color: #666666;
	 text-decoration:none;
}
a.navbox:hover
{
     color: #666666;
	 text-decoration:underline;
}
a.navbox:active
{
     color: #666666;
	 text-decoration:underline;
}
.nav {
	color: #666666;
	font-size: 11px;
	font-weight: none;
	vertical-align: top;
	cursor: hand;
	padding: 4px;
	/*height: 100%;*/

	}

.nav a {
	color: #A5C8DB;
	text-decoration: none;
	font-weight: normal;
	}
.nav a:selected {
}

.nav ul, li {
	margin-left: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
.nav a:hover {
	color: #A5C8DB;
	text-decoration: underline;
	}

.nav .selected {
	font-weight: bold;
	color: #FF9933;
}
.nav #subnav {
	padding-left: 34px;
}
.space10px {
	margin-left: 10px;

}
h2 > a {
	font-weight: bold;
	text-decoration: none;
}
h2 > a:hover {
	color: #006699;
}

.bold {
	font-weight:bold;
	}
.header{
		font-size:10px;
		color:#FFFFFF;
		background-color:#5A8CBE;
}
a.header {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	font-size: 10px;
	}
/*a.header:link {
	}
a.header:visited {
	}
a.header:active {
	}*/
a.header:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 10px;
	}
.footer{
	font-size:9px;
	color:#999999;
	text-align: right;
	vertical-align: middle;
}
a.footer {
	text-decoration: none;
	font-weight: normal;
	}
/*a.footer:link {
	}
a.footer:visited {
	}
a.footer:active {
	}*/
a.footer:hover {
	text-decoration: underline;
	}
.rightborder{

		border-right: 1px solid;
		border-color: #CCCCCC;
		}

.topnav {  
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #666666;
	text-align: center;
	vertical-align: middle;
}
a.topnav {
	}
/*a.topnav:link
{
}
a.topnav:visited
{
}
a.topnav:active
{
}*/
a.topnav:hover
{
	 text-decoration:underline;
}
a.header:active {

	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	font-size: 10px;
}
a.navbox {

     color: #666666;
	 text-decoration:none;
}
.homepage_navbar {
	background-image: url(../index_images/topbar_bg.gif);
}
.flagline {
	background-image: url(../index_images/flagline_bg.gif);
	vertical-align: top;
}
.homepage_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.caption{
	font-size:9px;
	color:#999999;
	text-align: left;
	
}