/* CSS Document */

body{
	background: #000033 url(../images/bg-blue.gif) repeat;
	font: small Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
h1{
	font-size: small;
	font-weight: bold;
	color: #003366;
}
.leftcolumn{
	background: #000033 url(../images/bg-hmleft.jpg) repeat-y left top;
	height: 100%;
	width: 199px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

.topnav{
	background: url(../images/bg-hm-topnav.jpg) no-repeat left top;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
	width: 100%;
}

.content{
	background: #FFFFFF url(../images/bg-hmcontent.jpg) no-repeat right bottom;
	height: 400px;
	text-align: left;
	vertical-align: top;
	padding: 20px 18px 18px;
	}
#navwrapper-bottom{
	background: #003366 url(../images/bg-blue.gif) repeat;
	position: absolute;
	left: 200px;
	top: 530px;
	right: 0px;
}

.bottomnav{
	background: url(../images/bg-hm-btmnav.jpg) no-repeat left top;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
	width: 100%;
}

.navbuttons{
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 14px 10px;
}
.navbuttons ul{
	list-style: none;
	margin: 0;
}
.navbuttons li{
	display: inline;
	padding-right: 16px;
}
.navbuttons a:link{ 
	color: #FFFFFF;
	text-decoration: none;
}
.navbuttons a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.navbuttons a:hover{
	text-decoration: none;
	padding-right: 8px;
}