body {
	background-color: rgb(214,232,242);
	margin: 0pt 0pt 100px;
	font-family: "Trebuchet MS", Verdana, Tahoma, "Times New Roman", Arial;
	font-size: 0.8em;
}

#top {
	height: 100px;
	border-bottom: 1px solid silver;
	
	background-color: #eeeeee;
	position: absolute; 
	left: 0;
	right: 0;
	top: 0;
	display: block;
	width: 100%;
}

#page {
	margin: 100px 30px 0 30px;
	
}

#left {
	/*float: left;*/
	position: absolute;
	left: 30px;
	top: 101px;
	width: 320px;
	background-color: #ffffff;
	border: 1px solid silver;
	border-top: 0;
}

#right {
	position: absolute;
	top: 101px;
	right: 30px;
	width: 180px;
	background-color: #ffffff;
	border: 1px solid silver;
	border-top: 0;
	
}

.content {
	border-style: solid;
	border-color: silver;
	border-width: 0pt 1px 1px;
	margin: 0pt 200px 0pt 340px;
	padding: 10px;
	background-color: rgb(255, 255, 255);
}

.menuHeader {
	font-family: Verdana;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding-left: 2px;
	border-bottom: 1px solid silver;	
	margin-top: 5px;
}

.menuItems {
	margin: 0;
	
}

#left A, #right A {
	color: black;
	padding-left: 6px;
	text-decoration: none;
}

#right A {
	border-bottom: 1px solid #eeeeee;
}

H1 {
	font-size: 1.4em;
	margin-top: 0;
}

.menuItems A {
	display: block;
}

.menuSubItems {
	color: #ffffff;
	background-color: #eeeeee;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	
}

.menuSubItems A {
	color: #ffffff;
	margin-left: 10px;
	display: block;
}

.menuSubItems A:hover {
	color: red;
	margin-left: 10px;
	background-color: #ffffff;
}

#topLogo {
	margin: 15px 10px 0 5px;
}

#topBanner {
	position: absolute;
	top: 5px;
	right: 30px;
	width: 728px;
	height: 90px;
}

#bottomBanner {
	margin: 50px auto 10px auto;
	text-align: center;
	width: 468px;
}

#rightBanner {


}