/* CSS Document */
body	{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#FFFFFF;
}
#outer{
	margin: 0px auto;
	width: 984px;
	height: auto;
	background-image:url(images/drop-shadow-body.jpg);
}
#container	{
	margin: 0px auto;
	width: 960px;
	height: auto;
}
#header	{
	position:relative;
	height: 270px;
	background-image:url(images/header-background.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#header_image	{
	position:absolute;
	top: 45px;
	height:180px;
	width: 960px;
	background-image:url(images/header-image.jpg);
	background-repeat:no-repeat;
}
#header-image-text	{
	position:absolute;
	bottom: 0px;
	left: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	width: 310px;
}
#header-image-text ul	{
	padding-left: 14px;
	list-style-type:square;
}
#header-left	{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	padding: 2px;
}
#header-right	{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #FFFFFF;
	padding: 10px 5px 0px 0px;
	width: 200px;
}
header-right a	{
	color: #FFFFFF;
}
#header-menu	{
	position:absolute;
	top: 226px;
	height: 40px;
	width: 960px;
	margin-left: 5px;
}
#shim	{
	position: relative;
	float: left;
	width: 1px;
	height: 400px;
}
#footer	{
	clear: both;
	margin: 0;
	padding: 5px;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid #aaaaaa;
	text-align:center;
	font-size: xx-small;
}
#footer a	{
	color: #333;
}
#footer p	{
	border: 0px;
}
#footer-shadow	{
	margin: 0px auto;
	height:7px;
	background-image:url(images/drop-shadow-bottom.jpg);
	width: 986px;
}
/*#col3	{
	float:right;
	width: 150px;
	height: 100px;
	padding: 5px;
	background-color:#660000;
	color: #FFFFFF;
}*/
#navcontainer ul
{
margin-top: 1px;
padding-left: 50px;
color: white;
float: left;
width: 100%;
}

#navcontainer ul li { display: inline; 
	padding-top: 0px;
	margin-top: 0px;
}

#navcontainer ul li a
{
padding: 10px 10px;
/*background-color:#000099; */
color: #FFffff;
text-decoration: none;
float: left;
margin-right: 3px;
font-size: 110%;

width: 120px;
text-align: center;
}

#navcontainer ul li a:hover
{
background-color: #000099;
color: #fff;
}
#active #current {
	background-color:#000099;
}
.tools	{
	background-color:#FFFF00;
	width:75px;
	color:#000000;
	padding: 2px;
}
.edititem	{
	border: 1px dashed #aaaaaa;
}
.white_text	{
	color: #FFFFFF;
}
.black_text	{
	color: #000000;
}
p	{
	padding-top: 0px;
	margin-top: 0px;
}
img {
	border: 0px;
}
h1	{
	font-size: 150%;
	border-bottom: 1px solid #cccccc;
	color:#000066;
}
.captions	{
	font-size: x-small;
	font-style:italic;
}