* {
	margin: 0;
	padding: 0;
}

*
body {
	background: #fff url(../images/bg.gif) repeat-x;
	font: .74em "Trebuchet MS", Arial, Sans-Serif;
	color: #444;
}

#container {
	background: #fff;
	border: 2px solid #333;
	width: 900px;
	padding: 5px 5px 5px 5px;
	margin: 0 auto;
}

h1 {
	font-size: 3px;
	font-weight: normal;
	float: left;
}

h1 a {
	text-decoration: none;
}

h2 {
font-size: 1.5em;
	border-bottom: 1px solid #eee;
	margin: 0 0 .8em;
}



p {
	margin: 0 0 2em 0;
	line-height: 1.8em;
}

a {
	color: #9D2900;
}

a:hover {
	color: #A0000E;
	text-decoration: none;
}

img {
	border: 0;
}

.red {
	color: #6D86BF;
}

#header {
	width: 900px;
}

#menu {
	padding: 0px 0 0 0;
	list-style: none;
	background: #fff url(../images/menu_bg.jpg) repeat-x;
	height: 38px;
}

#menu img {
vertical-align:top;
margin-left:375px;
}
#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 7px;
	font: 12px "Verdana";
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#menu a:hover {
	color: #fff;
	background: #3B91BB;
}

#menu .active a {
	border-bottom: 2px solid #C70012;
	color: #9D2900;
}

#teaser {
	background: url(../images/college_home.jpg);
	height: 346px;
}

#bar {
	height: 20px;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 8px 0 0 10px;
	background: url(../images/bar.gif) repeat-x;
	color: #FAFDDD;
	text-align: center;
}

#content {
	width: 900px;
	margin: 0 auto;
}

.col {
	float: left;
	width: 276px;
	margin: 0 30px 16px 0;
}

.content_left {
	float: left;
	width: 500px;
	margin: 0 30px 16px 0;
}

.content_right {
	
}

.last {
	float: right;
	margin: 0;
}

.info {
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	width: 250px;
}

.col ul{
list-style-type: none;
padding: 2px;
margin-left: 3;
}
.col li {
padding:5px;
}
.col  a {
	display: block;
	font: 10px "Verdana";
	font-weight:bold;
	color: #000;
	text-decoration: none;
}




#footer {
	clear: both;
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
	background: #fff;
}

#footer a {
	color: #808080;
	font-weight: bold;
}



#accordion {
			border: 1px solid #1F669B;
			width: 900px;
			height: 346px;
			border:0;
			font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			font-size: 11px;
			position:relative !important;
			display:block;
			overflow:hidden;
			background-image:url(../images/college_home.jpg);
			background-repeat:no-repeat;
			background-position:top left;
	}
	
	h3 {
			font-size: 12px;
			padding: 6px 6px 4px 35px;
			margin: 0;
			color:#fff;
			border-bottom:1px solid #333333;
			cursor:pointer;
			display:block;
			background-image:url(../images/tab-left.gif);
			background-position:top left;
			background-repeat:no-repeat;
	}
	
	#visible {
			background-image:url(../images/tab-left-active.gif);
			border-bottom:1px solid #7A96D8;
	}
	
	.panel_body {
			height:150px;
			background-color:#333333;
			display:block;
			position:relative;
			color:#FFFFFF;
	}
	
	.panel_body div {
			padding:3px 5px;
	}
	
	.panel{
		bottom:0px;
		margin:0px;
		padding:0px;
		background-image:url(../images/tab-right.gif);
		background-position:top right;
		background-repeat:repeat-x;
		background-color:#333333;
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
	}
	.wrapper{
		bottom:0px;
		position:absolute;
	}
	
	
#accordion ul{
list-style-type: none;
padding: 5px;
margin-left: 5;
}
#accordion li {
padding:10px;
}


#accordion  a {
	display: block;
	font: 12px "Verdana";
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

