*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


body
{
	background: #bdbdbd;
	margin: auto;
	text-align: center;
	padding: 0px;
	font: 14px/20px verdana;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	background-position: center top; 
}

.logo
{
	width: 980px;
	height: 173px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}

.container
{
	background-repeat: no-repeat;
	padding: 0px;
	width: 980px;	
	margin: 0px auto 0px auto;
	text-align: center;
	color: #183a60;
	overflow:hidden;
}

.link 
{
	background-color: #051f46;
	color: #ffffff;
}

.link: hover
{
	background-color: #435d82;
	color: #ffffff;	
}


.maincontent 
{
width: 730px; 
float: right; 
text-align: left;
padding-left: 8px;
padding-right: 8px;
}

h1
{
	margin: 0px 0px 12px 0px;
	padding-top: 6px;
	color: #cc0a22;
	font: 16px verdana;
	font-weight: bold;
}

table
{
font: 12px verdana;
color: #183a60;
}

.mainback{
background-image: url('../images/mainback.jpg');
background-repeat: no-repeat;
background-position: top center;
}

img 
{
margin:5px;
}


a.menulink
{
	text-align:right; !important
}





#navcontainer
{
	width: 227px; 
	float: left;
	margin: 0px;
	padding: 0px;
}

#navcontainer #menutop
{
margin: 0px;
padding: 0px;
background-image: url('../images/menutop.png');
width: 227px;
height: 36px;
}

#navcontainer #menubottom
{
margin: 0px;
padding: 0px;
background-image: url('../images/menubottom.png');
width: 227px;
height: 36px;
}

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer ul li {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #3A6FAA;
}
#navcontainer a
{
color: #ffffff;
letter-spacing: 1px;
/*text-align: center;*/
display: block;
line-height:20px;
background-color: #3a6faa;
padding: 3px 30px 3px 3px;
width:auto !important;
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
font-size: 10pt;
min-height: 20px;
width: 227px;
background-color: #3a6faa;
}

#navcontainer a:hover
{
color: #3a6faa;
font-size: 10pt;
min-height: 20px;
width: 227px;
background-color: #8ab3e1;

}

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

.photoright
{
	float: right;
	margin: 0px 0px 10px 10px;
}

fieldset
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 0px;
	border: solid 0px;
}
	
fieldset div
{
	margin-top: 10px;
}
	
fieldset div label
{
	float: left;
	width: 100px;
	color: #000;
	font: 10px/20px verdana;
	font-weight: bold;
}
	
fieldset input, fieldset textarea, fieldset select
{
	border: 1px solid #ccc;
	background: #fff;
	width: 250px;
}
	
fieldset textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}
	
fieldset select
{
	padding: 0px;
}


fieldset submit
{
	width: 50px;
}

#form
{
	margin-top: 20px;
	margin-bottom: -19px;
}

html>body #form
{
	margin-top: 20px;
	margin-bottom: -11px;
}

.required
{
	color: #A02125;
}

.note
{
	margin-left: 100px;
}

