	A:link {			text-decoration: underline; color: #0b4499;}
	A:visited {			text-decoration: underline; color: #0b4499;}
	A:hover {			text-decoration: none; color: #0b4499;}				

html, body {
	background: url(../images/navcolumnbg.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #0b4499;
	height: 100%;
	}
table {
	border-collapse: collapse;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	}
#container {
	position: relative;
	min-height: 100%;
	height: auto;
	background: url(../images/header-tile.jpg) repeat-x;
}
html>body #container {height:auto}
#header {
	height: 135px;
	width: auto;
	background: url(../images/header.jpg) no-repeat;
}

#subheader{
	background: url(../images/blue-bg-tile.gif) repeat-x;
	height: 25px;
	line-height: 24px;
	color: #ffffff;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
}
#contentcontainer {
	position: relative;
	height: auto;
	clear: both;
}
html>#contentcontainer {height:auto}

#nav {
	width: 178px;
	height: 250px;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	position: relative;
	left: -3px;
	}
	
a.mainlink:link,
a.mainlink:visited{
	padding: 5px 20px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 13px;
}
a.mainlink:hover{
	background: #006633;
	color : #FFFFFF;
}

a.whitelink:link,
a.whitelink:visited{
	padding: 5px 20px;
	color: #FFFFFF;
	text-align: centre;
	font-weight : bold;
	text-decoration : none;
	display : block;
	font-size: 13px;
}
a.whitelink:hover{
	background: #006633;
	color : #FFFFFF;
}


#content {
	padding-left: 10px;
	padding-top: 10px;
	margin-left: 175px;
	
	}

#footer {
	position: absolute;
	bottom: 0px;
	height: 25px;
	color: #777;
	line-height: 21px;
	font-size: 10px;
	width: 100%;
	text-align: center;
}
#footer a {
	color: #777;
}
.clearer {
	height:1px;
	clear:both;
	overflow:hidden;
	margin-top:25px;
}