html, body {
	height:100%;
	background:#e9e9e9;
	margin: 0;
	padding: 0px;
}
#wrapper {
	width: 946px;
	min-height: 100%;
	background-color:#fff;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #069;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #069;
	padding-right: 2px;
	padding-left: 2px;
}
#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	margin-bottom: 2px;
}

.menu{
	width: 180px;
	height:100%;
	background-color: #069;
}

.menu a.menuitem{
	color: #fff;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	padding-left: 31px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	background-color: #006699;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/menubullet.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}


.menu a.menuitem:visited, .menu .menuitem:active{
color: white;
}

.menu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 7px;
right: 7px;
border: none;
}

.menu a.menuitem:hover{
	background-color: #003;
}

.menu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #e9e9e9;
}

.menu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

.menu div.submenu ul li{
	padding-bottom: 0px;
	list-style-type: none;
}

.menu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #e9e9e9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.menu div.submenu ul li a:hover{
	colorz: white;
	background-color: #003;
	color: #FFF;
}

#content {
	width: 742px;
	margin-bottom: 72px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
#content h1 {
	font-size: 26px;
	color: #003366;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h2 {
	color: #003366;
	font-weight: bold;
	font-size: 18px;
}
#content h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;	
}
#content hr {
	border:none;
	color: #003366;
	background-color: #003366;
	height: 2px;
}
#content a  {
	color: #000066;
	font-weight: bold;

}

#content p {
	font-size: 12px;
	color: #003366;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content li {
	font-size: 12px;
	color: #003366;
	line-height: 18px;
	margin-top: 10px;
	list-style-image: url(../images/bullet.gif);
}

#content .textred {
	color: #FF0000;
}
#content .back {
	text-align: right;
}

#bluetable td {
	color: #cccccc;
	background-color: #003399;
	font-weight: bold;
	text-align: justify;
}

#footerwrap {
	height: 74px;
	width:100%;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 999;
}
#footer {
	width: 946px;
	bottom: 0px;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	background-color: #FFFFFF;
	padding-top: 2px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
} 

