#top {
	padding: 15px 0;
}
#top A {
	display: block;
	float: left;
	margin-left: 20px;
}
#nav, #bottom {
	margin: 0;
	padding: 0 0 0 15px;
	background: #0057C1 url(../graphics/nav-back.gif) repeat-x top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#nav LI {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav LI A:LINK, #nav LI A:VISITED {
	display: block;
	padding: 3px 10px 5px 10px;
	margin: 0 10px;
	font-weight: bold;
	font-size: larger;
	color: #FFF;
	text-transform: capitalize;
	letter-spacing: 1px;
}
#nav LI A:ACTIVE, #nav LI A:HOVER {
	border-bottom: 3px solid #FFF;
	padding-bottom: 2px;
}
#nav LI.on A:LINK, #nav LI.on A:VISITED, #nav LI.on A:ACTIVE, #nav LI.on A:HOVER {
	border-bottom: 3px solid #E1FFA7;
	padding-bottom: 2px;
}
#content {
	width: 710px;
	background: url(../graphics/main-back.jpg) repeat-y top left;
	padding: 20px 0 0 60px;
	font-size: larger;
}
#content P {
	line-height: 1.5;
	text-align: justify;
}
#content P SPAN.red, .red {
	color: #0057C1;
}
#content A:LINK, #content A:VISITED {
	color: #C62825;
	font-weight: bold;
}
#content A:HOVER, #content A:ACTIVE {
	color: #0057C1;
}
#content SPAN.green, #content P SPAN {
	color: #0057C1;
}
#content UL {
	display: block;
	padding: 0 0 15px 0;
	margin: 0;
}
#content LI {
	padding: 0 0 0 25px;
	margin: 0;
	display: block;
	list-style-type: none;
	float: left;
	clear: both;
}
#content LI A:LINK, #content LI A:VISITED {
	padding: 5px 0 5px 26px;
	margin: 0;
	display: block;
	background: url(../graphics/tent.gif) no-repeat left center;
	font-weight: bold;
	font-size: 105%;
	color: #C62825;
}
#content LI A:HOVER, #content LI A:ACTIVE {
	color: #0057C1;
}
HR {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
}
P.top {
	text-align: right;
	clear: both;
}
P.top A {
	padding-left: 21px;
	background: url(../graphics/tent.gif) no-repeat center left;
}
#bottom DIV {
	width: 755px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
	color: #FFF;
}
#bottomNav {
	padding: 10px 0;
	width: 770px;
	text-align: center;
}
#bottomNav UL {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: auto;
}
#bottomNav LI {
	display: inline;
	border-left: 1px solid #000;
}
#bottomNav LI:first-child {
	border: 0;
}
#bottomNav LI A:LINK, #bottomNav LI A:VISITED, #bottomNav LI A:ACTIVE, #bottomNav LI A:HOVER {
	padding: 1px 15px;
}