@charset "utf-8";
/* style.css a CSS Document by Dwayne Forbes v 1.0 */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
}

/* link css */
a:link {
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #ff6f00;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
/* end link css */

h1 {
	font-size: 70px;
	color: #ff6f00;
	line-height: 1em;
	margin-top: 15px;
	margin-bottom: 10px;
	}
h1 span.fmcgrey	{
	color:#4f4f4f;
}
h1 span.fsclgrey {
	color:#7f7f7f;
}

h2 {
	font-size:24px;
	color:#4f4f4f;
}	
h3 {
	font-size:30px;
	color:#4f4f4f;
}
h4 {
	margin-left:50px; 
	margin-right:500px;
}
	
#pagebox	{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.main	{
	width: 940px;
}
.text {
	float: left;
	width: 600px;
	padding: 0px 20px 0px 0px;
}
.sidebar {
	float: right;
	width: 300px;
	padding: 0px 0px 0px 20px;
}
.footer {
	float: left;
	width: 940px;
	background: url(../images/line.png) no-repeat top;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0;
	bottom: 0px;
}

nav {
	width: auto;
}

nav ul {
	list-style: none;
	padding-left: 20px;
}

nav li {
	padding-top: 5px;
	padding-bottom: 10px;
}

nav li img {
	border: 0;
	padding-right: 6px;
	margin-bottom: -10px;
}