body {
	margin: 0 0 20px 0;
	background: #87888c url("images/bg.gif");
	background-repeat: repeat-x;
	
}

* {
   font-family: Verdana, Helvetica, sans-serif;
   text-decoration: none;
  }
 
 
a:link { color: #00c;
}

a:hover {color: #93f;
}

a:visited { color: #00c;
}



/*START horizontal navigation menu*/
a.hor_nav, a.hor_nav:link, a.hor_nav:visited {
	display:block; 
	width:128px; 
	height:25px; 
	background:#505050; 
	border:1px solid #333; 
	margin-top:2px; 
	text-align:center;
	text-decoration:none; 
	font-family:verdana, arial, sans-serif;
	font-size:12px; 
	font-weight:bold; 
	color:#FFF; 
	line-height:25px;
	overflow:hidden; 
	float:left;
	}
	
a.hor_nav:hover {
	color:#000; 
	background:#FFF;
	}
	
a.hor_nav:active {
	color:#fff; 
	background:#999;
	}

/*END horizontal navigation menu*/


/*START sidemenu navigation*/
ul.sidemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	background-color: #FFF;
}


ul.sidemenu li {
	display: block;
	color: #333;
	width: 108px;
	font-weight:700;
	padding: 7px 5px;
}

ul.sidemenu li a {
	color: #66c;
	text-decoration: none;
	display: block;
}

ul.sidemenu li a:hover {
	background-color: #66c;
	color: #FFF;
}


/*END sidemenu navigation*/



/*START double spaced LIST*/


ul.double 	{
	list-style: disc;
	}
	
ul.double li {
	padding: 3px 0px;
	}
	
	
/*END double spaced LIST*/

/*USED: h1 h2 h3*/
h1 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 0px;
	
}

h2 {
	font-size: 11px;
	font-weight: 700;
	margin-top: 0;
	background-color: #FFF;
	margin-left: 0px;
}


h3 {
	color: #006;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 5px;
	margin-left: 0px;
	background-color: #aaa;

}



h4, h5, h6 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}

#container{
	margin: 0 auto;
	width: 780px;
	padding: 0;
	text-align: left;
	background-color: #fff;
	background-image: url("images/container_bg.gif");	
	
}

#college_header {
	width: 780px;
	height: 110px;
	text-align: center;
	font-size: 10px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #fff;
}



/*2 column layout style*/
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width: 780px;
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
}
#colmid {
	float:left;
	width:220%;
	position:relative;
	left:140px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#fff;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:60%;
	position:relative;
	right:90%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	font-size: 12px;
	overflow:hidden;
}
#col2 {
	float:left;
	width:120px;
	position:relative;
	margin-left:-50%;
	margin-top:10px;
	left:265px;
	overflow:hidden;
}

/*Commented out from 3-column layout*/
/*
#col3 {
	float:left;
	width:160px;
	position:relative;
	left:10px;
	font-weight: bold;
	overflow:hidden;
}
*/

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		font-size: 12px;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		color: #336;
		text-align: center;
		padding:10px;
		margin:0;
	}
