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%;
background-color:  #212A51;
color: #666666;
text-align: center;
}

body {
	background-color: #212A51;
}

#wrapper {
	width: 770px;
	background-color:#FFFFFF;
	margin:10px auto;
	text-align:left;
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
}

#banner {
height: 110px;
background-image: url(assets/header.jpg);
background-repeat: no-repeat;
}

#leftcol #nav  {
	position: absolute;
	visibility: visible;
	top: 150px;
	float: none;
	width: 150px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #212B4F;
	border-left-color: #212B4F;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

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

border: 1px solid #000000;
}

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

#leftcol #nav ul li a{
background-color: #869BCC;
border-bottom: 1px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}

#leftcol #nav  ul li a:hover, #leftcol #nav  ul li a:focus {
	background-color: #00FF00;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}

#content{
margin-left: 200px;
background-color: transparent;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

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

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

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


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

#footer p {
font-size: 70%;
padding: 3px;
}

#leftcol{
	margin-left: 10px;
	margin-top: 20px;
	width: 170px;
	background-color:#FFFF00;
	margin-bottom: 20px;
	float: left;
}

#content p.right{
float: right;
}

.container{
	width: 100%;
	float:right;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #212A51;
}
#badd {
	position: relative;
	left: 350px;
	top: 95px;
	background-image: url(assets/paypal.jpg);
	width: 250px;
	height: 42px;
}


#hd {
	position: relative;
	left: 350px;
	top: -50px;
	background-image: url(assets/hdadd.gif);
	width: 142px;
	height: 42px;
}

