@charset "utf-8";
* html body {height: 100%;}
img, div { behavior: url(/assets/templates/collegecouncil/iepngfix.htc) } 	/* IE 5.5/6 PNG Fix */

/* Layout Elements*/

body {
	background-color:#92C4FE;
	background-image:url(/assets/templates/collegecouncil/bg.jpg);
	background-position:top left; 
	background-repeat:repeat-x;
	border:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#wrapper {
	width:848px;
//	min-height:500px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:848px;
	height:257px;
	background-image:url(/assets/templates/collegecouncil/header.jpg);
	background-repeat:no-repeat;
}

#topnav {
	float:left;
        width:650px;
        height:43px;
	background-image:url(/assets/templates/collegecouncil/topnav.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
        border-left:1px solid #33598C;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:848px;
	background-image:url(/assets/templates/collegecouncil/contentbg.png);
	background-repeat:repeat-y;
        min-height:1100px;
}

#nav {
	width:150px;
	height:100px;
	float:left;
}

#logo {
	width:196px;
	height:43px;
	background-image:url(/assets/templates/collegecouncil/logo.png);
	background-repeat:no-repeat;
	float:left;
}

#logo2 {
	width:139px;
	height:23px;
	background-image:url(/assets/templates/collegecouncil/logo2.png);
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#content {
	width:499px;
	float:left;
	padding:15px;
}

#rightcol {
	width:163px;
	height:100px;
        padding-top:15px;
	float:right;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width:835px;
	height:29px;
	clear:both;
	background-image:url(/assets/templates/collegecouncil/footer.png);
	background-repeat:no-repeat;
	font-size:9px;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:5px;
	padding-right:8px;
}

a.whitelink:link, a.whitelink:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a.whitelink:hover {
	color:#990000;
	text-decoration:none;
}

a:link, a:visited {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#21395A;
	text-decoration:underline;
	font-weight:bold;
}

.sbheading {
	display:block;
	background:#8DBEF7;
	width:148px;
	height:20px;
	color:#000000;
	padding-left:10px;
        border-bottom: 1px solid #5D83B1;
	font-size:12px;
	font-weight:bold;
        line-height:20px;
}
.newsitem {
        margin:10px 10px 10px 5px;
        padding-bottom:5px;       
        border-bottom:1px dashed #666666;
        font-size:90%;
}
