body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#CAC7B5;
	margin:0;
	padding:0;
	background: #CAC7B5 url(images/bgBlue.gif) repeat-y top center;
	font-size:1em;

}
h1	{
	font-family:"Footlight MT Light";
	text-indent:25px;
}
h2 {
	font-family:"Footlight MT Light";
	font-size:1.5em;
}
h3 {
	font-family:"Footlight MT Light";

}
h4 {
	vertical-align:top;
	margin-top:0;
}
/**********						MAIN ELEMENTS				*****************/

.header {
	color:#CAC7B5;	
	height:166px;
	background-color:#073C5E;
	border:double #9EA7C5;
	overflow:hidden;
	}

.container {
	top: 65px;
	background-color:#073C5E;
	width:768px;
	margin:0 auto;
	}
	
.leftcol {
	background-color:#073C5E;
	border-left: double #9EA7C5;
	width:490px;
	padding-left:10px;
	float:left;
}	
.rightcol {
	width:240px;
	float:right;
	border-bottom: #9EA7C5;
	background-color:#CAC7B5;
	color:#423F5A;
	border-left:double #9EA7C5;
	border-right: double #9EA7C5;
	}
		
img.portrait {   
	background-color:#423F5A;
	padding:4px;
	border: double #CAC7B5;
	display:block;
	margin:10px auto 0 auto;
}	

/**********						LINKS				*****************/
a:link, a:visited {
	text-decoration:none;
	color:#663300;
	border:none;
	font-weight:bold;


}
a:hover  {
	color:#6666FF;
	text-decoration:none;
	font-weight:bold;
}


.utility {
	padding:15px;
	}
	


/*************					CUSTOM ELEMENTS		*****************/

input.button {
  color: #423F5A; 
  background: #9EA7C5;
  font-size: .8em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: outset #CAC7B5;

}


.quote {
	margin:10px;
	padding:5px;
	border: double #9EA7C5;
	font-family:"Myriad Condensed Web", "Myriad Web";
	font-size:1em;
	font-weight:bold;
	text-align:center;
}

.feature {
	margin:5px;
	padding:5px;
	width:90%;
	color:#423F5A;
	background-color:#9EA7C5;
	font-family:"Myriad Condensed Web", "Myriad Web";
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	border:double #CAC7B5;
}
ul, li {
	list-style-type:square;
}

/**********						TABLES				*****************/
table {
	width:90%;
	border-bottom:double #9EA7C5;
	border-top: double #9EA7C5;
	border-bottom: double #9EA7C5;
	border-right:double #9EA7C5;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border-bottom:double #9EA7C5;
	border-right: 1px solid #9EA7C5;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background:#CAC7B5;
	color:#423F5A;
}
/******************			FOOTER 						**************/
.footer, mailto{
	text-align:center;
	background:#073C5E;
	clear:both;
	margin:0;
}	