/* Stylesheet for MFS 2010 */

html {
overflow-y: scroll;
}
* {
	margin:0;
	padding:0;
}

/* Layout Body */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	background: #3A3A3A; /* Body Colour */
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
margin: 0 0 1em 0;
}

h2 {
margin-bottom: 5px;
font-size: 1em;
color: #66FF00;
}

b {
	color:#66FF00;
}

a {
	color:#66FF00;
	text-decoration:underline;
}

a:hover {
	color:#FFFF00;
	text-decoration:none;
}

/* Layout Container */
#container {
	width:800px;
	margin:auto;
	background:#3A3A3A;
}

/* Menu */
#menu {
	height:100px;
	border: solid #66FF00; /* Green Line */
	border-width: 0 0 1px;
}

#menu img{
	width: 300px;
	height: 100px;
	float: right;
}

ul {
	text-align:left;
	padding-top:15px;
}
li {
	list-style: none;
	display: table;
}

li a {
	padding: 3px 10px 3px 0px;
	text-decoration: none;
	font-size:12px;
}

li a:link { 
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
}

li a:visited { 
	color: #ffffff; 
}

li a:hover {
	color: #66FF00;
}

div#body_left
{
	float: left;
	width: 500px;
	padding-right: 15px;
	margin:20px 0 20px 0;
	width/**/:/**/485px;
}

div#body_right
{
	float: right;
	margin:20px 0 20px 0;
	width: 300px;
}

div#body_right a {
	color:#66FF00;
	text-decoration:underline;
}
div#body_right a:hover {
	color:#FFFF00;
	text-decoration:none;
}

/* Layout Form */
#layoutForm {
	float:left;
}
#layoutForm td{
	background:#3A3A3A;
	padding:2px;
}
#layoutForm a:link, #layoutNavigation a:visited {
	color: #66FF00;
	text-decoration: none;
}
#layoutForm a:hover {
	text-decoration: underline;
}

input.grey, textarea { background-color: #DEFFC9; }
input:hover, textarea:hover { background-color: #B5FF86; }

/* Layout Footer */
#footer {
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	height:30px;
	text-align:center;
	border: solid #66FF00; /* Green Line */
	border-width: 1px 0 0;
}
#footer p {
	margin-top:10px;
	color:#FFFFFF;
}
#footer a {
	color:#66FF00;
	text-decoration:underline;
}
#footer a:hover {
	color:#FFFF00;
	text-decoration:none;
}