body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #799fc4;
	line-height: 180%;
}

a
{
	color: #56738e;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#headercontainer
{
	width: 100%;
	background: #56738e;
}

#header
{
	margin: 0 auto;
	width: 760px;
	height: 125px;
	border: 1px solid #56738e;
	border-top: 0px;
	border-bottom: 0px;
	background-color:
}

#header h1
{
	margin: 0;
	color: #EEEEEE;
	font-size: 275%;
	padding-left: 10px;
	letter-spacing: -3px;
	padding-top: 50px;
}

#menucontainer
{
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: #56738e;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 760px;
	background: #56738e;
	border-right: 1px solid #56738e;
	border-top: 0px;
	border-bottom: 0px;
}

#content
{
	margin: 0 auto;
	width: 740px;
	padding: 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.2em;	
}

#content h2
{
	font-size: 1.2em;
	letter-spacing: -1px;
	line-height:0px;
	padding-bottom:5px;
	padding-top:15px;
	color:#333333;
}

#content h3
{
	font-size: 1.1em;
	line-height:0px;
	padding-bottom:0px;
	padding-top:4px;
	color:#333333;
	font-style:italic;
}

.table
{
	padding:5px;
	margin-top:10px
}

#content a:link
{
	text-decoration:underline;
	color:#799fc4;
}

#content a:visited
{
	text-decoration:underline;
	color:#333333;
}

#content a:hover, a:active
{
	text-decoration:none;
	background-color:#56738e;
	color:#FFFFFF;
}

#content img
{
	border-style:solid;
	border-width:medium;
	border-color: #799fc4;
	line-height: 0.2em;
}

.rightimage
{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.clear
{
	clear:both;
}

#footer
{
	margin: 0 auto;
	width: 740px;
	height: 65px;
	color: #FFFFFF;
	background: url('images/footer-background.jpg') repeat-x;
	border: 1px solid #56738e;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 1em;
}

#footer img
{
	border:none;
	float:right;
	line-height:.2em;
}

.sitecopyright
{
	font-size: 0.8em;
	font-style:italic;
	line-height:1em;
	text-align:center;
}

#footer a:hover
{
	color:#FFFFFF;
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF; 
	float:left; 
	width:100%;
	border-left: 1px solid #56738e;
	letter-spacing: 1px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding-right:1.3em;
	padding-left:1.3em;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #56738e;
}

#navcontainer ul li a:hover
{
	background-image:url('images/menu-hover.jpg');
	background-repeat:repeat-x;
	color: #000000;
}