﻿html
{
	margin: 0;
	padding: 0;
	background: #ffffff;
	background-image: url('../images/background2.jpg');
	background-position: left;
	background-repeat: repeat-y;
	}

body 
{	
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 0.75em;
	text-align: center;
	color: #ffffff;
	}

#links, #adminlinks
{text-align: left;}

#content
{
	text-align: left;
	}	

#ContentDiv
{
	margin-top: 2em;
	margin-left: 1em;
	}

#contentareadiv
{
	text-align: left;
	}

p
{
	margin: 0;
	padding: 0;
	}

#HeaderAreaDiv
{
	margin: 0;
	padding-top: 15px;
	height: 153px;
	width: 100%;
	background: #4F6083;
	background-image: url('../images/header-background.jpg');
	background-repeat: repeat-x;
	}

#HeaderWhiteSpaceDiv
{	
	height: 5px;
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 1px;
	}

#ContainerDiv
{
	margin: 0;
	padding: 0;
	width: 780px;
	height: 100%;
	margin-left: 0px;
	float: left;
	}

#MenuAreaDiv
{
	width: 185px;
	float: left;
	margin-right: 5px;
	padding: 0;
	/*background: #97A1B6;*/
	background: transparent;
}
	

#ContentAreaDiv
{
	float: left;
	width: 590px;
	padding: 0;
	/*background: #EDEFF3;*/
	background: transparent;
	color: #000000;
	}

#ContentAreaDiv p
{
	margin-top: 5px;
	}

#FooterWhiteSpaceDiv
{
	display: none;
	position: absolute;
	bottom: 35px;
	left: 0px;
	height: 5px;
	width: 100%;
	background: #fff;
	font-size: 1px;
	}

#FooterAreaDiv
{
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	background: #4F6083;
	font-size: 12px;
	padding: 0;
	}

#FooterAreaDiv p
{
	margin-top: 9px;
}

a:link 
{
	text-decoration: underline;
	font-weight: bold;
	color: #000000;	
	}
a:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	}
a:hover
{
	text-decoration: none;
	color: #5555dd;
	}
	

a.leftmenu,a.leftmenutop
{
	width:185px;
	height:25px;
	
	text-decoration:none;
	color:#ffffff;
	background-color: transparent;
	
	display: inline-block;
	}
a.leftmenu:visited
{
	color: #ffffff;
	text-decoration: none;
	}
div.leftmenu,div.leftmenutop
{
	width:185px;
	height:25px;
	background-color: #97A1B6;
	}
span.leftmenu,span.leftmenutop
{
	margin-left: 15px;
	}
	
div.leftmenu:hover 
{
	background-color:#4F6083;
	}

a.leftmenu:hover 
{
	background-color:#4F6083;
	color: #fff;
	}
a.whitelink
{
	color: #ffffff !important; 
	}
.windowshade
{
	border: solid 2px #506082;
	width: 100%;
	padding-left: 5px;
	padding-top: 2px;
	}

p.sectionheading
{
	font-weight: bold;
	font-size: 1.2em;
	}

.smalltitle
{
	font-weight: bold;
	font-size: 1.1em;
	}
	
.openingparagraph
{
	font-size: 1.1em;
	line-height: 1.5em;
	}
	
div.openingdiv
{
	margin-left: 1em;
	margin-top: 1.5em;
	text-align: left;
	}