/* Web site font will be arial
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	background:#EEEEEE;
}

a {
	text-decoration:none;
	text-shadow:gray;
	color:#000099
}

h2 { 
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

.container {
	border-bottom: 1px solid #C6CFD6;
	border-left: 1px solid #C6CFD6;
	border-right: 1px solid #C6CFD6;
	background:#FFFFFF;
}

.menuTextArea tr td a:hover {
	color:#000000;
}

.menuTextArea {
	border-bottom: 1px solid #c6cfd6;
	border-left: 1px solid #c6cfd6;
	border-right: 1px solid #c6cfd6;
	background-color:#F5F5F5;
	font-size:11px;
	font-weight:bold;
}

.menuTitleBar {

	background-color:#c6cfd6;
	color:#000000;
	line-height:125%;
	text-align:center;
}

.menuItemFirst {
	text-align:center;
}

.menuItem {
	border-top:1px dashed #CCCCCC;
	text-align:center;
}


.hnav {
	background: #EEEEEE;
	padding: 5px 10px 2px; 
	margin: 0; 
	list-style: none;
	border-bottom: 1px solid #c6cfd6;
}

.hnav li {
	display: inline; 
	padding: 2px 10px; 
	background: #F5F5F5;
	border-left: 1px solid #c6cfd6;
	border-top: 1px solid #c6cfd6;
	border-right: 1px solid #c6cfd6;
	font-size:11px;
	font-weight:bold;
}

.hnav li a {
	text-decoration: none;
}

.contentHeader {
	font-size:24px;
	text-align:center;
}

.tl {background: url(tllb.gif) 0 0 no-repeat; margin-top:-1px; margin-left:-1px;}
.tr {background: url(trlb.gif) 100% 0 no-repeat; margin-top:-1px; margin-right:-1px;}
.clear {font-size: 1px; height: 1px}

#importantBox {
	float:right;
	width:250px;
	overflow:hidden;
	padding-left:5px; /*to maintain consistancy with spacing around menu.*/
}

#selectedHNav {	
	border-bottom: 1px solid #FFFFFF;
	background:#FFFFFF;
}

#vNavArea {
	width:220px;
	float:left;
}

#contentArea {
	width:730px;
	float:left;
	overflow:hidden;
	text-align:left;
}

#wrapper {
	overflow:hidden;
}
