html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-color: #000000;
}
p{margin:0 10px 10px}
a{display:block;color: #981793;}
div#header {
	margin:0;
	background: #EEE;
	color: #79B30B;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000; 
}
div#specialsWrapper {
	padding-top:20px;
	padding-bottom:20px;
	margin-top:20px;
	margin-bottom:20px;
}
div#specialsContent {
	background-image:url(/specials-middle.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	padding-left: 15px;
	padding-right: 10px;
	margin-right: 25px;

}

div#specialsBottom{
	background:white;
	margin-top: -20px;
	margin-bottom: 0px;
	padding-top: -20px;
	padding-bottom: 0px;
	margin-left: 20px;
}
div#specialstop{
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: -15px;
	padding-top: 0px;
	padding-bottom: -15px;
}
div#container{
	text-align:left;
	background-color: #FFFFFF;
	border: medium solid #0000CC;
}
div#content p{line-height:1.4}
div#navigation{
	background:#B9CAFF;
	border-top: thin none #000000;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
}
div#extra{
	background-color: #FFFFFF;
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
}
div#footer{color: #000000}
div#footer p{
	margin:0;
	padding:5px 10px;
	font-size:xx-small;
}
div#footer a{
	text-decoration:none;
	color: #999999;
}
div#footer a:visited{
	color: #999999;
}

div#container{width:700px;margin:0 auto}
div#content{
	float:right;
	width:390px;
	background-color: #FFFFFF;
}
div#navigation{
	float:left;
	width:300px;
	margin: 0 0 10;
}

div#extra{
	float:left;
	clear:left;
	width:221px;
	color: #000000;
}
div#content2{
	clear:both;
	width: 678px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
div#footer{clear:both;width:100%}
.style1 {color: #999999}
.style2 {color: #000000}
.vllabelerror {color:#FF0000}

.cssform p{
width: 450px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
/*height: 1%; */
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform vllabel{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
