﻿body, html {
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #5f7b83;
}

#page-container {
	width: 800px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;

}

#left-Container {
	color: #e6e6e6;
	font-size: 10pt;
	min-height: 400px;
	float: left;
	width: 200px;
}

#right-Container {
	min-height: 400px;
	float: left;
	background-color: white;
	width: 600px;
}

#topMenuA-Container {
	background-color: #384049;
	height: 80px;
	width: 200px;
}

#topMenu-Container {
	background-color: #384049;
	height: 80px;
	width: 600px;
}

#topMenu-Item {
	margin-bottom: 10px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: black;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #64737e;
	line-height: 50px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 12pt;
	color: #b3b3b3;
}

#topMenu-Item:hover {
	margin-bottom: 10px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: black;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #64737e;
	line-height: 50px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 12pt;
	color: white;
	cursor: pointer;
}

#topHeaderA-Container {
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
	height: 200px;
	width: 200px;
}

#topHeader-Container {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: white;
	height: 200px;
	width: 600px;
}

#footer-Container {
	margin-bottom: 70px;
	padding-bottom: 70px;
	width: 600px;
	height: 140px;
}

#mainContent-Container {
	font-size: 10pt;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
	background-repeat: no-repeat;
	min-height: 600px;
	width: 580px;
	background-image: url(../images/bodyBG.jpg);
}

#bodyFooter-Container {
	height: 20px;
	background-repeat: no-repeat;
	width: 600px;
}

#menuHeader {
	height: 20px;
	width: 200px;
	background-image: url(../images/menuBG.png);
	background-repeat: no-repeat;
}

#clearing {
	clear: both;
}

#menuItem {
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 30px;
	padding-left: 20px;
	width: 200px;
	line-height: 30px;
	font-size: 10pt;
	color: #cccccc;
	background-repeat: no-repeat;
}

#menuItem:hover {
	height: 30px;
	padding-left: 20px;
	width: 200px;
	line-height: 30px;
	font-size: 10pt;
	color: white;
	background-repeat: no-repeat;
	cursor: pointer;
}

h1 {
	line-height: 20px;
	color: #383e47;
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-style: italic;
	color: #383e47;
	line-height: 14px;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	line-height: 8px;
	font-size: 8px;
	color: #7f7f7f;
}

hr {
	color: #383e47;
	height: 1px;
}

a {
	text-decoration: none;
	color: #383e47;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

