/* Edited with EditCSS */
/**** Style sheets whose contents could be loaded were ****/
/**** imported instead. Rule order may be incorrect ****/
/**** as a result. ****/

/**** LINK-tag style sheet cc_styles.css ****/

body {
	font-family: arial;
	font-size: 11px;
	margin: 0px;
}

h1 {
	border-bottom: 4px solid #2D5586;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h2 {
	border-bottom: 3px solid #2D5586;
	display:inline;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h3 {
	border-bottom: 1px solid #2D5586;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h4 {
	border-bottom: 2px solid #2D5586;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

p {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

table {
	font-family: arial;
	font-size: 11px;
}

.event {
	padding-bottom: 5px;
	padding-top: 5px;
}

.footer {
	background: #66A49F;
	color: white;
	font-weight: bold;
	text-align: center;
}

.image {
	padding:0px
}

.contentarea {
	background: #FFFFFF;
	padding:10px;
	font-size: 12px;
}

.collegecontentarea {
	background: ;
	padding:10px;
	background-image: url(/college/images/header_low.jpg);
	background-repeat: no-repeat;
	background-position: left 5 ;
	background-position: top 2 ;
	font-size: 12px;
}	

.square ul {
	list-style: square;
	font-size: 12px;
	}

.collegecontent {
	padding:10px;
	list-style: square;
	font-size: 12px;
}	

.servicetime {
	font-size: .9em;
	font-weight: bold;
	padding-right:5px;
	text-align:right;
}

.leftnav {
	background: #2D5586;
	color: #FEFEFE;
}

.leftnav ul {
	margin:0px;
	padding:0px;
	text-align: center;
}

.leftnav li {
	list-style: none;
	margin:0px;
	padding: 3px;
position:relative;
}

.leftnav li.hassubmenu {
background: url(/images/rt_arrow.png) no-repeat center right;
padding-right:3px;
}

.leftnav ul li:hover > ul {
	border: solid 1px white;
	display: block;
}

.leftnav ul ul {
background-color: #2D5586;
display: none;
width: 160px; 
position: absolute; 
top: 0px; 
left: 100%;
}

.leftnav a {
	color:white;
	display: block;
	padding:0px;
	text-decoration: none;
}

.leftnav a:hover {
	background:#6E8895;
	text-decoration: none;
}

.leftnavactive {
	background: #66A49F;
}

#header {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 225px;	
  }
  
#header ul{
	list-style: square;
	font-size: 12px;
}
#mainbody ul{
	list-style: square;
	font-size: 12px;
	}
	
#mainbody p{margin-left:0px;} 


#header{
	position:relative;
	left:2;
	top:2;
	}

.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}

.floatleft
{
float: left;
margin: 0 20px 10px 0;
border: 1px solid #666;
padding: 2px;
}

.logo
{
float: left;
margin: 0 20px 10px 0;
padding: 2px;
}

