body {
	margin: 0px;
	text-align:center;
	background-color:#FEF894;
}
.wrapper{
	width:950px;
	text-align:left;
	margin: 0 auto;
	border-left: 5px #FBD400 solid;
	border-right: 5px #FBD400 solid;
	border-bottom: 5px #FBD400 solid;
	background-color: white;
}
.header {
	margin: 0px;
	padding:0 0 1px 0;
	background-color: #86A9E0;
	height: 125px;
	text-align:left;
	color: #29436C;
	
}
.content {
	padding-top:40px;
	padding-bottom:30px;
	padding-left:105px;
	padding-right:105px;
	font-family: verdana;
	font-size: 0.8em;
	background-color: white;
}
.footer {
	background-color:#86A9E0;
	color: white;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:105px;
	padding-right:105px;
	font-family: verdana;
	font-size: 0.7em;
	clear:both;
	height: 50px;
}
.headlinks {
	float:right;
	clear:left;
	position: relative;
	-left: -20px;
	-top: 20px;
	font-family:Trebuchet MS;
	color:white;
	font-weight:bold;
}

a.headlink {
	text-decoration:none;
	color: white;
}
a.headlink:hover {
	text-decoration:underline;
}
.left {
	float:left;
	clear:both;
	margin-right:10px;
}
.right {
	float:right;
	clear:both;
	margin-left:10px;
}
.headertext {
	color: #012155;
	font-weight: bold;
}
.padright {
	padding-right:10px;
}
#logo {
	position:relative;
	top: 0px;
	left: 0px;

}
#title {
	clear:left;
	position:relative;
	top: -90px;
	left:130px;
	font-size:2em;
	font-family:Trebuchet MS;
	padding-bottom:-90px;
	margin-bottom:-90px;
}
#smallTitle {
	font-size:80%;
}
h1, h2 {
	color: #012155;
	font-family:Trebuchet MS;
	margin-top:0px;
}
h1 {
	font-size:1.7em;
	border-bottom: 2px #FBD400 solid;
}
h2 {
	font-size:1.1em;
}
li {
	padding-bottom:5px;
}
.smallhead {
	font-size:0.6em;
}
.smallhead2{
	font-size:0.7em;
}
img.contentimg {
	border: 1px black solid;
	margin-bottom: 10px;
}
img.footerimg {
	border: 1px black solid;
	padding-bottom:0px;
}
.nopad {
	padding:0px;
	margin:0px;
}
.footertext {
	position:relative;
	top:-15px;
	left:10px;
	color: #012155;
}
.footertext2 {
	position:relative;
	top:-35px;
	left:190px;
	color: #012155;
	width: 600px;
	margin-bottom:0px;
}
.red {
	color: red;
	font-weight: bold;
}
table.steps {
	border: 1px #86A9E0 solid;
}
td.steps {
	border: 1px #86A9E0 solid;
}

/*Code added by BC*/
ul#navlist
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 100%;
color: #fff;
background-color: #036;
border-top: 2px #012155 solid;
border-bottom: 2px #012155 solid;
}

ul#navlist li { display: inline; }

ul#navlist li a
{
font-family: Verdana, Trebuchet MS;
font-size: 90%;
float: left;
width: 7em;
color: #fff;
background-color: #036;
padding: 0.2em 1em;
text-decoration: none;
border-right: 1px solid #fff;
text-align: center;
}

ul#navlist li a:hover
{
background-color: #369;
color: #fff;
}
