body {
	padding: 0;
	margin: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	background: repeat-y url(../graphics/navback.jpg);
	width: 800px;
}

#Content {
	width: 75%;
	background: #ffffff;
	margin-top: 25px;
	float: left;
}

#Footer {
	height: 35px;
	width: 580px;
	float: left;
	line-height: 35px;
	color: #003366;
	text-align: center;
	font-size: 12px;
}

#Title {
	font-size: 36px;
	color: #003366;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#Title span {
	font-size: 12px;
	color: #222222;
	width: 100%;
	font-weight: normal;
	border-top: thin solid #ff000f;
}

h3 {
	color: #ec0002;
	margin-bottom: 0;
	margin-right: 10px;
	margin-left: 10px;
}

p {
	text-indent: 20px;
	margin-top: 0;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
}

/*<group=Nav>*/

#Nav a:hover {
	color: #ffffff;
	background: no-repeat url(../graphics/navbuttonhover.jpg);
	font-weight: bold;
}

#Nav a {
	line-height: 35px;
	color: #dadada;
	text-decoration: none;
	font-size: 14px;
	background: no-repeat url(../graphics/navbutton.jpg);
	width: 200px;
	height: 32px;
	float: left;
	text-align: center;
	letter-spacing: 1px;
}

#Nav {
	height: 100%;
	width: 25%;
	margin: 25px 0 0;
	padding: 0;
	float: left;
}

#Nav label {
	color: #ec0002;
	font-size: 24px;
	width: 200px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	letter-spacing: 2px;
}
	
/*</group>*/