/************************ HMTL Styles */
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #CDE5CC;
}
a{
	color: #000000;
	text-decoration: underline;
}
a:visited{
	color: #000000;
}
a:hover{
	color: #FFFFFF;
	background-color: #87AB8D;
	text-decoration: none;
}
h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
}
h2{
 font-size: 114%;
}
h3{
 font-size: 100%;
}
h4{
}
h5{
}

ul{

}

/************************** Layout */
#header{
	width: 100%;
	background-color: #F4FFEF;
	height: 135px;
}
#leftColumn{
	float: left;
	width: 215px;
	padding-right: 15px;
	margin-top: 15px;
}
/*#rightColumn{
	float:right;
	width: 20%;
}*/
#centerColumn{
	float: left;
	width: 470px;
	margin-top: 15px;
}
#footer{
	clear: both;
	text-align: right;
	color: #87AB8D;
	font-size: 12px;
	padding-top: 20px;
}
#footer a{
	color: #87AB8D;
}
#footer a:hover{
	color: white;
	background-color: #87AB8D;
}

/* #leftColumn link styles 

#leftColumn ul a:link, #leftColumn ul a:visited {display: block;}
#leftColumn ul {list-style: none; margin: 0; padding: 0;}*/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#leftColumn li {border-bottom: 1px solid #EEE;}*/

/* fix for browsers that don't need the hack 
html>body #leftColumn li {border-bottom: none;}*/
.boxLimit {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#topNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	/*margin-left: 230px;
	margin-top: 97px;*/
	width: 400px;
	float: right;
	margin-top: 97px;
	margin-right: 70px;
}
#topNav a{
	text-decoration: none;
	color: #9FB29E;
}
#topNav a:hover{
	background-color: #87AB8D;
	color: black;
}
.whiteBox {
	padding: 15px;
	background-color: white;
	width: 180px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#darkBar {
	background-color: #2D0028;
}
#logoTop {
	padding-top: 17px;
}
.borderFix{
	border: 1px solid #F4FFEF;
}
.quoteHandle {
	background-image: url(images/balloon.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 210px;
	margin-bottom: 9px;
}
.buttonBox {
	line-height: 40px;
}
.buttonBox a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #98B99D;
	border: 1px solid #FCFCFE;
	padding: 9px 40px 9px 40px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
.buttonBox a:hover{
	background-color: #E6F7E5;
	border: 1px solid #87AB8D;
	color: #000000;
	text-decoration: none;
}
.borderFix img{
/*	display: none;*/
}

