/* Additional styles for customization
by Dominic Clark, UC Santa Barbara, 2006*/

body {
	margin: 0;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
}

a {font-weight: bold}
a:link {color: #660033; text-decoration: none;} 
a:visited {color: #663333; text-decoration: none;} 
a:visited:hover {color: #666666; text-decoration: underline;} 
a:active {color: #000000; text-decoration: underline;} 
a:hover {color: #000000; text-decoration: underline;} 


h3 {

margin-top: 2em; margin-bottom: 1em;
font-size: 14px;
margin: 0;
}


#mainheader {
	text-align: center;
	padding: 10px;
	background: #663366;
	height: 75px;
	}

#subheader {
	text-align: center;
	background: #330033;
	padding: 5px;
	height: 18px;
	}
	
#pathway {
	height: 35px;
	}
	
#container {
	margin-bottom: 10px;
	}

#left {
	margin-top: 10px;
	}

#main {
	padding: 0 10px 0 10px;
	border-left: 2px solid #9094bd;
	border-right: 2px solid #9094bd;
	}

#menu {
	text-align: right;
	margin: 0 10px 0 10px;
	}
	
#menu ul{
	list-style: none;
	margin-top: 0;
	}

#menu li {
	margin-top: 5px;
	}

.pagelist li {
margin-bottom: 20px;
}

.pagelist a {
text-decoration: underline;
}

#sidebar {
	margin-top: 10px;
	margin-right: 40px;
	}
	
#sidebar_menu {
	text-align: left;
	margin: 0 10px 0 10px;
	}

#sidebarmenu ul {
	list-style: none;
	margin-left: -37px;
	margin-top: 0;
	color: #666666;
	}

#sidebarmenu li {
	margin-top: 5px;
	color: #666666;
	}

#footer {
	font-size: 10px;
	color: #000;
	text-align: center;
	}

#footer a{
	color: #000;
	font-weight: normal;
	}
	
	/****** IE Correction Tags ****/

* html #sidebarmenu ul{
	margin-left: 0px;
	}
	