body {
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	
	background-repeat: repeat-x;
	font-weight:normal;
	font-size: 12px; 
	margin:0;
	background:#333333;
	padding:0;
	color: #000000;
}

div {
	border: 0 solid #ffffff;
	background:#ffffff;
	
}

a {
	color: #990000;
	font-weight: 400;
	text-decoration: none;
}

a:hover, a:active {
	color: #999999;
	font-weight: 400;
	background-color: #990000;
	text-decoration:underline;
}

a img {
	border: solid 1px #000033;
	border-collapse: collapse;
}

#page {
	position: relative;
	width: 840px;
	margin: auto;
}

#main {
	position: relative;
	width: 800px;
	margin: auto;
	border: solid 0px #000000;
	border-collapse: collapse;
}

#logo {
	padding: 0px;
	width: 800px;
	height: 200px;
	background-image:  url(../images/header.jpg);
}

#header {
	position: absolute;
	left: 380px;
	top: 100px;
	width: 380px;
	border: solid 0px #000000;
	color: #000099;
	font-size: 36px;
	font-weight: 600;
	background-color: transparent;
}

#menu{
	position: absolute;
	left: 455px;
	top: 140px;
	width: 300px;
	border: solid 0px #000000;
	color: #ffffff;
	padding-top: 7px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	background-color: transparent;
}

#menu table td{
	padding-right: 5px;
}

#menu a, a img{
	font-size: 12px;
	font-weight: 600;
	border: none;
}

#menu a:hover, a:active {
	text-decoration: underline;
	background-color: transparent;
}





#top {
	width: 800px;
	height: 7px;
	background-color: #0A67AD;
}



#topmenu{
	position: relative;
	left: 400px;
	top: 8px;
	width: 400px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}

#topmenu a{
	color: #ffffff;
	font-size: 14px;
}

#topmenu a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
	background-color: transparent;
}

#blurb{
	position: relative;
	left: 425px;
	top: 18px;
	width: 350px;
	height: 100px;
	color: #000066;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	padding: 10px;
}


#content {
	width: 800px;
	position: relative;
	background-image:  url(../images/bodyback.jpg);
	padding-bottom: 0px;
	border-bottom: 0px solid #097af4;
	
}

#suppliments {
	width: 200px;
	top: 20px;
	left: 550px;
	position: absolute;
	color: #000000;
	background-color: #adc2d6;
	padding: 5px;
	text-align: center;
	border: 2px solid #0a67ad;
}

#suppliments a{
	font-size: 12px;
	font-weight: 600;
	border: none;
}

#contact {
	width: 200px;
	top: 250px;
	left: 550px;
	position: absolute;
	color: #000000;
	padding: 5px;
}

p.suppheader{
	color: #000000;
	font-weight: 600;
	font-size: 14px;
}



#listhead{
	position: relative;
	top: 20px;
	left: 10px;
	margin-left: 10px;
	width:425px;
	font-weight: 600;
	font-size: 16px;
	color: #000000; 
	border-bottom: 2px solid #666666;
	background-color: transparent;
}

#list{
	position: relative;
	top: 20px;
	left: 10px;
	margin-left: 10px;
	width:450px;
	font-weight: 400;
	font-size: 12px;
	color: #000000; 
	background-color: transparent;
}

#applyform{
	position: relative;
	margin-top: 0px;
	margin-left: 10px;
	top: 0px;
	left: 10px;
	width:750px;
	font-weight: 400;
	font-size: 12px;
	color: #000000; 
	padding: 0px;
	background-color: #adc2d6;
	border: 2px solid #097af4;
}

#contactform{
	font-weight: 400;
	font-size: 12px;
	color: #000000; 
	padding: 5px;
	background-color: #adc2d6;
	border: 2px solid #097af4;
}

#bottombar{
	border-top: 0px solid #097af4;
	width:800px;
	height: 100px;
	font-weight: 400;
	font-size: 12px;
	color: #000000; 
	background-image:  url(../images/footer.jpg);
	text-align: center;
}

input, TEXTAREA, select {
 background: #e0eeee;
 font-family: arial, verdana, arial, sans-serif;
 padding: 2px;
 margin-bottom: 5px;
 color: #000000;
 font-size: 12px;
 text-decoration: none;
 font-weight: normal; 
 text-align: left;
 border: 1px double #000033;
 border-collapse: separate;
 width: 350px;
}

.checkbox {
 	width: 50px;
	background-color: #adc2d6;
	border: 0px double #000033;
}

.button {
 background: #999999;
 font-family: "Century Gothic", verdana, arial, sans-serif;
 padding: 0px;
 margin-bottom: 5px;
 color: #000000;
 font-size: 12px;
 text-decoration: underline;
 font-weight: normal; 
 text-align: center;
 border: 1px double #000033;
 border-collapse: separate;
 border-style: outset;
 width: 200px;
 cursor: pointer;
}

table.formtable td{
	border-bottom: 1px dashed #666666;
 	border-collapse: colapse;
 
}

table.formtable td.formheader {
	font-size: 14px;
	border-bottom: 0px dashed #666666;
	font-weight: 600;
	padding: 10px;
}

.formrequired{
	color: #990000;
	font-weight: 400;
	text-decoration: none;
	font-size: 10px;
}