@charset "UTF-8";
/* CSS Document */

*{margin:0; padding:0;}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:1em;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(graphics/backgroundblue.jpg);
	background-repeat:repeat-x;
	}

a:link {color:#006633; text-decoration:none;}

a:visited {color:#006633; text-decoration:none;}

a:hover, a:active {color:red; text-decoration:underline;}
	
div#topbanner{
	width:912px;
	text-align:left;
	font-size:1.7em;
	background-color:#006633;
	height:20px;
	}

div#mainwrap {
	width:912px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	border-style:double;
	border-color: #44505A;
	border-width:0px;
	
	}

div#header {
	width:912px;
	height:308px;
	text-align:center;
	}

div#headerleft{
	width:400px;
	float:left;
	text-align:left;
	padding:10px;
	}

div#headerright{
	width:450px;
	float:right;
	text-align:right;
	padding:10px;
	}

div#navbar{
	width:912px;
	height:70px;
	font-size:.85em;
	background-image:url(graphics/nav-background.jpg);
	background-repeat:repeat-x;
	}
	
div#contentarea {
	width:912px;
	border:none;
	background-color:#FFF;
	padding-top:0px;
	}
	
div#column1 {
	width:15px;
	float:left;
	text-align:left;
	padding:0;
	}
	
div#column2 {
	width:620px;
	float:left;	
	text-align:left;
	padding:0;
	}
	
div#column3 {
	width:220px;
	float:right;
	padding:8px;
	margin-right:15px;
	text-align:left;
	border-left:0px dashed #EAC479;
	background-color:#FFF;
	border:1px #993300 solid;
	}
	
div#footer {
	width:912px;
	text-align:center;
	padding:8px 0 8px 0;
	
	background-image:url(graphics/contentbackground3.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	
	}




div.clearfloats {clear:both;}

p	{
	margin-bottom:10px;
	margin-top:5px;
	color:#443c39;
	font-size:.89em;
	line-height:1.8em;
	}

h1	{
	font-size:1.3em;
	color:#006633;
	letter-spacing:.2em;
	text-transform:uppercase;
	padding-bottom:15px;
	}

h2	{
	font-size:1.1em;
	font-style:italic;
	color:#006633;
	}

h3	{
	font-size:1em;
	color:#006633;
	}

h4	{
	font-size:.9em;
	font-variant:small-caps;
	margin-top:5px;
	color:#44505a;
	}

h5	{
	font-size:.8em;
	}

h6	{
	font-size:.8em;
	}

/***XXXXXXX Start the menu links at top of page XXXXXX***/
 
div#topmenu {
	align:center;
	width:804px;
	font-weight:normal;
	height:25px;
	padding-top:8px;
	padding-left:50px;	
	
	}
	
div#topmenu ul {
	font-weight:normal;
	text-color:#FFF;
	
	}

div#topmenu li {
	float:left;
	list-style-type:none;
	padding:0 35px;
	text-transform:uppercase;
	font-weight:normal;
	}

div#topmenu li a {
	float:left;
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
	}

div#topmenu li a:hover{
	color:#FFF;
	font-weight:normal;
	}
 
 
  /***XXXXXXX End the menu links at top of page XXXXXX***/

.logo{
	font-size:1.3em;
	color:#636c66;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:.2em;
	line-height:.7em;
	}

.address{
	font-size:.8em;
	color:#5d310b;
	}

.floatleftmargin{
	float:left;
	margin:4px;
	}

.floatrightmargin{
	float:right;
	margin:4px;
	}

.tanbackground{
	background-color:#dfd5cd;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	border-top:3px #FFF double;
	border-bottom:3px #FFF double;
	}

div#manleft p{
	color:#FFF;
	margin-bottom:8px;
	}

div#manright p{
	color:#FFF;
	margin-bottom:8px;
	}

div#column2 ul li {
	margin-bottom:10px;
	margin-top:5px;
	margin-left:20px;
	color:#5d310b;
	font-size:.89em;
	}
