body {
	margin: 0;
	padding: 0;
	border: 0;
	/*font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font: normal 80% Arial, helvetica, sans-serif;
	color:#31333B;
	background-color: #FFC;
	font-style: normal;
}
html>body, html>body #holder {
	height: auto;
}
html, body, #holder {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
h1, h2 {
	color:#8fa819;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	padding-left:10px;
	background: url(../images/arrow.gif) no-repeat left center;
	text-transform: uppercase;
}
table, td {
	background: #FFF;
	border: 2px solid #8fa819;
}
td {
	padding: 0 5px 5px 5px;
	border: 1px solid #8fa819;
}

hr {
	width:100%;
	height: 1px;
	color:#8fa819;
	background-color:#8fa819;
}
a {
	color:#8fa819;
}
a:hover {
	color:#F60;
	text-decoration :none;
}
#holder {
	position: absolute;
	top: 0;
	left: 0;
}
#header {
	width: 850px;
	height: 200px;
	margin: 0 auto;
}
#menu {
	width: 850px;
	height: 45px;
	margin: 0 auto;
	background: #8fa819;
}
#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	height : 25px;
	padding: 15px 10px 0px 10px;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-color: #ffcd04;
}
#menu a:hover {
	border-bottom-color:  #9CF;
	background: #9CF;
}
#menu .active a {
	border-bottom-color: #ffcd04;
	background: #ffcd04;
}
#content {
	width: 850px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align : justify;
	background-color: #FFF;
}
#right {
	width: 570px;
	padding: 20px;
	float:right;
	}
#center
{
	padding: 20px;
}

#left {
	width: 200px;
	margin: 0 auto;
	float:left;
	padding:20px;
}
#footer {
	width: 850px;
	margin: 0 auto;
	padding: 3px 0;
	height: 50px;
	border-top: 2px solid #FFFFFF;
	background: #8fa819;
}
#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
#copy {
	clear: both;
}
#free-flash-header a:hover {
	color:#c2cae0;
	text-decoration:none
}

.blue {
	color:#3f71b6;
	font-weight: 800;
}
.bluesquare {
	color:#3f71b6;
	font-weight: 800;
	padding-left:12px;
	background: url(images/square.gif) no-repeat left center;
}
