@charset "utf-8";
/* CSS Document */

body {
	background-color:#fdf9ee;
	margin-top:5px;
  }

#outer-wrapper {
	width: 834px;
	margin:0 auto;
	padding:0px;
    text-align:left;
    font: verdana;
  }
  
#main-wrapper {
	width:612px;
	float:left;
	word-wrap: break-word;
  	overflow: hidden;
}

#sidebar-wrapper {
	width:212px;
	float:right;
	word-wrap: break-word;
  	overflow: hidden;
}

#sidebar-content {
	width:200px;
	padding:5px;
	background-color:#fff;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#f0e9d6;
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height: 1.3em;
	margin-bottom:10px;
}

#left {
	width:285px;
	padding:5px;
	background-color:#fff;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#f0e9d6;
	margin-bottom:10px;
	float:left;
}

#right {
	width:285px;
	padding:5px;
	background-color:#fff;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#f0e9d6;
	margin-bottom:10px;
	float:right;
}

#icon_links {
  width:210px;
  height:200px;
}

#header {
	width: 610px;
	height: 25px;
	margin-bottom:5px;
  }

#content {
	width:600px;
	float:left;
	background-color:#ffffff;
	padding:5px;
    border-style:solid;
    border-width:1px;
    border-color:#f0e9d6;
}

a:link {
	color: #60a4c0;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #60a4c0;
}
a:hover {
	text-decoration: underline;
	color: #064e75;
}
.regular {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color:#352a05;
	text-decoration:none;
}
.welcome {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17.5px;
	color:#352a05;
	text-decoration:none;
}
.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	font-weight:500;
	color:#006854;
	text-decoration:none;
}

.heading_sidebar {
	font-family:Verdana, Arial, sans-serif;
	font-size:9px;
	letter-spacing:2px;
	color:#006854;
}
a.srollover0 {
    display: block;
    width: 78px;
    height: 25px;
	float:left;
    background: url(../images/nav_home.png) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.srollover0 {
	background-position: -79px 0;
	color: #fff;
}

a.srollover1 {
    display: block;
    width: 64px;
    height: 25px;
	float:left;
    background: url(../images/nav_blog.png) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.srollover1 {
	background-position: -64px 0;
	color: #fff;
}

a.srollover2 {
    display: block;
    width: 77px;
    height: 25px;
	float:left;
    background: url(../images/nav_youth.png) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.srollover2 {
	background-position: -77px 0;
	color: #fff;
}

a.srollover3 {
    display: block;
    width: 93px;
    height: 25px;
	float:left;
    background: url(../images/nav_college.png) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.srollover3 {
	background-position: -93px 0;
	color: #fff;
}

a.srollover4 {
    display: block;
    width: 25px;
    height: 100px;
	float:left;
    background: url(../images/nav_feedback.png) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.srollover4 {
	background-position: -25px 0;
	color: #fff;
}

a.srollover5 {
    display: block;
    width: 103px;
    height: 25px;
	float:left;
    background: url(../images/nav_leaders.png) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.srollover5 {
	background-position: -103px 0;
	color: #fff;