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

body{
	background-color:#EAEAEA;
	background-image:url("http://www.uccs.edu/main/400/images/page_bg_wide.jpg");
	background-repeat:repeat-x;
}

a:link, a:visited {
	color: #005888;
}
a:hover{
	background-color:#AFE3FF;
}
body #container{
	width:880px !important;
	min-width:850px !important;
	margin-right:auto;
	margin-left:auto;
	border-left:1px solid black;
	border-right:1px solid black;
}
#header{
	
}
#headerTitle{	
}
#header h1{
	background-color:#FFF;
	width:100%;
	border-bottom:1px solid black;
	margin:0;
	padding:0 0 12px 0;
	text-align:center;
}

#rightSidebar{
	margin-right:30px;
	margin-left:0px;
}
#main{
	margin-left:30px;
	width:650px;
}
#body{
	background-color:#FFF;
	display:inline-block;
}