	A:link {			text-decoration: underline; color: #034ea2;}
	A:visited {			text-decoration: underline; color: #034ea2;}
	A:hover {			text-decoration: none; color: #034ea2;}				

html, body {
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background: url(../images/header.jpg) no-repeat;
	}
	
td {
	height: 100%;
	margin: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	}

#header {
	height: 130px;
}

#contentcontainer {
	width: 880px;
	position: relative;
	height: auto;
	clear: both;
}

html>#contentcontainer {height:auto}

#nav {
	width: 175px;
	float: left;
	position: relative;
	left: 0px;
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
	padding-top: 2px;
	}
	
#divider {
	height: 12px;
	background: #a3cd39;
	margin-bottom: 2px;
	margin-top: 2px;
	}

#content {
	padding: 20px;
	margin-top: 0px;
	margin-left: 177px;
	color: #444;
	line-height: 22px;
	}
strong{ 
color: #034ea2; 
}
.boldwhite{ 
color:#FFFFFF;
font-weight: bold; 
}
.red-text{ 
color:#CC0000;
font-weight: bold; 
}

#footer {
	height: 90px;
	line-height: 25px;
	font-size: 11px;
	text-align: center;
	color: #bebebe;
	margin-top: 50px;
	margin-left: 177px;
	background: url(../images/footer.gif) bottom no-repeat;
}
#footer a,
#footer a:visited,
#footer a:link{
	line-height: 25px;
	font-size: 11px;
	color: #bebebe;
}

h1{
	padding:0px;
	margin:0px;
	font-size: 17px;
	color: #034ea2;
	font-weight: bold;
	}