/*Basic elements*/

body {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color: #666699;
	background-color: #FFE8D1;
	margin: 12px 20px;
	padding: 0;
}



#contentwrapper{
	margin: 0 0 0 0;
	width: 861px;
}

/*Table cells aligned to the top.*/
td {vertical-align: top;}

/*Masthead*/
#masthead {
	background-color: #FFE8D1;
	text-align:center;
	width: 861px;
	height: 120px;
}



/*Nav*/
#navtop {
	width: 140px;
	height: 40px;
	padding: 0px;
	background-image:url(../images/navtop.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#navtop h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 16px 0px 0px 5px;
}

#navcolumn {
	font-size: 11px;
	width: 140px;
	padding: 0px;
	border-left: 1px solid #666699;
	border-right: 1px solid #666699;
	background-image: url(../images/white1.jpg);
	background-repeat: repeat;
}
#navcolumn td {
	font-size: 11px;
	width: 130px;
	line-height: 20px;
	height: 20px;
}

#navcolumn a, a:link, a:active, a:visited {
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	font-weight: normal;
}

#navcolumn a:link {
	color: #666699;
	font-weight:bold;
}
#navcolumn a:visited {
	color: #666699;
	font-weight:bold;
}
#navcolumn a:hover {
	color: #FFFFFF;
	background-color: #666699;
	font-weight:bold;
}


#navbottom {
	font-size: 11px;
	width: 140px;
	padding: 0px;
} 
.space1 {
	width: 15px;
}

/*Main*/
#maintop {
	width: 500px;
	height: 40px;
	padding: 0px;
	background-image:url(../images/maintop.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#maintop h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 5px 5px 15px;
}
#maincolumn {
	font-size: 12px;
	width: 500px;
	margin: 0px;
	padding: 10px;
	border-left: 1px solid #666699;
	border-right: 1px solid #666699;
	background-image: url(../images/white1.jpg);
	background-repeat: repeat;
}
#maincolumn p {
	margin: 10px;
	text-align:justify;
}
#maincolumn a, a:link, a:active, a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #666699;
	text-decoration:underline;
}

#maincolumn a:link {
	color: #666699;
}
#maincolumn a:visited {
	color:#666699;
}
#maincolumn a:hover {
	color: #FFFFFF;
	background-color: #666699;
	text-decoration:none;
}

#mainbottom {
	font-size: 10px;
	width: 500px;
	height: 20px;
	padding: 0px 0px 10px 0px;
}
/*news*/
#newstop {
	width: 140px;
	height: 40px;
	padding: 0px;
	background-image:url(../images/navtop.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#newstop h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 16px 0px 0px 5px;
}

#newscolumn {
	font-size: 11px;
	width: 140px;
	border-left: 1px solid #666699;
	border-right: 1px solid #666699;
	background-image: url(../images/white1.jpg);
	background-repeat: repeat;
	text-align: center;
}
#newscolumn p {
	padding: 10px;
}
#newscolumn a, a:link, a:active, a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #666699;
	text-decoration:underline;
}

#newscolumn a:link {
	color: #666699;
}
#newscolumn a:visited {
	color:#999999;
}
#newscolumn a:hover {
	color: #FFFFFF;
	background-color: #666699;
	text-decoration:none;
}
#newsbottom {
	font-size: 11px;
	width: 140px;
}
/*Copyright Elements*/
#copyright {
	font-size: 10px;
}

/*Footer Elements*/
#footer {
	padding: 10px 0 0 18px;
	font-size: 11px;
	text-align: center;
}

#footer p {
	margin: 0 0 3px 0;
}

#footer a, a:link, a:active, a:visited {
	font-size: 11px;
	text-decoration:underline;
	font-weight: normal;
}

#footer a:link {
	color: #666699;
}
#footer a:visited {
	color: #666699;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: #666699;
}
/*Miscellaneous*/

/*General Text Elements*/
h1, h2, h3 {
	margin: 0px;
	font-size: 18px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #666699;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	margin: 10px;
}
h2, h3 {
	margin: 30px 10px 10px 10px;
	font-size: 16px;
	color: #666699;
}
h3 {
	font-size: 14px;
}
h4 {
	margin: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #666699;
	text-align: left;
	line-height: normal;
	font-weight: bold;
}
.formtext {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color: #666699;
	font-size: 11px;
}

