/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
color: #444;
background-color: #FFF;
text-align: center;
}

#wrapper{
position:relative;
width: 770px;
margin: 10px auto;
border: 1px solid #000000;
text-align: left;
/*background-image:url(images/nav.gif); 
background-repeat: repeat-y;*/
} 
#banner{
	height: 170px;
	background-image: url(images/header.jpg);
}


#leftcol{
	position: absolute;
	left: 0px;
	width: 200px;
	top: 188px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#leftcol #nav {
	padding-bottom: 60px;
	}

#leftcol #cent {
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear: both;
}

#leftcol #nav #note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333399;
	text-decoration: none;
	text-align: justify;
}


#leftcol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6600CC;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
	text-align: justify;
	margin-top: 4px;
}
#leftcol h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FF00;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
	font-weight: bold;
}

#leftcol #nav ul{
padding: 0;
margin: 0;
background-color: transparent;
/*list-style-type: none; */
}

#leftcol #nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
}

#leftcol #nav ul li a{
	color: #000099;
	padding: 3px 0 4px 9px;
	text-decoration: none;
	height: 1%;
	background-image: url(images/navmid4.gif);
	background-position: right;
	display: block;
	background-repeat: no-repeat;
}

#leftcol #dat{
	color: #333333;
	display: block;
	padding: 8px 0 8px 9px;
	text-decoration: none;
	background-image: url(images/navmid2.gif);
	background-repeat: repeat-y;
	font-weight: bold;
	background-position: right;
}

#leftcol #nav #top{
	display: block;
	height: 35px;
	background-image: url(images/navtop.gif);
	background-position: right;
}

#leftcol #nav #bot{
	display: block;
	height: 39px;
	background-image: url(images/navbot.gif);
	background-position: right;
}

#leftcol #nav a:hover, #leftcol #nav a:focus { 
color: #FF7E47;
background-image: url(images/navmid3.gif);
}

#content {
margin-left: 200px;
background-color:#FFFFFF
}
#content #add {
position: absolute;
top: 180px;
margin-left:4px;
}

#content p{
	font-size: 12px;
	margin: 5px 10px 8px 8px;
	color: #003366;
	text-align: justify;
}

#content h1{
	font-size: 115%;
	color: #FF3366;
	padding: 0;
	margin: 8px;
	padding-top: 28px;
	font-weight: normal;
}

#content h2{
	font-size: 110%;
	color: #009900;
	padding: 0;
	margin: 2px 0 0 8px;
	font-weight: normal;
}

#content h3{
font-size: 80%;
color: #FF9900;
padding: 0;
margin: 11px 0 0 8px;
}

.clearit {
clear: both;
background-color: #33FFFF;
		}
#space {
	height: 100px;
}


.leftimage{
float: left;
margin: 0 10px 3px 0;
}

.rightimage{
float: right;
margin: 0px 10px 5px 15px;
}

.container{
width: 99%;
float: right;
background-color: #FFF;
}

.container a {
	text-decoration: none;
	color: #0000FF;
}

.container a:hover{
	text-decoration: none;
	color: #CC0000;
/*	margin-top: 0;
	margin-right: 10px; 
	margin-bottom: 0; */
}

.container ul {
font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
list-style: inside;
}
.container td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000099;
text-decoration: none;
text-align: center;
}

#footer{
border-top: 1px solid #000000;
background-color: #0066FF;
clear: left;
}
#footer {
	font-size: 10px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
#footer #sponsor a {
	font-size: 10px;
	padding: 3px;
	text-decoration: none;
	color: #AAA;
	margin: 0 10px 0 10px;
}

