﻿body {
	color: #9F9F9F;
	font-size: 10pt;
	width: 65%;
	margin-bottom: 50px;
	margin-top: 10px;
	background-image:url('images/blue-arm.jpg');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: 20px 140px;
	margin-left:50px;
	margin-right: auto;
}

#content {
	
	padding: 5px;       
	margin-bottom: 1.5%;
	margin-top: 1.5%;
	
}

#content p {
		padding-right: 60px;
}

#navigation {
	clear: both;
	padding: 25px;
	font-family:Champagne & Limousines, Trebuchet MS
}

#navigation a:visited {
	text-decoration: none;
	padding: 2px;
	
	
}

#navigation a {
	text-decoration: none;
	padding: 2px;
	
}

#navigation a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	padding: 5px;
	font-weight: bolder;
	text-align: right;
	font-size: smaller;
}

#navigation {
	color: #FFF;
	font-weight: bolder;
}

#navigation a:visited {
	color: #838383;
	
	
}

#navigation a:active {
	color: #838383;
	
	
}

#navigation a {
	color: #838383;
	
	
}

#navigation a:visited:hover {
	color: #000000;
	text-decoration: underline;
	
}

#navigation a:hover {
	color: #000000;
	text-decoration: underline;
	
}

a:active {
	color: #F37E00;
	text-decoration: underline;
}

a {
	color: #F37E00;
	text-decoration: underline;
}

a:visited:hover {
	color: #FEBA72;
}

a:active:hover {
	color: #FEBA72;
}

a:hover {
	color: #FEBA72;
}

