﻿body 
{
	font-size:12px;
	font-family:Arial;
	margin:0px;
	padding:0px;
	background-color:#002969;
	color:White;
}

a
{
	color:#dddddd;
	text-decoration:none;
}

a:hover
{
	color:#7777ff;
}

.menu a:hover
{
	color:inherit;
}

#pagecontainer
{
	width:900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	overflow:hidden;
	height:auto;
	min-height:600px;
}

#header
{
	width:900px;
	height:210px;
	overflow:hidden;
	background-image:url(../Images/header.jpg);
}

.menu
{
	margin:176px 0px 0px 10px;
	width:679px;
}

.dynamicmenu
{
	margin-top:2px;
	margin-left:-2px;
}

.staticmenu
{
	margin-right:1px;
}

#footer
{
	width:880px;
	height:auto;
	overflow:hidden;
	margin:10px 10px 10px 10px;
}

#container
{
	width:880px;
	height:auto;
	overflow:hidden;
	margin-left:10px;
	margin-top:10px;
	border-bottom:1px solid #888888;
}

.section
{
	width:880px;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}

.list li
{
    margin-bottom:5px;
}

h1,h2,h3,h4,p
{
	margin:0px 0px 10px 0px;
}

h1
{
	font-size:20px;
	color:#CFB85D;
	width:100%;
	border-bottom:1px solid #888888;
}
h2
{
	font-size:18px;
}
h3
{
	font-size:16px;
}
h4
{
	font-size:14px;
}

.pagetext
{
	width:330px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:10px;
}

.pagepic
{
	width:540px;
	height:280px;
	background-color:White;
	float:left;
	overflow:hidden;
}

a img
{
    border:0px;
}

.aboutboxes p
{
	float:left;
	margin:20px 20px 0px 20px;
	width:200px;
	height:220px;
	display:block;
	overflow:hidden;
}

.aboutboxes
{
	width:720px;
	height:auto;
	overflow:hidden;
	margin:0px auto 20px auto;
	
}