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;
}

.rowcolor {background: #efe5cb;}
.rownocolor {background: #ffffff;}

/* Mentoring Only Section */

#mentoring-hightlight-section {
	height: auto;
	width: 511px;
	margin-right: 10px;
	float: left;
}

#mentoring-hightlight-column1, #mentoring-highlight-column2 {
	height: auto;
	width: 255px;
	float: left;
}

.mentoring-highlight-containers {
	height: auto;
	width: 246px;
	float: left;
}

.mentoring-highlight-background-containter {
	height: auto;
	width: 246px;
	float: left;
	background: url(images/mentoring-bottom-background.jpg);
	background-repeat: repeat-y;
}

.mentoring-highlight-top-container, .mentoring-highlight-bottom-container {
	height: 15px;
	width: 246px;
	float: left;
}

.mentoring-content-container {
	height: auto;
	width: 216px;
	padding: 0px 15px;
	float: left;
	font-size: 10px;
}

.mentoring-content-container h4 {
	padding: 0px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

#mentoring-links {
	height: auto;
	width: 240px;
	float: left;
}

.content-sidebar {
	width: 490px;
	height: 100%;
	padding-top: 10px;
	padding: 10px 20px 10px;
	border: thin solid red;
	float: left;
}

.sidebar {
	width: 220px;
	height: 100%;
	padding-top: 10px 10px 10px 0;
	border: thin solid blue;
	float: right;
}
#mentorhometext {
	font-size: 10px;
	width: 220px;
	float: right;
	margin-top: -10px;
}
#mentorhometext ul {
	margin-left: 20px;
	padding-left: 20px;
}
#mentorhometext h4 {
	font-size: 16px;
}
