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


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #666666;
	color: #666666;
	text-align:center !important;
	margin:0 auto;
	position:relative;
}

#wrapper {
	width: 770px;
	background-color:#666666;
	border: 5px solid #000000;
	background-repeat: repeat;
	color: #FFFF00;
	font-style: normal;
	font-weight: normal;
	position:relative;
	margin:0 auto;
	background-image: url(../graphics/wrap2bg.gif);
	}


#banner {
	height: 100px;
	background-image: url(../graphics/banner.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FF0000;
	margin:0 auto;
}


#leftcol #nav ul {
	margin: 0;
	padding: 0;
	font-size: 80%;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: normal;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	list-style: none;
	background-color: #CCCCCC;
	border: 1px solid #000000;
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

 

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

#leftcol #nav ul li a{
	color: #FFFF00;
	display: block;
	text-decoration: none;
}


#leftcol #nav a:hover, #leftcol #nav a:focus {
	margin: 0px;
	padding: 0px;
}


#content{
	margin-left: 200px;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

#content p{
	font-size: 90%;
	margin: 10px 20px;
	color: #FFFFFF;
	text-align:left;
}

#content h1{
font-size: 130%;
color: #00FF00;
padding: 0;
margin: 0px 20px 10px;
text-align:left;
}

#content h2{
font-size: 110%;
color: #00FF00;
padding: 0;
margin: /*100px 0 0*/ 0px 20px 10px;
text-align:left;
}

.leftimage{
	float: left;
	margin-right: 10px;
	border: 1px solid #FF0000;
	margin-left: 20px;
}
.rightimage{
	float: right;
	margin-right: 20px;
	border: 1px solid #FF0000;
	margin-left: 10px;
}

/*.clearit{
clear: both;
background-color:#00FF66;
width: 200px;
}*/


#footer{
	border-top: 1px solid #000000;
	background-color: #003366;
	color: #FFFFFF;
	clear: both;

}

#footer p{
	font-size: 70%;
	padding: 3px;
	text-align: center;
	display: block;
}
#footer a{
	text-decoration:none;
	color:#FFFFFF;
}

#leftcol{
	margin-left: 10px;
	margin-top: 10px;
	width: 140px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	filter:DropShadow (Color=#000000, OffX=1, OffY=2, Positive=true);
	text-shadow:#000000;
}
#leftcol p{
	color:#FFFF00;
	font-size: 75%;
	}
	
#content p.right{
float: right;
}

.container{
	width: 100%;
	float:left;
	background-color: #333333;
	margin-bottom: 10px;
	text-align:center;
}

#infobar{
	width:770px;
	color: #FFFFFF;
	font-size: 80%;
	margin: 0px;
	text-align: right;
	background-color: #000000;
	/*padding-left: 200px;*/
	border-bottom: 1px solid #FF0000;
	height:18px;
}
#infobar li{
display:inline;
text-decoration:none;
}
#infobar ul li a{
font-size: 90%;
color: #FFFFFF;
text-decoration: none;
padding: 0 25px 0 25px;
border-right: 1px solid #000000;
text-align: center;
width: 9em;
} 
#infobar ul li a:hover, #nav ul li a:focus{
color:#FF0000;
}
#leftcol p{
font-style:italic;
font-weight:bolder;
}
#body {
margin: 0 auto;
text-align:center;
}
#content a{
text-decoration:none;
color:#FFFFFF;
}

