html {
	min-height: 100%;
	height: auto;
}

body{
	padding: 0;
	margin: 0;
	background: url(../images/fade_bg.gif) top center repeat-y #fff;
	color: #003b56;
	font-family: Arial;
	font-size: 12pt;
}

img{
	border: 0px;
}

form{
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #999;
	font: 12pt Arial;
}

ul{
	list-style-type: square;
	margin: 10px 0px 10px 30px;
}

.list_nomargin{
	list-style-type: square;
	margin: 0px 0px 10px 30px;
}

.mainphoto_back{
	background: url(../images/photo_home.jpg);
}

a:link{
	color: #00276E;
	text-decoration: underline;
}

a:visited{
	color: #00276E;
	text-decoration: underline;
}

a:hover{
	color: #4386ff;
	text-decoration: none;
}

p{
	padding: 0 0 12px 0;
	margin: 0;
}

#signup {
	width: 167px;
	height: 245px;
	padding-left: 8px;
	font-size: 11pt;
	background: url(../images/signup-bg.jpg) no-repeat;
	color: #fff;
}

#signup .sub_header{
	color: #fff;
	font-size: 13pt;
	padding-bottom: 7px;
}

#signup input {
	border: 1px solid #999;
	font: 10.5pt Arial;
}

.signupSubmit {
	border: 1px solid #ddd;
	background: #315393;
	color: #fff;
	margin-top: 5px;
	padding: 3px;
}

.signupSubmit:hover{
	background: #fff;
	color: #003b56;
	margin-top: 5px;
	padding: 3px;
}

#maindiv {
/*	position: absolute;
	left: 0;
	top: 0; */
	position: relative;
	padding: 0;
	width: 1024px;
	height: 100%; /* works only if parent container is assigned a height value */
}

#header {
	float: left;
	width: 1024px;
	padding: 0;
	padding-bottom: 8px;
}

#head-left {
	float: left;
	width: 278px;
}

#head-right {
	float: left;
	width: 726px;
}

#container {
	float: left;
	padding: 15px 35px 35px 35px;
	width: 954px;
}

#topnav_container {
	float: left;
	width: 1024px;
	border-bottom: 1px solid #ddd;
}

#date {
	float: left;
	width: 180px; /* 221 */
	padding: 1.2em 0 0.5em 43px;
	text-align: left;
	font-size: 9pt;
/*	font: 13pt "Times New Roman", Times, serif; */
}

#topnav {
	float: right;
	width: 744px;
	font-size: 14pt;
	padding: 0.5em 0;
	color: #003b56; /* 214f83 */
	text-align: center;
	
}

#topnav ul {
	margin: 0;
	padding: 0;
	display: block;
}

#topnav ul li { display: inline;}

#topnav ul li a{
	color: #003b56;
	padding: 0.6em 1.5em;
	text-decoration: none;
}

#topnav ul li a:hover{
	background-color: #1a4876;	
	color: #fff;
}

#content{
	float: left;
	padding-left: 35px;
	width: 742px;
	text-align: left;
}

#nav{
	float: left;
	width: 175px;
	padding-top: 3px;
	font-size: 14pt;		
	text-align: left;
}

#nav p {
	width: 165px;
	margin: 0px;
	padding: 0px;
}

#nav p a {
	display: block;
	text-decoration: none;
	padding: 8px;
}

#nav p a:hover {
	display: block;
	color: #fff;
	background-color: #1a4876;
	padding: 8px;
}

#events {
	color: #fff;
	float: right;
	width: 225px;
	margin: 0 0 15px 15px;
	padding: 0;
	min-height: 461px;
	background: url(../images/events-bg.jpg) repeat-y;
	font: 0.9em Arial;
}

#events_content {
	float:left;
	width: 205px;
	padding: 10px;
	background: url(../images/events-bar.jpg) no-repeat;
}

#events_bottom {
	float: left;
	width: 225px;
	padding: 0;
}

#events a, #events a:hover{
	color: #fff;	
}

#events div.sub_header {
	color: #fff;
	padding-bottom: 12px;
}

.maintable {
}

.menu_back{
	background: url(../images/blue_line.gif);
}

.menu_shadow{
	background: url(../images/menu_shadow.gif);
}

.left_flank{
	background-color: #fff;
	/* background: url(../images/yellow_left.gif); */
}

.right_flank{
	background-color: #fff;
	/* background: url(../images/yellow_right.gif); */
}

.main_header{
	color: #003b56;
	font-family: Arial;
	font-size: 28pt;
}

.sub_header{
	color: #003b56;
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	padding-top: 5px;
}

.thinblueline{
	text-align: center;
	width: 70%;
	height: 1px;
	color: #00276E;
}

.main_textarea{
}

.main_textarea div{
	padding-bottom: 10px;
}

.borderimg{
	border: 7px solid black;
	margin: 5px;
}

.borderimg_nomargin{
	border: 1px solid black;
	margin: 0px;
}

.rightalign_area{
	text-align: right;
	padding: 0 5px 0 0;
}

.left_div{
	position:relative;
	left: 0px;
	top: 0px;
	width: 340px;
}

.border_div{
	border: 1px solid #00276E;
	background: #fff;
	margin-top: 37px;
	padding: 2px;
}

.copyright_area{
	float: left;
	clear: both;
	width: 954px;
	padding-top: 50px;
	padding-bottom: 10px;
	text-align: center;
}

.small_text{
	font-size: 9pt;
}

.error_text{
	color: #f00;
}

#layer2 {
	position: absolute;
	visibility: hidden;
	width: 475px;
	height: 435px;
	text-align: right;
	left: 30%;
	top: 30%;
	background: #ffd801;
	border: 1px solid #000;
	padding: 0;
	z-index: 10;
}
