body, input, select, textarea, option, div, td, table, password, li, span
{
	color:black;
	margin:0;
	padding:0;
}
body {
	width:100%;
	min-width: 825px;	
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	background-color:#7dcac2;
	padding:0px;
	margin:0;
	text-align:center;
	padding-bottom:30px;
}
p, body, td {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}
p{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	margin:0 0 5px 0;
	line-height:17px;
	color:black;
}

.contentContainer, a:link, a:visited, a:hover, a:active{
	color: #019192;	
	text-decoration: none;
}
div.resourceHeader{
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
h1{
	color: #019192;
	font-size:18px;
	margin:0 0 5px 0;
}
h2{
	color: #019192;
	font-size:16px;
	margin:0 0 5px 0;
}
h3{
	color: #019192;
	font-size:14px;
	margin:0 0 5px 0;
}

#mainDiv{
	width:708px;
	margin:auto;
	background-image:url('../images/page_bg.gif');
	text-align:left;
}
#contentDiv{
	margin:10px;
	width:688px;
	position:relative;
}
#titleBar{
	background-color:#AAAAAA;
	background-image:url('../images/top_fade.gif');
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-top:10px;
}
#topRight{
	background-image:url('../images/top_right_fade.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
	height:30px;
	float:right;
} 
#blueSpacer{
	margin-left:4px;
	background-image:url('../images/blue_bg.gif');
	text-align:right;
}
#menuDiv{
	height:25px;
	margin-left:4px;
	margin-right:4px;
	background-image:url('../images/blue_bg.gif');
	padding-top:4px;
}
.menuItem{
	border-left:2px solid silver;
	padding-left:3px;
	float:left;
	margin-left:4px;
	margin-right:10px;
}
.menuItem a {
	color:white;
	text-decoration:none;
	font-family:Franklin Gothic Medium Cond, Arial Narow, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.menuItem a:hover{
	text-decoration:underline;
}
.menuItem a:visited{
	color:silver;
}
#searchBar{
	margin-left:4px;
	margin-right:4px;
	background-color:black;
	font-family:Franklin Gothic Medium Cond, Arial Narrow, Arial, Helvetica, sans-serif;
	color:white;
	text-align:right;
	font-size:10px;
	padding:5px;
}
#bottomDiv{
	background-image:url('../images/bottom_fade.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
}
#footer{
	background-color:#AAAAAA;
	text-align:center;
	font-size:12px;
}
/* ===== FORM ELEMENTS ==== */
form{
	margin:0px;
}
input,textarea{
	font-size:12px;
	font-family:arial, helvetica, sans-serif;
}
h3{
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
	color:#777777;
}
h3 a{
	color:#777777;
	text-decoration:none;
	border-bottom:1px solid #CCCCCC;
}
h3 a:hover{
	background-color:#DDDDDD;
	border-bottom:1px solid #DDDDDD;
}

#leftColumn p {
	margin-top:5px;
	margin-bottom:5px;
	border-left:2px solid silver;
	padding-left:3px;
	font-size:8px;
}
.comment{
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	padding:15px;
}

#googleSearch
{
	float:left;
	width:260px;
	position: absolute;
	margin:250px 0 0 535px;
}
#SearchResults{
	margin:0;
	padding:0;
}
#SearchResults img{
	display:none;
}
#SearchResults ul{
	margin:0;
}
#SearchResults li{
	border-bottom:1px solid #CCC;
	padding:0 0 4px 0;
	margin:0 0 2px 0;
	list-style:none;
	clear:both;
}
#SearchResults li h3 a{
	color:white;
	background-color:#CCC;
	padding:5px 7px;
	font-size:16px;
	font-weight:bold;
	border:0;
}
#SearchResults li h3{
	margin:9px 0;

}
.contentContainer{
	margin:0;
	padding:0;
}
.submenutable{
	margin:0 auto;
	width:auto;
}