* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('images/bg1.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 76.01%;
	background-color: #68A5D1;
	margin-bottom: 30px;
}

img {
	border: none;
	position: relative;
}

#main {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 700px;
}

#logo {
	float: left;
}

#menu {
	margin: 25px 15px 0px 0px;
	float: right;
	font-family: arial narrow, helvetica, arial, sans-serif;
}

	#menu a {
		margin-left: 20px;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 1.1em;
	}

.submenu {
	background-color: #FF0000;
}

.subbutton {
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 1.0em;
	border-width: 0px 0px 6px 2px;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 4px 8px;
	float: left;
	text-align: center;
	color: #000000;
	width: 170px;
	font-size: 12px;
	background-color: #eaead5;
	background-image: url('images/bg_button1.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.deadsubbutton {
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 1.0em;
	border-width: 0px 0px 6px 2px;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 4px 8px;
	float: left;
	text-align: center;
	color: #000000;
	width: 170px;
	font-size: 12px;
	background-color: #d5d5aa;
	background-image: url('images/bg_button2.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}

#lastsubbutton {
	border-right: 2px solid #FFFFFF;
}

#content {
	padding: 0px 20px 10px 20px;
	padding-bottom: 10px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url('images/bg1.gif');
	background-repeat: repeat-x;
	background-position: top;
	font-family: helvetica, arial, verdana, sans-serif;
}

	#content #spacer1 {
		height: 20px;
	}


	#content h1 {
		margin-bottom: 20px;
		font-size: 1.8em;
		font-weight: bold;
		color: #333333;
		font-family: arial narrow, helvetica, arial, verdana, sans-serif;
		position: relative;
		text-transform: uppercase;
		display: block;
	}

	#content h1 a {
		font-size: 0.8em;
		color: #999999;
	}
	
	#content h1.subheading {
		font-size: 1.6em;
		margin-top: -5px;
		margin-bottom: 10px;
		text-transform: none;
	}

	#content h1.subheading a {
		font-size: 0.8em;
		color: #999999;
	}

	#content h2 {
		margin-top: 20px;
		margin-bottom: 0px;
		font-size: 1.2em;
		line-height: 1.6em;
		color: #000000;
		font-weight: bold;
		font-family: helvetica, arial, verdana, sans-serif;
		position: relative;
	}

	#content p {
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 1.0em;
		line-height: 1.6em;
		position: relative;
	}

	#content p a {
		color: #0066CC;
	}

	#content .button1 {
		margin-top: 0px;
		margin-bottom: 15px;
		font-size: 1.0em;
		border: 6px solid #FFFFFF;
		background-color: #eaead5;
		padding: 8px;
		display: block;
		text-align: center;
		color: #000000;
		width: 240px;
	}

	#content .button2 {
		margin-top: 0px;
		margin-bottom: 15px;
		margin-right: 15px;
		font-size: 1.0em;
		border: 4px solid #FFFFFF;
		background-color: #eaead5;
		padding: 4px 8px;
		text-align: center;
		color: #000000;
	}

	#content img.frame1 {
		background-color: #FFFFFF;
		margin-top: 20px;
		margin-left: 50px;
		margin-bottom: 20px;
		float: right;
		clear: right;
		position: relative;
	}

	#content #footer {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 0px;
		color: #666666;
		font-size: 0.8em;
		clear: both;
		color: #333333;
	}

	#footer a {
		color: #333333;
	}