* img {border:none;}

#main {
	background-image:url('http://www.wesleyan.edu/templates/dept/cpe/images/bkgd.gif');
	background-repeat:repeat-y
	
}


#sidebar {
	float:left;
	background-color:#333333;
	width:160px;
	padding:5px;
	z-index:50;
}

#data {
	float:right;
	width:550px;
	padding:10px;
	min-height: 400px;
}

#data h1 {
	border-bottom: 2px solid #333333;
	font-size: 20px;
	margin-top: -20px;
}


/*------------------------------------------------*/
/*--------------- Channel Template ---------------*/
/*------------------------------------------------*/

#sidebar ul.siteNavigation li.channelItemSimple a {
	background-color:#333333;
	border-bottom:1px solid #fff;
	color:#fff;

}
#sidebar ul.siteNavigation li.channelItemSimple a:link, #sidebar ul.siteNavigation li.channelItemSimple a:visited {
	background-color:#333333;
}
#sidebar ul.siteNavigation li.channelItemSimple a:hover, #sidebar ul.siteNavigation li.channelItemSimple a:active {
	background-color:#797979;
	color:#fff;
}

/*--------------------------------------------*/
/*----- Channel Template Hacks for IE 5.5 -----/
/*--------------------------------------------*/
* html #sidebar ul.siteNavigation li.sidebarButton a {
	margin-bottom:-15px;
}

* html #sidebar ul.siteNavigation li.channelName a {
	margin-bottom:-15px;
}

* html #sidebar ul.siteNavigation li.channelName ul.channelItems {
	margin-top:20px;
	margin-bottom:10px;
}

* html #sidebar ul.siteNavigation li.channelName ul.channelItems li.channelItem a {
	margin-bottom:-20px;
	margin-top:1px;
}
/*-------------------------------------------------*/
/*----- End Channel Template Hacks for IE 5.5 -----*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*------------- End Channel Template --------------*/
/*-------------------------------------------------*/



/*-------------------------------------------------*/
/*--------------- Of Note Template ----------------*/
/*-------------------------------------------------*/
#ofNote {
	background-color:#333333;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
}

p.ofNoteDescription {
	margin-top:1px;
	margin-bottom:10px;
}

h1.ofNoteHeader {
	font-size:12pt;
	margin-top: 3px;
	margin-bottom:8px;
	}
.ofNoteURL a {
	}
.ofNoteURL a:link {
	font-color: #000;
}
.ofNoteURL a:visited {
	font-color: #000
}
.ofNoteURL a:hover {
	font-color: #333
}
.ofNoteURL a:active {
	font-color: #000
}
#ofNote .ofNoteDescription a {
	background-color: #333333;
}
#ofNote .ofNoteDescription p {
	margin:5 0;
}
	
/*--------------------------------------------------*/
/*-------------- End Of Note Template --------------*/
/*--------------------------------------------------*/
