body {
	margin: 0px;
	background-color: #003333;
}
#leftcol a {
	text-decoration: none;
	font-weight: bold;
}
#leftcol a:link, a:visited {
	color: #993333;
	padding: 0px;
	margin: 0px;
}
#leftcol a:hover {
	color: #666633;
	text-decoration: underline;
}
#leftcol a:active {
	color: #990033;
}
#wrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-top: 4px solid #990000;
	border-right: 1px solid #333333;
	border-bottom: 4px solid #990000;
	border-left: 1px solid #333333;
	background-image: url(../images/leftcol_bg_test_1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrap #leftcol {
	float: left;
	width: 175px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#wrap #main {
	width: 560px;
	float: right;
}
#wrap #main #header {
	clear: both;
	width: auto;
	height: 98px;
	background-color: #FFFFFF;
	background-image: url(../images/header2a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap #main #navcontainer {
	background-color: #003333;
	clear: both;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#wrap #main #navcontainer ul
{
	margin-left: 0;
	background-color: #003333;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	padding-left: 0;
}

#wrap #main #navcontainer ul li {
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
#wrap #leftcol h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #003333;
	padding-top: 2px;
	border-top: 1px solid #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
}
#wrap #leftcol p {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#wrap #main #navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #003333;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#wrap #main #navcontainer ul li a:hover
{
	background-color: #cccc99;
	color: #fff;
}

#wrap #main #content {
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
}
#wrap #main #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #003333;
}
#wrap #main #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #666633;
}	

#wrap #main #content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	line-height: 18px;
	color: #003333;
}
	
#wrap #main #content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	line-height: 18px;
}
#content a {
	text-decoration: none;
	font-weight: bold;
}
#content a:link, a:visited {
	color: #993333;
	padding: 0px;
	margin: 0px;
}
#content a:hover {
	color: #666633;
	text-decoration: underline;
}
#content a:active {
	color: #999999;
}
#wrap #footer {
	clear: both;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ffffcc;
	border-top: 1px solid #666633;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	float: none;
	height: 20px;
}
#wrap #footer a, a:link {
	text-decoration: none;
	color: #333333;
	padding-right: 8px;
	padding-left: 8px;
	font-style: normal;
}
#wrap #footer a:visited {
	color: #333333;
	font-style: normal;
}
#wrap #footer a:hover {
	color: #990000;
}
#wrap #footer a:active {
	color: #999999;
}
#wrap #main #content img {
	margin: 3px;
	padding: 5px;
}
