body{
	margin:0;
	padding:0;
	background-image: url(../images/bg.gif);
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	padding: 5px;
}

#maincontainer{
	width: 840px; /*Center container on page*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

#navstrap{
	height: 20px;
	background: url("../images/bgNav.gif") repeat-x 20px
}

#welcome{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	padding-left: 25px;
	color: #FFFFFF;
	width: 270px;
}

#navHolder{
	float: right;
	height: 20px;
	width: 540px;

}


#contentwrapper{
	float: left;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

#contentcolumn{
	margin-left: 230px; /*Set left margin to LeftColumnWidth*/
	padding: 20px;
	width: 570px;
	vertical-align: top;
}

#leftcolumn{
	float: left;
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
	padding: 5px;
	width: 200px;
	height: 470px;
}

#services{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #0068C9;
	background-color: #CCCCCC;
	height: 40px;
	width: 170px;
	padding: 5px;
	margin-bottom: 15px;
}

#leftcolumncontent{
	position: relative;
	padding: 20px;
	width: 180px;
}

#footer{
	clear: left;
	color: #FFF;
	text-align: center;
	padding: 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #006666;
}

#validator{
	width: 840px; /*Center container on page*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}

/*Navigation*/



#navcontainer ul li
{
	list-style-type: none;
	display: block;
	float: left;
	background: url("../images/bgNav.gif") repeat-x 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
}

#navcontainer a
{
	text-decoration: none;
	display: block;
	width: 95px;
	border-left: 1px solid #A8B090;
	color: #FFFFFF;

}

#navcontainer li#active { background: url("../images/bgNavHover.gif") repeat-x 20px; }
#navcontainer a:hover { background: url("../images/bgNavHover.gif") repeat-x 20px; }





/* Left Navigation */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
	color: #3366FF;
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
}


.buttonmenu li a:visited{
	color: #3366FF;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: #33CC99;
}





/* New nav panel */



.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.indentmenu ul{
	margin: 0;
	float: left;
	width: 500px;
	background-image: url(../images/bgNav.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none; /*dark purple divider between menu items*/
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 3px; /*shift text down 1px for selected and active item*/
	padding-bottom: 2px;
	background-color: black;
	background-image: url(../images/bgNavHover.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
