* {
	margin:0;
	padding:0;
}

body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:15px;
	color:#444444;
	border:0;
	background-color: #ccc;
	padding-bottom:125px;
}

html {color:#000; background:#fff;}

#wrapper{
	width: 750px;
	background-color: #fff;
	margin: 0 auto;
}

#masthead{
	height:125px;
}
#info {
	clear:both;
	background:#fff;
	width: 750px;
	background-color: #FFDF2E;
	height: 25px;
}

th{
	font-size:14px;
	color: #444444;
}
a:visited {
	color:#0033CC;
}
a {
	color:#0033CC;
	text-decoration:none;
}
/* dropdown navigation */
#nav{
	float:left;
	width:100%;
	padding-top:0px;
	margin-top:2px;
}
ol{
	float:left;
	list-style:none;
}
ol li{
	float:left;
	width:350px;
	padding-bottom: 10px;
	text-align:justify;
}
ol li a{
	text-decoration:underline;
}
ol#site li{
	float:left;
	width:350px;
	padding-bottom:5px;
}
ol ol li{
	float:left;
	padding-left:10px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #fff;
	float:left;
	}
li {
  float: left;
  position: relative;
  width: 10em;
  }	
ul li {
	position: relative;
	float:left;
	text-align:center;
	}
	
li ul {
  display: none;
  position: absolute; 
  top: 1.25em;
  left: 0;
  }

/* Styles for Menu Items */
ul li a, ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #FFDF2E; /* IE6 Bug */
	padding: 0px;
	border: 1px solid #fff; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #fdb813; } /* Hover Styles */

li:hover ul, li.over ul { display: block; } /* The magic */

/* end of dropdown navigation */


#contentBody{
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	margin-top: 0px;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
}
#banner{
	background-image:url(images/logo2.gif);
	background-repeat:no-repeat;
	height:100px;
	text-align:left;
	float: left;
	width: 330px;
}
#address{
	background-image:url(images/sunrise.gif);
	background-repeat:no-repeat;
	height:90px;
	float: left;
	padding-bottom: 10px;
	width: 330px;
	background-position: 40px;
}

#footer{
	height: 28px;
	font-size: 10px;
	clear: both;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom:10px;
	text-align:center;
}

#leftContent{
	float:left;
	border:thin #CCCCCC;
	padding-top: 20px;
	padding-left: 10px;
	width: 310px;
	margin: 0;
}

#rightContent h2{
	font: normal 15px verdana;
	color:#333333;
}
#rightContent{
	padding-left:10px;
	padding-right:20px;
	margin-left: 330px;
	border:#dddddd thin solid;
	margin-right: 10px;
	padding-bottom: 10px;
}
#fullContent{
	padding-left:10px;
	padding-top:20px;
	width:600px;
}
.seperator{
	clear:both;
	height:0;
}
.faqLinks{
	font-size:14px;
	line-height:normal;
	padding-bottom:2px;
}
.faqLinks a{
	text-decoration:underline;
}
h1{
	font-size:15px;
	font-style:normal;
	padding-bottom:10px;
	padding-top:10px;
	color:#444444;
}	


form{
	border: 1px solid #aaaaaa;
	padding:3px 6px 3px 6px;
}
input{
	color:#00008B;
	background-color:#FFCC33;
	border: 1px solid #00008b;
	margin-bottom:10px;
}

#comments{
	width:300px;
	height:80px;
	color:#00008b;
	background-color:#FFCC33;
	border: 1px solid #00008b;
	text-align:left;
	margin-bottom:10px;
}
