body {
	background-color: #EEEEFF;
	margin: 0px;
	height: 100%;
}
p, li, form, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}
ol, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1em;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
	padding-top: 5px;
	text-transform: uppercase;
}
.Wrap {
	margin-right: 10px;
}

#Nav {
	position: relative;
	height: 100%;
	width: 200px;
	left: 0px;
	top: 0px;
}
#Logo {
	background-image: url(images/imgLogoSpacer.jpg);
	background-repeat: repeat-x;
	position: absolute;
	width: 70%;
	top: 0px;
	right: 0px;
}
#InnerLogo {
	position: absolute;
	width: 69px;
	top: 0px;
	height: 56px;
	right: 2px;
}
#Bar {
	background-image: url(images/imgBar.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 17px;
	width: 70%;
	top: 80px;
	right: 10px;
	text-align: right;
}
#Main {
	position: absolute;
	width: 70%;
	top: 120px;
	right: 10px;
	padding-bottom: 20px;
	height: 100%;
}
#Block1 {
	position: relative;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDEE;
	padding-bottom: 20px;
}
#Block2 {
	position: absolute;
	width: 100%;
	left: 0px;
}
#Block4 {
	position: relative;
	width: 100%;
	top: 20px;
}
#SecondNav {
	position: absolute;
	width: 100%;
	bottom: -170px;
	text-align: center;
	left: 0px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-style: italic;
}
.list {
	padding-left: 125px;
}
