body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #666666;
}


#container {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
	background-color:#FFF;
}

#container a {
	text-decoration:none;
}
#container .overhang {
	position: Absolute;
	left: -65px;
	top: 70px;
}

#container .overhang2 {
		position: Absolute;
	left: 542px;
	top: 102px;
	border:none;
	
}

#container-header {
	width: 670px;
	height: 40px;
	padding: 20px 40px 0px 40px;
	background-image: url(images/shadowtop.gif);
	background-repeat:no-repeat;
	background-color: #FFF;
	line-height: 40px;
	font-size: 10px;

}

#container-name {
	float: left;
}

#container-date {
	float: right;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
}

span, #container-name span,#container-slogan span {
	color: #006AC3;
}

#container-banner {
	width: 670px;
	padding: 0px 40px 0px 40px;
	height: 396px;	
	background-image: url(images/shadowbottom.gif);
	background-repeat:no-repeat;
	background-color: #FFF;
}
#container-banner-inner {
	width: 670px;
	padding: 0px 0px 0px 0px;
	height: 396px;	
	background-image: url(images/splash_image.png);
	background-color:#003;

}



#container-banner-text {
	color: #006AC3;
	width: 388px;
	padding: 115px 0px 0px 18px;


}

.indentmenu{
	font: bold 11px Verdana, Arial;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	top: 0px;
	position: relative;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
/*border: 1px solid #0161b5; *//*dark purple border*/
/*border-width: 1px 0;*/
background: black url(images/indentbgsm.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #039; /*text color*/
padding: 3px 14px;
text-decoration: none;
border-right: 1px solid #0161b5; /*dark purple divider between menu items*/
}



.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #033e71; !important; /*text color of selected and active item*/
padding-top: 4px; /*shift text down 1px for selected and active item*/
padding-bottom: 2px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2sm.gif) center center repeat-x;
}

#container-content {
	width: 670px;
	background-image: url(images/shadowtopgreen.gif);
	background-repeat: no-repeat;
	padding: 20px 40px 0px 40px;
	margin: 0 0 0 0;
	height: auto;
}

#content {
	width: 670px;
	float: left;

}


#container-footer {
	/*border-top: 4px solid #E5E5E5;*/
	width: 750px;
	/*padding: 10px 0px 20px 0px;
	margin: 0 40px 0px 40px;*/
	clear: both;
	color: #aeaeae;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}

#container-footer a:hover {
	color: #006AC3;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 730px;
	margin-bottom: 20px;
}

.clearer {
	clear: both;
}

h1 {
	font-size: 22px;
	color: #006AC3;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;

}

hr {
	border: none 0;
	width: 670px;
	border-top: 1px solid #cccccc;
	height: 1px;
}

/*#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 10px 25px;
	height: 1px;
}*/

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 25px;
}

#content p a, #border p a {
	text-decoration: none;
	color: #006AC3;	
	padding: 2px 2px 2px 2px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #999;
	padding: 2px 2px 2px 2px;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
	list-style-image: url(images/00bulletie.png);
}

/*#border p {
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 15px 10px;
}*/

/*#content img {
	background-color: #D6D6D6;
	padding: 4px;
	border: 1px solid #006AC3;
}*/



/*img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}*/

.white {
	color: #FFF;
}
