	body
	{
		background-color:#395083;
		font-family: Arial, Sans Serif;
	}
	#navbar
	{

		padding-left: 6px;
		padding-top:6px;
		padding-bottom:0px;
		margin-left:0px;
		margin-bottom: 0px;
		border-left:6px solid white;
		color: #fff;
		font-weight: bold;
		font-size:11px;
		letter-spacing: 1px;
		height: 20px;
	}
	#navbar a, #navbar a:visited
	{
		color: #fff;
		text-decoration:none;
		padding: 5px 5px 8px 5px;
		
	}
	#navbar a:hover
	{
		background-color: #fff;
		color: #395083;
	}
	#content
	{
		background-color: #fff;
		padding-left: 11px;
	}
	.txt
	{
		font-family: Arial, Verdana, Sans Serif;
		font-size:12px;
		width: 500px;
	}
	.txt p
	{
 		margin-top: 4px; 
		margin-bottom: 10px; 
	}
	h1
	{
		font-size:16px;
		color: #395083;
	}
	h2
	{
		color: #395083;
		font-size: 15px;
		margin-bottom:0px
	}
	h3
	{
		color: #395083;
		font-size: 13px;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	h4
	{
		color: #395083;
		font-size: 14px;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	#address
	{
		font-size:12px;
		color: #395083;
		
	}
	.phone
	{ /* an h3 styled div, used for the phone number */
		font-size:13px;
		font-weight:bold;
		color:#fff;
		margin:4px;
		text-align:center;
	}
/* LINKS */
	a:link
	{
		color: #395083;
		text-decoration: underline;
		font-weight: bold;
	}	
	a:visited
	{
		color: #395083;
		text-decoration: underline;
		font-weight: bold;
	}	
	a:hover
	{
		color: #54524D;
		text-decoration: underline;
		font-weight: bold;
	}	

/* SECTIONS */

	#nav_left
	{
		background-color: #CCD4DC;
	}
	.graybar
	{
		height: 19px;
		background-color: #CCD4DC;
		clear:both;
		padding-top:4px;
		margin-right:17px;
		margin-left:2px;
		padding-left:5px;
		color: #395083;
		font-size:13px;
		font-weight:bold;
	}
	.subnav
	{
		background-color: #CCD4DC;
		clear:both;
		margin-right:10px;
		margin-left:0px;
		padding:10px;
		color: #395083;
		font-size:13px;
		font-weight:bold;
		text-align: center;
		position: relative;
	}
	.subnav li
	{
		list-style: none;
		font-size: 12px;
		text-align: left;
	}
	.subnav a:link
	{
		color:#395083;
	}
	.subnav a:visited
	{
		color:#395083;
	}
	.subnav a:hover
	{
		color:#fff;
	}

	.feature_cell
	{
		border: 1px solid #898989;
		width: 154px;
		text-align: center;
		margin-left: 13px;
		font-family: arial;
		font-size: 11px;
		padding:10px;
	}
	#footer
	{
		color: #BBB7B7;
		font-size: 11px;
		text-align:center;
	}
	#footer_nav
	{
		font-weight: normal;
		color: #FFF;
		font-size: 11px;
		padding:10px;
		letter-spacing:1px;
	}
	#footer a:link, #footer a:visited
	{
		color: #BBB7B7;
		text-decoration:none;
	}
	#footer a:hover
	{
		color: #000;
	}

	#footer_nav a:link, #footer_nav a:visited
	{
		color: #fff;
		text-decoration:none;
	}
	#footer_nav a:hover
	{
		color: #000;
	}
	
	label
	{
	float: left;
	width: 140px;
	}
	
	.notice
	{
		color: red;
		font-weight: bold;
	}
	.success
	{
		color: green;
		font-weight: bold;
	}
	
	#uploading
	{
	visibility:hidden;
	position:absolute;
	top:50%;
	left:10%;
	background-color:black;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	padding-left:100px;
	border:4px dashed black;
	width: 60%;
	height: 60%; /* was 1000px */
	-moz-opacity:0.8;
	opacity: 0.8;	
	filter:alpha(opacity=80);
	}	
