/*	A:link {			text-decoration: underline; color: #18857b;}
	A:visited {			text-decoration: underline; color: #18857b;}
	A:hover {			text-decoration: none; color: #18857b;}				
*/
html, body, table, td {
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	}

#header {
	height: 135px;
	background: url(images/header.jpg) no-repeat #139b48;
	overflow: visible;
}

#contentcontainer {
	width: 980px;
	position: relative;
	height: auto;
	clear: both;
	border-top: 2px solid #fff;
}

html>#contentcontainer {height:auto}

#nav {
	width: 175px;
	float: left;
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: url(images/navbg.jpg);
	}
	
#divider {
	height: 12px;
	background: #bebebe;
	border-bottom: 2px solid #fff;
	}

#content {
	padding: 20px;
	margin-left: 177px;
	line-height: 22px;
	}

.boldred{ 
	color: #ce171e; 
	font-weight: bold;
}

.boldwhite{ 
	color: #ffffff; 
	font-weight: bold;
}

#footer {
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	text-align: center;
	color: #bebebe;
	margin-top: 50px;
}
#footer a,
#footer a:visited,
#footer a:link{
	line-height: 25px;
	font-size: 11px;
	color: #bebebe;
}
.rightcolimg{
	margin-bottom: 5px;	
	}