body 	{
		background: #d1c9ad;
		color: #000000;
		padding: 0px;
		border: 0px none;
		margin: 15px auto; 
		text-align: center;
	    font-family: verdana,helvetica,sans-serif;
		font-size: 12px;
		}		
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
		background: #ffffff;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		width: 740px;
		min-height: 650px;
		}
#footer {
    	background: #ffffff;
    	font-family: verdana,helvetica,sans-serif;
    	width: 520px;
    	height: 30px;
    	color: black;
    	text-align: center;
    	margin-top: 0px; margin-bottom: 0px; margin-left: 200px; margin-right: 0px;
		}
#banner{
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#contentleft{
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}
#contentright{
  	float:right;
	width: 200px;
	margin-right: 0px;
	margin-top: 30px;
	background: #ffffff;
}
#contentcenter{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
  	width: 320px;
	background: #ffffff;
	padding: 0px;
}
#contentcenterfull{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
  	width: 520px;
	background: #ffffff;
	padding: 0px;
}

/* general body link formatting */	
a:link{color: #1E7B93; font-size: 12px; text-decoration: none; font-weight: bold;}
a:visited{color: #1E7B93; font-size: 12px; text-decoration: none; font-weight: bold;} 
a:hover{color: #d60000; font-size: 12px; text-decoration: underline; font-weight: bold;}
a:active{color: #1E7B93; font-size: 12px; text-decoration: none; font-weight: bold;}
a:link.foot{font-family: arial; color: #000000; font-size: 9px; text-decoration: none; font-weight: normal;}
a:visited.foot{font-family: arial; color: #000000; font-size: 9px; text-decoration: none; font-weight: normal;} 
a:hover.foot{font-family: arial; color: #660033; font-size: 9px; text-decoration: underline; font-weight: normal;}
a:active.foot{font-family: arial; color: #000000; font-size: 9px; text-decoration: none; font-weight: normal;}

p 		{
    	font-family: verdana,helvetica,sans-serif;
    	color: black;
    	font-size: 12px;
    	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;
    	}		
blockquote 
{
    font-family: arial,helvetica,sans-serif;
    color: black;
    font-size: 12px;
}
    
h1
{
    font-family: arial,helvetica,sans-serif;
	color: #f36109; 
}
h2
{
    font-family: arial,helvetica, sans-serif;
	color: #f36109; 
	font-weight: 600;
}
h3
{
    font-family: arial, helvetica, sans-serif;
	color: #f36109; 
	font-size: 16px;
	margin: 0;
}
h4
{
    font-family: arial,helvetica,sans-serif;
	color: #f36109;
	font-size: 14px;
	margin-top: 0; margin-bottom: 0; 
}
h5
{
    font-family: arial,helvetica,sans-serif;
	color: #f36109;
	font-size: 12px;
	margin-top: 0; margin-bottom: 0;
}
h6
{
    font-family: arial,helvetica,sans-serif;
	color: #f36109;
	font-size: 12px;
	margin-top: 0; margin-bottom: 0;
}

li
{
    font-family: verdana,helvetica,sans-serif;
    font-size: 12px;
    color: black;
    margin-bottom: 0; margin-top: 0; 
}
ul
{
    font-family: verdana,helvetica,sans-serif;
    font-size: 12px;
    color: black;
    margin-bottom: 0; margin-top: 0; 
}
ol
{
    font-family: verdana,helvetica,sans-serif;
    color: black;
    margin-bottom: 0; margin-top: 0; 
}
blockquote
{
    font-family: verdana,helvetica,sans-serif;
    color: black;
    margin-bottom: 0; margin-top: 0; 
}

/*tables */
td 		{
    	font-family: verdana,helvetica,sans-serif;
    	color: black;
    	font-size: 12px;
    	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;
    	}		
/*forms */
input.button{
	margin-left: 80px;
	font-size: 12px;
    font-family: arial, helvetica, sans-serif;
	}
input.short {
 	background-color: #FFFFFF;
	color: #000000;
	height: 20px;
	font-weight: normal;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
   }
select.short {
 	background-color: #FFFFFF;
	color: #000000;
	height: 20px;
	font-weight: normal;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}
label, select, textarea, input.form{
	display: block;
	float: left;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
    font-family: arial, helvetica, sans-serif;
}
label {
	text-align: right;
	width: 80px;
	font-size: 12px;
	padding-right: 10px;
    font-family: arial, helvetica, sans-serif;
}
label.phone {
	text-align: right;
	font-size: 12px;
	width: 0px;
	padding-left: 2px;
	padding-right: 2px;
    font-family: arial, helvetica, sans-serif;
}
br {
	clear: left;
}