@charset "UTF-8";
/* CSS Document */

body {
	background-color: #660000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Times New Roman, Verdana, Arial,  sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	color: #fff;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 19px;
	padding-left: 0px;
}
a {
	font-weight: normal;
	color: #ccc;
	text-decoration: underline;
}
a:hover { text-decoration: underline; }
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 0.9em;
}
h2 {
	font-size: 17px;
	color: #fff;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 26px;
	padding-left: 0px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	color: #ccc;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-left: 16px;
}
li {
	padding-bottom: 5px;
	list-style-type: disc;
}

#topnav {
	z-index:2;
	position:fixed;
	top:0px;
	left:0px;
	background-color: #660000;
	background-image: url(images/bg_top.gif);
	background-position: left top;
	width:100%;
	text-align:left;
}
#topnav table {
	border-bottom:1px solid #fff;
}
#main {
	z-index:0;
	background-image: url(images/pillars_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	padding-top:40px;
	padding-bottom:50px;
	top:115px;
	left:0px;
	min-height:400px;
	overflow:auto;
}
#resources {
	z-index:0;
	background-image: url(images/bizman_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	padding-top:40px;
	padding-bottom:50px;
	top:115px;
	left:0px;
	min-height:400px;
	overflow:auto;
}
#calendar {
	z-index:0;
	background-image: url(images/hands_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	padding-top:40px;
	padding-bottom:50px;
	top:115px;
	left:0px;
	min-height:400px;
	overflow:auto;
}
#whatsnew {
	z-index:0;
	background-image: url(images/scale_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	padding-top:40px;
	padding-bottom:50px;
	top:115px;
	left:0px;
	min-height:400px;
	overflow:auto;
}
#footer {
	position:fixed; 
	z-index:2;
	left:0px; 
	bottom:0px; 
	width:100%; 
	height:26px;
	background-color:#fff;
	text-align:left;
}
