/* BASIC LAYOUT */
/* color define of webpage */
/* border prevention on linked images */
a img {
	border: 0;
}
/* default font for webpage */
body {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}
/* default width for webpage */
#main {
	width: 990px;
	margin: 0 auto;
}
/* default font for links */
.footmenu {
	color: #08c;
}
.footmenu:visited {
	color: #08c;
}
/* default font decoration for links */
.footmenu:link {
	text-decoration: none;
}
/* default font decoration for links when hovered over*/
.footmenu:hover {
	text-decoration: underline;
}
/* font for copyright below footer*/
.copyright {
	font-size: 10px;
	color:#888;
}
/* font for copyright below footer*/
.footcontact {
	font-size: 12px;
	color: #666666;
}
/* menu area at top of page */

/* footer */
#footer {
	width: 980px;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 10px;
	color: #6e6e6e;
}
#links {
	border: 1px solid #e5e5e5;
	border-top-width: 2px;
	margin: 10px 10px;
}


#content {
	width: 990px;
	padding-top: 18px;
}
/* BILLBOARD */
 #head {
	width: 980px;
	height: 101px;
	padding-top: 30px;
	padding-left: 10px;
	text-align: left;

}
#logo{
width: 314px;
height: 80px;
float: left;
}
#menuhold {
width: 480px;
	height:35px;
	margin-left: 181px;
margin-top: 66px;
float: left;
background-color:#CCCCCC;	
border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
}

 #textarea {
	width: 930px;
	height: auto;
	margin-left: 5px;
	padding: 25px;
	background-color: #CCCCCC;
	overflow-y: auto;
}

.sidetext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#333333;
line-height: 20px;

}
.sidetextsubhead {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bolder;
color:#003399;
}
.sidetexthead {
font-family: "Lucida Calligraphy", Arial, Helvetica, sans-serif ;
font-size: 22px;
font-weight:bolder;
color:#003399;
}
 #textfoot {
	width: 980px;
	height: 35px;
	margin-left: 5px;
	margin-bottom: 15px;
	background-color:#CCCCCC;
	border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-o-border-radius: 0px 0px 20px 20px;
	-khtml-border-radius: 0px 0px 20px 20px;
	text-align: center;
}
.abouttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-decoration: none;
}
