
html,body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width: 800px;
	background:#FFFFFF;
	height: auto !important;
	height:100%;
	min-height: 100%;
	position: relative;
	border: 1px solid #CCCCCC;
}


#col1 {
	min-height: 100%;
	width: 200px;
	float: left;
	background-color: #CCCCCC;
	top: 0px;
}

#col2 {
	width: 600px;
	clear: right;
	float: right;
	background-color: #FFFFFF;
	top: 0px;
}

#left_nav {
	width: 200px;
	float: left;
	background-color: #CCCCCC;
	margin-top: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}


#menu {
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#menu li a {
	font-size: 90%;
	display: block;
	background-color: #005AAB;
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333333;
	margin: 2px;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
}

#menu li a:hover {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666666;
	margin: 2px;
}

.navon {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666666;
	margin: 2px;
}

#assets {
	width:190px;
	padding: 5px;
	font-size: 12px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
#assets_header {
	font-size: 10px;
	height:15px;
	background-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#assets table td {
	font-size: 10px;
	padding:2px;
}
#announcements {
	padding: 5px;
	clear: both;
	float: left;
	width: 190px;
	margin-top: 15px;
	font-size: 11px;
	color: #333333;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

#announcements a {
	color: #0066CC;
}
#announcements_header {
	height:15px;
	font-size: 10px;
	background-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#banner {
	width: 600px;
	height: 50px;
	vertical-align:top;
	clear: both;
	background-color: #FFFFFF;
}
#mainContent {
	float: right;
	width: 560px;
	min-height:100%;
	vertical-align:top;
	text-align: left;
	background-color: #FFFFFF;
	clear: both;
	margin: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 105px;
	width: 800px;
	font-size: 12px;
	color: #666666;
}
#header p {
	position: relative;
	left: 10px;
	top: 10px;
}

#header p a,a:visited {
	color: #666666;
	text-decoration: underline;
}

#header a:hover {
	color: #005AAB;
}

#footer {
	width: 800px;
	height:58px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear:both;
	position: relative;
	bottom: 0;
	left: 0px;
	font-size: 10px;
	color: #666666;
}

#footer p {
	position: absolute;
	right: 0px;
	bottom: 5px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
	text-align:center;
}

