a{
	color:blue;
}

a:visited{
	color:blue;
}

a:active{
}

a:hover{
}

body{ /*this is standard, don't touch it*/
	margin-top:0px;
	margin-left:0px;
	background-color:#fff;
	padding:0px;
}

#container{
	position:absolute;
	top:0px;
	left:50%;
	width:770px;
	margin-left:-385px; /*margin-left is one half the width of the container*/
	border:2px solid #000;
	height:auto;
}

#header{ 
	position:relative;
	margin-top:0px;
	margin-left:0px;
	height: 198px; /*this has to be height and width of my header image*/
	width:770px;
	text-indent: -1000em;
	padding:0px;
	background-image: url("./images/top.gif");
	background-repeat: no-repeat;
}

#header h1{
	position:absolute;
}

#main{
	position:relative;
	width: 770px;
	margin-top: 0px;
}

#nav{
	position:relative;
	margin:0px;
	width:770px;
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height:25px;
	background: url("./images/menu_green_bg.gif") repeat-x;
}
#nav ul{
	position:relative;
	font-family: Arial;
	font-size:10pt;
	font-weight:bold;
	margin:0px; /* if i need to add another menu item, make a margin-left of 20px and subtract it from the width below in the nav ul*/
	margin-left: 60px;
	list-style:none;
	padding:0px;
	height:25px;
	width:710px;
	background-color:#72bf44;
	background: url("./images/menu_green_bg.gif") repeat-x;
}
#nav li{
	position:relative;
	float:left;
	margin:8px 0px 0px;/*this moves the text up and down*/
	padding:0px 15px;
}
#nav a{
	position:relative;
	color:#666;
	text-decoration:none;
	text-align:center;
	padding:8px 10px 1px; /*this margin and this the nav li margin above need to be the same number*/
	background: url("./images/menu_green_bg.gif") repeat-x;
}
#nav a:visited{
	text-decoration:none;
}
#nav a:hover{
	background-color:#ff1ff0;
	background: url("./images/menu_pink_bg.gif") repeat-x;
}

#content{
	position:relative;
	/*float:right;*/
	/*border-left: 1px solid #000;*/
	height: auto;
	/*width: 385px;*/
	width: 700px;
	margin: 38px 38px 38px 38px; /* top, right, bottom, left margins*/
}

#content p{
	margin-left:10px;
}


#sidebar{
	position:absolute;
	float:left;
	border: 0px solid #000;
	height: 250px;
	width: 231px;
	margin-left:0px; 
	top: 38px;
	left: 38px;
	overflow:auto; /*this is what gives the text a scrolly bar*/
}

.text {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
.faq {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #000000;
}

.title {
font-family: arial, helvetica, sans-serif;
font-size: 20px;
color: #000000;
font-weight: bold;
}


.titlesm {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
color: #000000;
font-weight: bold;
}

.headers{/*purple box*/
width:660px;
height:20px;
background-color:#669DC3;
border:dashed 3px #0C7BC6;
padding:4px;
}


a:link {
font-family: arial, helvetica, sans-serif;
color: #000000;
text-decoration: underline;
font-size: 12px;
}
a:visited {
font-family: arial, helvetica, sans-serif;
color: #000000;
text-decoration: underline;
font-size: 12px;
}
a:active {
font-family: arial, helvetica, sans-serif;
color: #000000;
text-decoration: underline;
font-size: 12px;
}
a:hover {
font-family: arial, helvetica, sans-serif;
color: #ffffff;
text-decoration: underline;
background: #0C7BC6;
font-size: 12px;
}
.hatdescgerald{/*hat description*/
width:660px;
height:20px;
background-color:#C6E1B7;
border:dashed 3px #72bf44;
padding:4px;
}

.hatdesctrash{/*hat description*/
width:660px;
height:35px;
background-color:#C6E1B7;
border:dashed 3px #72bf44;
padding:4px;
}

.hatdescmax{/*hat description*/
width:660px;
height:55px;
background-color:#C6E1B7;
border:dashed 3px #72bf44;
padding:4px;
}

.hatdescweste{/*hat description*/
width:660px;
height:80px;
background-color:#C6E1B7;
border:dashed 3px #72bf44;
padding:4px;
}