/* CSS Document */

BODY {
	background: #336699 url(../images/stripebg.gif) repeat left top;
	margin: 5px 0px 5px 0px;
}


/* Container Stuff */
#header {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	width: 98%;
	min-width: 773px;
	height: 90px;
	padding: 0px 0px 0px 0px;
	background: #fff;
}


#footer {
	border-top: 1px solid #ccc;
	color: #333333;
	font: 10px/100% Verdana, Geneva;
}

#navigation{
  	font-size:12px;
	background: #003399 url(../images/navbg.gif);
	text-align: center;
	font-family: Arial, Georgia, Verdana;
	height: 15px;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
}

#leftcontent {
	border-right: 1px solid #ccc;
	padding: 10px 0px 0px 0px;
	min-width: 150px;
	width: 150px;
	max-width: 150px;
}

#leftcontent p
{
	font: 12px/125% Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

#contentcontainer
{
	background: #fff;
	min-width: 773px;
	width: 98%;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	vertical-align: top;
	padding: 0px 5px 5px 5px;
}

#maincontent {
	margin-top: 0px;
	font: 15px/125% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align: justify;
	padding: 5px 20px 20px 10px;
}

#maincontent td
{
padding: 2px 2px 2px 2px;
vertical-align: top;
}

#maincontent p {
	margin-top: 0px;
	font: 15px/125% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align: justify;
}

#contentcontainer .bigimage
{
margin: 0px 5px 0px 5px;
border: 1px solid #000;
display: block;
}

#contentcontainer .insetimgright
{
margin: 2px 0px 0px 3px;
border: 1px solid #000;
display: block;
}

#contentcontainer .insetimgleft
{
margin: 2px 3px 0px 0px;
border: 1px solid #000;
display: block;
}

/* Colors and Styles */

a.topnav:link, a.topnav:visited {
  	color: #fff;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #fff;
	text-decoration: underline;
}

a.topnav:hover {
	background-image: url(../images/nav_over_bg.gif);
	text-decoration: overline;
}

.leftnav a, a:visited{
padding: 0px 0px 0px 0px;
color:#0066CC;}

.leftnav a:hover{
color:#CC0000;
}

.leftnav td{
	height: 17px;
	font: 13px/125% Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	border-bottom: 1px dotted #999999;
	text-align: left;
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
}


h3 {
font: 15px/100% Verdana;
font-weight: bold;
color:#CC0000;
margin-bottom: 0px;
}

strong {
font-weight: bold;
color:#CC0000;
}

ul {
list-style-image:url(../images/bullet.gif);
}