﻿html, body {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:18px;
background-image:url(../images/gradient-bg.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#699943;
padding:0px;
margin:0px;
}

a{
	color: #ff3394;
	text-decoration:none;
}

a:hover{
	color: #00402E;
	text-decoration:underline;
}
#content-block
{
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:top;
}


#content-block h1
{
	color:#08402e;
	font-weight: bold;	        
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 0px;
}

#content-block h2
{
	color:#08402e;
	font-weight: bold;	 	        
	font-size: 12px;
	padding:0px;
	margin:0px;
	line-height:12px;
}

a:active{
	color: #00402E;
	text-decoration:underline;
}

a.Landing{
	color: #08402d;
	font-size: 18px;
	text-decoration:none;
	line-height:24px;
}

a.Landing:hover{
	color: #A99A6F;
}

a.Landing:active{
	color: #A99A6F;
}
sup{font-size:0.5em; vertical-align:top;} 
sub{font-size:0.5em; vertical-align:bottom;} 


h1
{
	color:#00402E;
	font-weight: bold;	        
	font-size: 32px;
	padding-bottom: 24px;
}

h2
{
	color:#00402E;
	font-weight: bold;		        
	font-size: 24px;
	padding-bottom: 24px;
}

h3
{
	color:#00402E;
	font-weight: bold;	        
	font-size: 16px;
}

h4
{
	color:#00402E;
	font-weight:bold;	        
	font-size:15px;
}

h5
{
	color:#00402E;
	font-weight:bold;	        
	font-size:12px;
}

p{
margin:10px 0px 10px 0px;
}

#container {
	width:853px;
	left:50%;
	margin-left:-427px;
	position:absolute;
	background-color:#FFFFFF;
	
}

