/* CSS Reset v1.0 | 20080212 */
/* Eric Meyer. http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* end of CSS Reset */


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#eeeeee;
	background-image:url(mss.png);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#5e667b;
}

div.centre_wrapper {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:10px;
	text-align:left;
	padding-top:5px;
}

h1 {
	color:#eeeeee;
	font-family: Impact;
	font-size: 48px;
	margin-top:5px;
	margin-bottom: 5px;
	margin-left:0px;
}
h2 {
	color:#eeeeee;
	font-family: Arial;
	font-size: 24px;
	margin-top:5px;
	margin-bottom: 5px;
	margin-left:0px;
}

ul {
	margin-top:10px;
	margin-bottom:10px;
	}
	
li  { list-style-type:circle;
	margin-left:20px;

	}

div.mail {
	width: 240px;
	height: 110px;
	margin-top: 20px;
	margin-right: 5px;
	float: right;
	}

		label
		{
		width: 4em;
		float: left;
		text-align: right;
		margin-right: 0.5em;
		margin-top:0.5em;
		display: block
		}

		.submit input
		{
		margin-left: 3.8em;
		}
		input
		{
		color: #999999;
		background: #eeeeee;
		border: 1px solid #333333
		}

		.submit input
		{
		color: #000000;
		background: #eeeeee;
		border: 1px outset #333333
		}
		fieldset
		{
		border: 1px solid #333333;
		width: 20em
		}

		legend
		{
		color: #eeeeee;
		background-color:#333333;
		border: 1px solid #333333;
		padding: 2px
		} 

div.topnav {
height: 28px;
width: auto;
margin-top:1px;
margin-bottom: 5px;
background-color:#003366;
}

	div.topnav_options {
	float:left;
	width:96px;
	height:28px;
	}

	div.topnav_text {
	margin-top: 8px;
	//margin-top: 8px; /*ie 6/7 fix*/
	//padding-bottom:2px;
	text-align: center;
	font-size:12px;
	}
		
		div.topnav_options a:link {
		float:left;
		background:none;
		width:96px;
		height:28px;
		color: #FFFFFF;
		text-decoration: none;
		}
	
		div.topnav_options a:visited {
		float:left;
		background:none;
		width:96px;
		height:28px;
		color: #FFFFFF;
		text-decoration: none;
		}
	
		div.topnav_options a:hover {
		float:left;
		background-color:#000000;
		width:96px;
		height:28px;
		color: #FFFFFF;
		text-decoration: none;
		}
		
div.content_left {
	width: 420px;
	margin-top: 0px;
	margin-bottom:10px;
	text-align:left;
	padding:8px;
	float: left;
	border: 1px solid
}		

div.content_right {
	width: 270px;
	margin-top: 0px;
	margin-bottom:10px;
	text-align:left;
	padding:8px;
	float: right;
	border: 1px solid
}		

