* {
	margin: 0;
	padding: 0;
	}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background: #CFDCE7;
}

#background
	{
	background: url(../images/bg3.jpg) left top no-repeat;
	width:884px;
	margin: 0 auto;
	}
	
#container {
	width:792px;
	margin-left: 94px;
	}

#header {
	height: 110px;
	background: url(../images/header.png) no-repeat;
	}
	
	#carson_link
		{
		margin-left: 275px;
		padding-top: 87px;
		width: 293px;
		background:url(../blank.gif)
		}
		
	#carson_link img {
		padding-top: 7px;
		}
	
#nav {
	background: url(../images/navbar.png);
	height: 53px;
	text-align:center;
	font-weight:bold;
	letter-spacing:5px;
	color:#FFFFFF;
	}

#body {
	background: url(../images/bg1.jpg);
	}
	
#leftcol {
	float: left;
	width: 347px;
	background: url(../images/bg2.png) top left no-repeat;
	}
	
#rightcol {
	float: left;
	width: 430px;
	padding: 10px 0;
	background: none;
	}
	
#rightcol h1 {
	font-size: 16px;
	color: #333;
	padding: 10px 10px 0 0;
	}
	
#rightcol h2 {
	font-size: 12px;
	color: #333;
	padding: 10px 10px 5px 0px;
	}
	
#rightcol p {
	padding: 5px 42px 5px 8px;
	line-height: 140%;
	}
	
#rightcol ul {
	margin-left:8px;
	margin-top:5px;
	}
	
#rightcol ul li {
	padding-right: 42px;
	line-height: 140%;
	list-style:disc;
	}
	
#fullcol {
	background: url(../images/bg2.png) top left no-repeat;
	padding-left:11px;
	width:781px;
	}
	
	#fullcol p {
		margin: 5px 0;
		}
		
	#fullcol ul {
		list-style:none;
		text-indent: 10px;
		}
		
	#fullcol table {
		text-align: left;
		}
	
#null {
	clear: both;
	}
	
#footer {
	height: 98px;
	background: url(../images/footer.png);
	background-color: #CFDCE7;
	clear:both;
	}
	
#footer p {
	padding: 10px;
	}

	.nav_footer {
	text-align: center;
	letter-spacing: 5px;
	font-size: 11px;
	}

#footer_right {
	margin-right:10px; 
	float:right;
	color:#FFFFFF;
	text-align:right;
	}
	
#footer_left {
	margin-left:10px; 
	float:left;
	color:#FFFFFF;
	text-align:left;
	}

/* links */

a:link, a:visited {
	color: #0E80B2;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #0E80B2;
	text-decoration:underline;
	}

#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#nav a:hover, #nav a:active {
	color: #fff;
	border-bottom: 1px dotted #fff;
	}

#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #333;
	border-bottom: 1px dotted #333;
	}


/* Form */

#contactForm label {
	float: left;
	width: 100px;
	padding: 0;
	margin-left: 1.2em;
}
#contactForm div {
	clear: left;
	padding: 0;
	margin: 0.4em;
}
#contactForm legend {
	color: #333;
	padding: 0;
	margin-left: 0.5em;
	font-weight: bold;
}

#contactForm fieldset {
	width: 375px;
	margin: 0 0 0 15px;
	padding: 0;
	border: 1px solid #CCC;
}

#contactForm .txt {
	border: 1px solid #D8C3DE;
}

#contactForm div.submit {
	text-align: center;
}

.btn {
	padding: 0;
	border: 2px solid #000;
	background-color: #5EB12C;
	color: #FFF;
}

.imgright {
	float: right;
	margin: 5px 15px 5px 5px;
	}
