body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-position: center;
}


/*Global Margins reset*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 20px 0px 0px 0px;
}




/*Font Settings*/

h1, h2, h3 {
	color: #5f7960;
	padding: 15px 0px;

}

h1 {font-size: 1.1em;}
h2 {font-size: 1em;}
h3 {
	font-size: 0.9em;
	color:#f8941a;
	border-bottom: #f8941a solid 1px;
	margin-bottom:10px;
}


p {
	font-size: 0.8em;
	color: #000;
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom: #CCCCCC dashed 1px;
	text-align:left;
}

#logo a {
	width:145px;
	height:77px;
	color:#FF7007;
	text-decoration: none;
	display:block;
}

a {
	color:#FF7007;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}

ul {
	font-size:0.8em;
	list-style:none;
	border-bottom: #CCCCCC dashed 1px;
	padding-bottom:10px;
}

li {
	line-height: 18px;
}
	

