@charset "UTF-8";
/* CSS Document */

body {
	background-color:#666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #999966;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #999966;
	padding: 0px 0px 0px 35px;
}
a:link {
	color:#336666;
	text-decoration: underline;
}
a:visited {
	color: #336666;
}
a:hover {
	color: rgb(97, 97, 53);
}
ul {
	list-style-type: disc;
	padding-left: 1em;
	margin: 0;
	text-align: left;
}

/*Structure*/

#container {
	margin: 0 auto;
	width: 850px;
	background-color: #FFFFFF;
}
#wrapper {
	width: 829px;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px 5px 10px 10px;
	padding: 10px 0px 5px 0px;
	background-repeat: repeat;
}
#banner {
	width: 829px;
	height: 214px;
	background-image:url(images/bannerback2.jpg);
	/*background-color: #FFFFFF;*/
	background-repeat: no-repeat;
}
#navbar {
	width: 612px;
	height: 37px;
	text-align: center;
	padding: 0px 0px 0px 0px;/*this padding and margin puts nav line in right place for 2-col*/
	margin: 30px 0px 0px 0px;
	float: left;
}
#loginbox {
	width: 217px;
	height: 37px;
	text-align: center;
	margin: 127px 0px 0px 0px;
	float: left;
}
#titlebar {
	width: 612px;
	height: 56px;
	text-align: center;
	/*padding: 55px 0px 0px 0px;*/
	clear: both;
}
#picturebox {
	width: 217px;
	height: 56px;
}
#main {
	width: 829px;
	background-color: #FFFFFF;
}
#leftcolumn {
	width: 614px;	
	float: left;
	top: 245px;
	background-color: #FFFFFF;
	margin: 5px 0px 0px 0px;
}
#rightcolumn {
	float: left;
	top: 245px;
	width: 214px;
	height: 100%;
	background-color: #669999;
	margin: 5px 0px 0px 0px;
}
#footer {
	width: 829px;
	height: 50px;
}
/*Formatting*/

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 0px 10px 0px 35px;
}
.columnheads {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #CCCC99;
	text-align: center;
	background-color: #336666;
	padding: 5px 0px 0px 0px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	width: 214px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	
}
.navbartext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	margin: 98px 0px 0px 0px;
	text-align: center;
}
.navbartext a:link {
	color:#FFFFFF;
	text-decoration: underline;
}
.navbartext a:visited {
	color: #FFFFFF;
}
.navbartext a:hover {
	color: rgb(97, 97, 53);
}	
.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: -15px 0px 0px 0px;
}
.logintext a:link {
	color:#FFFFFF;
	text-decoration: underline;
}
.logintext a:visited {
	color: #FFFFFF;
}
.logintext a:hover {
	color: rgb(97, 97, 53);
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0px 0px 0px;
}		
.bullettext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 0px 0px 0px 35px;
}
.rightcolumnbold {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px 0px 15px;
	margin: 10px 0px 0px 0px;
	color: #FFFFFF;
}
.rightcolumnreg {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px 0px 20px;
	color: #FFFFFF;
}
.rightcolumnreg a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.rightcolumnreg a:visited {
	color: #FFFFFF;
}
.rightcolumnreg a:hover {
	color: rgb(97, 97, 53);
}	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999966;
	text-align: center;
}
.clear: after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
*html. clear {
	height: 1px;
}	
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}		
	