body {
	margin: 0px;
	padding-bottom: 30px;
	text-align: center;
}

#logo {
	margin-top: 100px;
	width: 700px;
	height: 384px;
	background-image: url(/images/logo_light.jpg);
}

#title {
	margin-top: -460px;
	width: 700px;
	height: 41px;
}

#menu {
	margin-top: 15px;
	width: 700px;
	height: 23px;
}

#menu .spacer {
	width: 70px;
	height: 23px;
}

#subtitle1 {
	width: 680px;
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
	text-align: left;
}

#subtitle1 #header {
	text-align: left;
	width: 680px;
	height: 23px;
	margin-left: 2px;
	margin-top: 2px;
}

#subtitle2 {
	width: 680px;
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
	text-align: left;
}

#subtitle2 #header {
	text-align: left;
	width: 680px;
	height: 23px;
	margin-left: 2px;
	margin-top: 2px;
}

#subtitle3 {
	width: 680px;
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
	text-align: left;
}

#subtitle3 #header {
	text-align: left;
	width: 680px;
	height: 20px;
	margin-left: 2px;
	margin-top: 2px;
}

#content {
	width: 680px;
	margin-top: 5px;
	text-align: left;
	padding-right: 30px;
}


#content h1 { 
	font: 104% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-top: 10px;
	color: #CC0000;  
}

#content h2 { 
	font: 95% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 25px;
}

#content p { 
	font: 95% Georgia, "Times New Roman", Times, serif;
	margin-left: 25px;
}

#contentuncat {
	margin-left: 10px;
	width: 680px;
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
	text-align: left;
	padding-right: 30px;
}

#contentuncat h1 { 
	font: 104% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-top: 10px;
	color: #CC0000;  
}

#contentuncat h2 { 
	font: 95% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 25px;
}


#contentuncat p { 
	font: 95% Georgia, "Times New Roman", Times, serif;
	margin-left: 25px;
}

a {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	color: #006600;
}

#error {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	margin-left: 30px;
}

hr {
	color: #CCCCCC;
	height: 1px;
	margin-left: 20px;
	width: 60%;
}