/* CSS Document

   If you are modifying this stylesheet for a new skin, this file
   should ONLY include the classes that you intend to modify. The
   portal uses the 'cascade' feature of CSS to allow your stylesheet
   to inherit the styles from the parent (or base) skin.
*/


body{
	background: #f8f8f8;
}

#header {
	background-color: white;	
        background-image: url(../images/campus.jpg);
        background-repeat: no-repeat;
        background-position: center right;
}

#header h1, #header h1 a {	
	color: #44A;
}

#header h1.etc {	
	color: #44A;
}

#header h2, #header h2, #header h2 a {	
	color: #44A;
}

#topnav {
  	border-top: 1px solid #aaa;
	background: url("../images/ruler.jpg") repeat-x #EEEEAA;	
}

#topnav a {
	color: #333;
	border-right: 1px solid #aaa;
}

#topnav a:hover {
	border-right: 1px solid #aaa;
}

#topnav a.firsta {
	border-left: 1px solid #aaa;
}

DIV.navmenu {
	background: white;
}

a.navmenu {
	color: #333;
}

a.navmenu:hover {
	color: #888;
}

#menucont {
	color: #333;
	background: #eee;
}

#container {
	background: #f8f8f8;
}

#maincont a:hover {
	color: #333;
}

#navcont {
	background: white;
}

h2.section {
	padding: 3px 30px;
	background: url(../images/checkbox.gif) no-repeat 2px 4px white;
}

#sidebar {
        width: 210;
        border-left: 0;
	background: white;
        background-image: url(../images/sidebar.jpg);
        background-repeat: repeat-y;
}

#sidebar span.info {	
        background: transparent;
	padding: 2px 10px 2px 20px;
        border-bottom: 0;
}


.sidebar_element {
	padding: 1em 0 1.5em 0;
        border-bottom: 0;
}

div.news_item {
        background: transparent;
}


  
