body {
	
	overflow: -moz-scrollbars-vertical;
	background: #FFFFFF;
	color: blue;
	font: 62.5% verdana, arial, helvetica, sans-serif;
	margin: 0;
	margin-right: 30px;
	padding: 0;
	
}

a img {
	border: 0;
}

::-moz-selection {
	background:#D7D984;
	color:#62633C;
}

::selection {
	background:#D7D984;
	color:#62633C;
}

code::-moz-selection {
	background: #D7D984;
	color:#62633C;
}

code::selection {
	background: #D7D984;
	color:#62633C;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

a:hover, a:active, a:focus {
	background-color:#62633C;
	color: blue;
}


h5 {
	margin:0px;
	margin-bottom:5px;
	padding:0px;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 11px;
		font-weight: bold;
	color:#7AA762;
}
h5 a:link, h5 a:hover, h5 a:visited {
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	color:#7AA762;	
	
}

h1 {
	margin-top:0px;
	margin-bottom:0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#62633C;

}

h2 {
	margin-top:0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#7AA762;
	
}


p{
	padding-left: 12px;
}

p b {
	color: #62633C;
	font-weight: bold;
	font-size: 12px;
}



ul {
	margin: 0 15px 10px;
	padding: 0 5px;
}

i {
	font-size: 12px;
	font-style: normal;
	color: #7AA762;
}


ol {
	margin: 0;
	padding: 0 0 0 30px;
}

li {
	font-size: 11px;
	margin-top: 4px;
	margin-left: 14px;
}

.stretcher {
	background: #fff;
	
}

#footer {
	background: url(images/hp_tile_bottom.gif) repeat-x;
	top:0px;
	width: 728px;
	height: 188px;
	position: relative;
	margin: 25px auto 0px auto;
	color: #000;
	text-align:center;
	
}
#footer hr {
	border: 1px solid #62633C;
	border-top: 1px solid #FFF;
	width: 400px;
	height: 1px;
	
	
}
#footer a {
	color: #fff;
}

