body {
	font-family: Arial, Helvetica, sans-serif;
	background: #efcd73;
	}
	
.wrapper {
width: 796px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

.header {
width: 796px;
height: 23px;
background-image: url(images/topbar.gif);
background-repeat: repeat-x;
background-position:top;
float: left;
}
.contentwrap {
width: 780px;
margin-left: 8px;
margin-right: 8pxs;
padding: 0px;
position: relative;
}
.borderwrap {
width: 796px;
background-image: url(images/sidebars.gif);
background-repeat:repeat-y;
background-position:left;
float: left;
}

.bannerlogo {
width: 100%;
height: 53px;
padding-left: 3px;
}

.banner {
width: 100%;
height: 147px;
margin-bottom: 0px;
}

.navbar {
background: #2e3b97;
width: 100%;
height: 22px;
margin-top:0px;
}

.nav {
float: right;
height: 22px;
}

.contentover {
width: 100%;
height: 100%;
padding-top: 10px;
padding-bottom: 10px;
}

.content {
padding-left: 10px;
padding-right: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #2e3b97;
}

.content a:link {
color: #2e3b97;
}

.content a:visited {
color: #1c1865;
}

h1 {
color: #2e3b97;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 28px;
}

.largetext {
font-size: 24px;
font-weight: bold;
}

.footertop {
width: 100%;
float: left;
height: 10px;
}

.footerbottom {
width: 796px;
height: 33px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #2e3b97;
font-weight: bold;
font-size: 12px;
background-image:url(images/bottombar.gif);
float:left;
}