body{
	padding:0;
	margin:0;
	font-family:arial, sans-serif;
	background-color:#ffffff;
	font-size:12px;
	color:#333333;
}

a{
	color:#00669D;
}

hr{
	border:0;
	border-top:1px solid #999999;
}

h1{
	color:#00669d;
	font-weight:100;
	font-size:26px;
	margin-top:2px;
	margin-bottom:8px;
}

h2{
	color:#009e37;
	margin-bottom:6px;
}

h3{
	color:#666666;
	margin-bottom:6px;
}

form{
	margin:0px;
}

.error{
	color:red;
	font-weight:bold;
}

.warning{
	border:2px solid #00669d;
	background-color:#dddddd;
	padding:10px;
}

label{
	float:left;
	width:140px;
	padding-top:3px;
}


#MainBody{
	width:900px;
	position:relative;
}

#Logo{
	background-image:url(/images/logo.png);
	width:249px;
	height:79px;
	float:left;
	cursor:pointer;
}

#MainNav{
	width:641px;
	height:53px;
	float:left;
	background-image:url(/images/header_center.png);
}

.NavLink{
	color:white;
	text-decoration:none;
	font-size:18px;
	position:relative;
	top:28px;
	padding:15px;
}

#RightNav{
	width:10px;
	height:53px;
	float:left;
	background-image:url(/images/header_right.png);
}

#SubTitle{
	position:absolute;
	left:55px;
	top:60px;
	z-index:999;
	color:#999999;
	font-size:20px;
	font-style:italic;
	margin:0px;
	padding:0px;
	font-weight:100;
}

#PhoneNumber{
	position:absolute;
	top:60px;
	right:10px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	
	
}

#NavSpacer{
	height:1px;
	padding-top:25px;
	clear:both;
}

.Box{
	height:158px;
	width:276px;
	background-image:url(/images/box.png);
	margin-top:20px;
	text-align:left;
	padding:8px;
	background-repeat:no-repeat;
	font-size:12px;
	position:relative;
	cursor:pointer;
}

.Box h1{
	color:#009e37;
	padding:0px;
	margin:0px;
	padding-bottom:4px;
	font-weight:100;
	font-size:22px;
	border-bottom:1px solid #999999;
}

.LearnMore{
	position:absolute;
	bottom:8px;
	right:8px;
}

.BottomGraphicLink{
	padding: 15px 35px;
}

#Login{
	position:absolute;
	right:10px;
	top:1px;
}

.LoginField{
	width:100px;
	border:1px solid #333333;
	margin:0px;
	padding:1px;
	height:14px;
	font-size:10px;
}

.LoginSubmit{
	border:1px solid #999999;
	height:20px;
	background-image:url(/images/button_back.png);
	padding:0px;
}

#FooterText{
	color:#999999;
}

#FooterText a{
	color:#999999;
}

#SidebarTop{
	width:247px;
	height:5px;
	line-height:5px;
	overflow:hidden;
	background-image:url(/images/sidebar_top.jpg);
	background-repeat:no-repeat;
}

#SidebarMiddle{
	width:229px;
	border-right:1px solid #DADADA;
	border-left:1px solid #DADADA;
	padding:8px;
}

#SidebarBottom{
	width:247px;
	height:5px;
	line-height:5px;
	overflow:hidden;
	background-image:url(/images/sidebar_bottom.png);
	background-repeat:no-repeat;
}

.SidebarHeader{
	height:30px;
	width:237px;
	background-image:url(/images/sidebar_header.png);
	background-repeat:repeat-x;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	padding-left:8px;
}

.SidebarHeaderTop{
	border-top:1px solid #CCCCCC;
}

.SidebarContent{
	padding:8px;
}

.GrayBoxTop{
	width:900px;
	height:7px;
	background-image:url(/images/gray_white_box_top.png);
}

.GrayBoxMiddle{
	padding:15px;
	width:870px;
	background-image:url(/images/gray_white_box_middle.png);
}

.GrayBoxBottom{
	width:900px;
	height:10px;
	background-image:url(/images/gray_white_box_bottom.png);
}