/** 
 * Home page 
 */
body {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 930px;
	height: 50px;
	color: white;
	visibility: visible;
	background-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: white;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: white;
	font-size: 5;
	font-weight: bold;
	font-style: italic;
}

#navMenu {
	position: absolute;
	top: 54px;
	left: 0;
	width: 160px;
	height: 1000px;
	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-family: 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-family: 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: 54px;
	left: 160px;
	height: 1000px;
	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;
	
}
#rightNav {
	position: absolute;
	top: 54px;
	left: 780px;
	height: 1000px;
	width: 150px;
	background-color: #cccccc;
	border: 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;
	min-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;
}

* html #mainBodyTwo {
	height: 100%;
}

#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;
}
