@charset "UTF-8";
/* CSS Document */
body{
margin: 0; 
padding: 0; 
}
	
#container{
/*background-color:#00FF00;*/
width:100%;
height:1950px;
}
#bodyDiv{
	/*background-color:#003300;*/
width:770px;
	height:1800px;
}


#header{
/*background-color:#333300;*/
width:770px;
height:128px;

}
#nav{
background-color:#FBD86E;
width:180px;
height:1800px;
float:left;
}
#nav ul{
width: 150px;
background-color:#FBD86E;
text-indent: -1em;
}
#nav li{
width:150px;
text-indent: -1em;
list-style:none;
background:#66FFFF;
border-bottom:dashed;
}
#nav li:hover{
width:150px;
list-style:none;
background:#00CCCC;
border-bottom:thick;
}

#content{
/*background-color:#FF3300;*/
width:550px;
height:auto;
float:left;
padding: 20px 0 0 25px;

}
#content2{
/*background-color:#FF3300;*/
width:580px;
height:auto;
float:left;
/*padding: 20px 0 0 25px;*/

}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#000000;
	text-align:center;
	font-weight:normal;
}

h2 {
	font-family:Copperplate, Arial, Times;
	font-size:1.3em;
	font-weight:bold;
	color:#000000;
	text-align:center;
}
h3 {
	font-family:Copperplate, Arial, Times;
	font-size:1.3em;
	color:#333333;
	text-decoration:underline;
}
.pageSection2 {
	font-family:Copperplate, Arial, Times;
	font-size:1.3em;
	color:#2828D4;
	text-decoration:underline;
}
p valid{
border-color:#00FF00;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#000000;
	
}
#prices p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:2px;
	color:#000000;
	
}
li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#000000;
	
}
