html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background-color: #122838;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
}

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
}

h1 {
	font-size: 1.8em;
	color: #FFFFFF;
	line-height: 100%;
	font-weight: lighter;
}
h2 {
	font-size: 1.6em;
	color: #FFFFFF;
	line-height: 100%;
	font-weight: lighter;
}
h3 {
	font-size: 1.4em;
	color: #FFFFFF;
	line-height: 100%;
	font-weight: lighter;
}
h4 {
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 100%;
	font-weight: lighter;
}
h5 {
	font-size: 1em;
	color: #FFFFFF;
	line-height: 100%;
	font-weight: lighter;
}
h6 {
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 100%;
	font-weight: lighter;
}

a:link, a:visited, a:active {
	color: #79d2e8;
	text-decoration: none;
}
a:hover {
	color: #ab7900;
	text-decoration: none;
}

ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
}



#header		{
top: 0; left: 0; 
height: 78px; 
background-image: url(images/logo.png);
background-color: #000000;
background-repeat: no-repeat;
background-position: center;
color: #fff;
width: 100%; 
z-index: 10;
text-align: right;
}

#logo {
position: absolute; 
top: 0; left: 0; 
height: 78px; 
}

#toplevelnav {
	height: 18px;
	padding-top: 2px;
	left: 0px;
	top: 78px; /* height of header */
	background-color: #ab7900;
	width: 100%;
	text-align: center;
	z-index: 11;
}


/* the columns */
#container {
	position:relative;
	display:block;
}

#leftcol {
	float:left;
	position:relative;
	width:120px;
	display:inline;
	padding-left: 20px;
	line-height: 120%;
	background-color: #122838;
}

#maincol {
	margin-left:160px;
	margin-right: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	background: black;
	display: block;
}

#rightcol {
	float:right;
	position:relative;
	margin-right: 20px;
	padding-top: 10px;
	width:150px;
	background-color: #122838;
	display:inline;
}

#clear {
	position: relative;
	clear:both;
	overflow:hidden;
	height: 0px;
	*height: 24px;
}

#clear2 {
	position: relative;
	clear:both;
	overflow:hidden;
}


#footer			{
font-size: 0.9em;
background-color: #ab7900;
line-height: 100%;
text-align: center;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
height: 23px;
color: white; 
clear: both;
}

