body {	
	margin: 0 auto 0 auto;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	background-color:#ffffff;
}

.page {
	width: 766px;
	background-repeat:repeat-y;
	background-image:url("../images/background.jpg"); 
	margin: 0 auto 0 auto;	
}

h4
{
color: #4385C8;
}

a:link, a:visited {
	color: #1068ad;
	text-decoration: none;
}

#container {
	width: 718px;
	margin: 0 auto 0 auto;
	height:100%;
}

#navbar {
	width: 718px;
	height: 90px;
	background-image:url("../images/banner.gif");
	background-repeat:no-repeat; 
	position: fixed;
}

.navigation {
	width: 718px;
	height: 26px;
	background-color:#F8F2E0;
	position: relative;
	top:90px;
	text-align:center;
	padding-top:3px;
    padding-bottom:3px;
	font-size:14px;	
}

.navigation ul{
	padding: 5px 0 5px 15px;
	margin: 0 auto 0 auto;
}

.navigation li{	
	display:inline;
	font-weight:bold;
	margin: 5px;
	padding: 0px 50px 0px 50px;
}

.menulink:link{
	color:#2A597F;
	text-decoration:none;
}
.menulink:visited{
	color:#2A597F;
	text-decoration:none;
}
.menulink:hover{
	color:#4385C8;
	text-decoration:none;
}
.menulink:active{
	color:#2A597F;
	text-decoration:none;
}

.divider {
	width: 698px;
	height: 5px;
	background-color: #4385C8;
}

.space {
	height:116px
}

.clear {
	height:20px;
	clear:both
}

.section
{
	height:600px;
	padding:0px 10px 10px 10px;
	color:#666666;
}

.bottom 
{
    width:718px;
    border-top:1px;
    border-bottom:0px;
    border-left:0px;
    border-right:0px;
    border-color:#55A5D8;
    border-style:dotted;
    padding-top:4px;
	position:fixed;
	bottom:0;
	z-index: 1;
	background-color:#ffffff;
	font-size:12px;
	color: #666666;
	}
	
.bottom a
{
	color: #666666;
	text-decoration: none;
}

.bottom a:hover 
{	
	color: #562930;
}