* {
padding: 0;
margin: 0;
} 

body {
	background: #D0FBED url(images/bg5.gif) top center repeat-y;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #333333;
	line-height: 20px;
}

img { border: none; }
a {
	text-decoration: none;
	color: #006600;
}
a:hover {
	color: #CC0000;
}
h3 {
	border-bottom: 1px dotted #ccc;
	color: #006600;
	padding: 10px 0 2px 0;
	font-size: 14px;
}
h3 a {
	color: #006600;
}
h3 a:hover {
	color: #00FF33;
}


#wrap {
margin: 0 auto;
width: 980px;
}

#header {
	height: 216px;
	background-color: #F3FFFD;
	background-image: url(images/header5.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	text-transform: none;
	padding: 25px 0 0 30px;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: -2px;
}
#header h1 a {
	color: #E7B689;
}
#header h1 a:hover {
	color: #00FF33;
}
#header h2 {
	padding: 0 0 0 30px;
	font-size: 14px;
	color: #990000;
	font-weight: 100;
}

#menu {
background: #C0D8F0 url(images/menu5.gif) no-repeat;
height: 40px;
line-height: 40px;
padding-left: 20px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
	padding:0 10px;
	text-decoration:none;
	color: #C0FCE4;
	letter-spacing:-1px;
	font-weight: 100;
	font-size: 17px;
}
#menu li a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

#content { 
padding: 10px;
}

#left {
float: left;
width: 200px;
}
#left li { list-style-type: none; padding-left: 10px; }

#left h2 {
	margin-left: 10px;
	padding: 5px 0 5px 10px;
	font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
	color: #F5FBF9;
	background: #EEF0F1 url(images/hbg5.gif) repeat-x;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#left .box {
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
margin: 0 0 10px 10px;	
padding: 5px 0 10px 0;
}

#right { 
float: right;
width: 740px;
margin-right: 10px; 
}
.contentleft {
float: left;
width : 550px;
}

.college {
	float:left;
	margin:5px 5px 0px 0px;
}




.contentleft h2 {
	padding: 5px 0 5px 10px;
	font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
	color: #F5FBF9;
	background: #EEF0F1 url(images/hbg5.gif) repeat-x;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.contentleftbox {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	text-align: left;
}

.contentright {
float: right;
width: 180px;
}
.contentright h2 {
	padding: 5px 0 5px 10px;
	font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
	color: #F5FBF9;
	background: #EEF0F1 url(images/hbg5.gif) repeat-x;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.contentrightbox {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: left;
}

#footer {
	height: 60px;
	line-height: 25px;
	text-align: center;
	background-color: #009966;
	background-image: url(images/footer5.gif);
	background-repeat: no-repeat;
	color: #CCFFCC;
}
#footer a {
	color: #CCFFCC;
}
#footer a:hover {
	color: #FFFFCC;
}
