/** 
 * Home page 
 */
body {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}


#homeHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 930px;
	height: 126px;
	color: black;
	visibility: visible;
	background-color: white;
	font-size: 5;
	font-weight: bold;
	font-style: italic;
}
#homeHeader td {
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#homeHeaderHome {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 126px;
	color: black;
	visibility: visible;
	background-color: white;
	font-size: 5;
	font-weight: bold;
	font-style: italic;
}
#homeHeaderHome td {
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#navMenu {
	position: absolute;
	top: 126px;
	left: 0;
	width: 160px;
	height: 1100px;
	background-color: #cccccc;
	padding-top: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;

}
#navMenuHome {
	position: absolute;
	top: 126px;
	left: 0;
	width: 160px;
	height: 2000px;
	background-color: #cccccc;
	padding-top: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;

}
#menulink {
	left: 10px;
	position: absolute;
	width: 140px;
	border: 1px solid black;
	text-align: left;
	font: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: white;
	background-color: #33486D;
	height: 16px;
	padding-left: 3px;
}
#menulink a {
	color: white;
	text-decoration: none;
}
#menulink {
	left: 10px;
	position: absolute;
	width: 140px;
	border: 1px solid black;
	text-align: left;
	font: Verdana;
	font-size: 9px;
	font-weight: bold;
	
	color: white;
	background-color: #33486D;
	height: 16px;
	padding-left: 3px;
}
#menulink a {
	color: white;
	text-decoration: none;
}
#submenulink {
	left: 146px;
	position: absolute;
	width: 220px;
	border: 1px solid black;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #33486D;
	height: 16px;
	padding-left: 3px;
	z-index:99;
}
#submenulink a {
	color: white;
	text-decoration: none;
}

#mainBody {
	top: 126px;
	left: 160px;
	height: 1100px;
	width: 620px;
	color: black;
	position:absolute;
	background-color: white;
	border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}

#mainBodyHome {
	top: 126px;
	left: 160px;
	height: 2000px;
	width: 640px;
	color: black;
	position:absolute;
	background-color: white;
	border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}

#rightNav {
	position: absolute;
	top: 126px;
	left: 780px;
	height: 1100px;
	width: 150px;
	background-color: #cccccc;
	border: 1px solid black;
}

#rightNavHome {
	position: absolute;
	top: 0px;
	left: 800px;
	height: 2126px;
	width: 150px;
	background-color: #cccccc;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

/**
 * Other Pages
 */
 
#headerTwo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	color: white;
	visibility: visible;
	background-color: black;
}
#mainBodyTwo {
	top: 46px;
	left: 160px;
	color: black;
	height: 100%;
	position:absolute;
	background-color: white;
	border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: black;	
}

#navMenuTwo {
	position: absolute;
	top: 46px;
	left: 0;
	width: 160px;
	background-color: #cccccc;
	padding-top: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: black;
}