@charset "UTF-8";
/* CSS Document */
/* Last Updated 11/03/08 by Elaine at CLM Design */
/* Color Pallette
	
	Dark Blue: #005dab
	Light Blue: #4d7abc
	Black: #000000
	White: #ffffff

*/

body {
	background-color:#cccccc;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:15px;
/*	cursor:url(../images/cursor.cur), crosshair; */
}

a, a:link, a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#4d7abc;
}

a:hover, a:active {
	font-weight:bold;
	text-decoration:none;
	color:#005dab;
}

div#container {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}

div#content {
	width:914px;
	background-color:#ffffff;
	padding:20px;
	border-top:0px;
	border-right:3px solid #000000;
	border-bottom:3px solid #000000;
	border-left:3px solid #000000;
	margin:0px 20px 20px 20px;
}

div#seobox {
	width:950px;
	margin-top:150px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	color:#666666;
	padding:25px;
	border:solid #666666 1px;
}

div#alt {
	width:950px;
	margin-top:30px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	color:#666666;
	padding:25px;
	min-height:800px;
}

img {
	padding:0;
	margin:0;
	border:0;
}

img.subhead {
	position:relative;
	left:20px;
	margin-bottom:20px;
}

input, textarea {
	border:#005dab 1px solid;
	color:#005dab;
}