@charset "utf-8";
/* CSS Document - Darlene McCord */

html, body{
	margin:0px;
	padding:0px;
}

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#313131;
	background:url(images/main_bg.gif) repeat-x #40668d;
}

td{
	vertical-align:top;
	color:#526506;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#2a3e52;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	color:white;
	font-size:32px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-transform:
}

h2{
	color:#273c51;
	font-size:22px;
	margin:12px 0px 12px 0px;
	padding:0px;
	font-weight:normal;
	line-height:18px;
	letter-spacing:1px;
	font-family:"Times New Roman", Times, serif;
}


p{
	margin:12px 0px 12px 0px;
	line-height: 20px;
	text-indent:20px;
}

ul.menu{
	padding:0px;
	margin:0px;
	list-style:none;
	height:25px;
}

ul.menu li{
	padding:3px 20px 3px 20px;
	margin:0px;
	display:block;
	float:left;
	font-size:14px;
	background:#e2e7ed;
	border:1px solid white;
}


li{
	padding-bottom:10px;
}