body
{
	cursor: default;
	margin: 0px;
	text-align: center;
	font: 10px/20px verdana;
	color: #000000;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #F8F6E7;
}
p{
	font: 11px/20px verdana;
	color: #000;
}
.white{
	font: 12px/20px verdana;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
}

#container
{
	margin: auto;
	padding: 10px;
	width: 727px;
	background-image: url(../images/main.jpg);
	height: 640px;
	background-repeat: no-repeat;
	background-position: top center;
}

#header
{
	width: 610px;
	text-align: left;
	height: 50px;
}

#footer
{
	background: #035199;
	color: #fff;
	font-weight: bold;
	width: 700px;
	text-align: center;
	height: 5px;
}

#main
{
	width: 690px;
}

#left
{
	width: 610px;
	text-align: left;
}

#right
{
	width: 380px;
	float: left;
	margin: 0px 0 0 20px;
	height: 350px;
}
.box
{
	padding: 20px 10px 0px 20px;
	text-align: left;
}
html>body .box
{
	padding: 20px 0px 0px 40px;
	text-align: left;
}
.clear
{
 	clear: both;
}
#menu{
	margin: 50px 0 0 20px;
	height: 20px;
	}
#menu a
{
	display: block;
	color: #333;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	width: 100px;
	float: left;
}
.menusep{
	width: 1px;
	background-color: #333333;
	height: 16px;
	float: left;
	margin-top: 2px;
	}
#menu a:hover
{
	text-decoration: underline;
}

.bluetitle
{
	background: #035199;
	padding: 0px 15px 0px 15px;
	margin: 15px 0px 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
	width: 363px;
}
.bluetitlebottom
{
	background: #035199;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
}

.floatleft
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.floatright
{
	float: right;
	margin: 0px 0px 0px 10px;

}

.photobasic
{
	border: 1px solid #bbb;
	background: #fff;
	padding: 5px;
	margin: 3px;
}
.photoevents
{
	border: 1px solid #bbb;
	background: #fff;
	padding:5px;
	margin: 0 3px 3px 0px;
	float: left;
}
.photo
{
	border: #035199 1px solid;
	background: #fff;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E00E0F;
}
.menuitem{
	color: maroon; 
	margin-top: 5px; 
	padding-right: 5px
	}
.formlabel {
	float: left;
	width: 100px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 3px 0 0;
	color: #000000;
}

.formfield {
	/*float: right;*/
  width: 300px;
	text-align: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 2px solid #fff;
} 
p.formsectionhdr{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
}
div.formsection {
	width: 320px;
	margin: 0 0 0 20px;
	}
div.row {
	font-size: 11pt;
	text-align: left;
	clear: both;
	margin-bottom: 5px;
	padding: 3px;
	}
.redtext{
	color: #f00
	}
.ems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #701620;
}
strong{
	font-weight: none;
	color: #E30A12;
	}
.box a{
	text-decoration: none;
	border-bottom: 1px solid #aaa;
	color: #000000;
	}
.box a:hover{
	text-decoration: none;
	border-bottom: 1px solid #990000;
	}
