/* 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: #424990; text-decoration: none;} 
a:visited {color: #424990; text-decoration: none;} 
a:visited:hover {color: #21297c; text-decoration: underline;} 
a:active {color: #21297c; text-decoration: underline;} 
a:hover {color: #21297c; text-decoration: underline;} 


h3 {

text-transform: uppercase;
margin: 0;
}


#mainheader {
	text-align: center;
	padding: 10px;
	background: #ffc url(http://www.ucsb.edu/images/title-on-y.jpg) no-repeat center;
	height: 40px;
	}

#subheader {
	text-align: center;
	background: #21297c url(http://www.ucsb.edu/webguide/images/t-ucsb-web-standards.gif) no-repeat center;
	padding: 5px;
	height: 18px;
	}
	
#pathway {
	height: 35px; 
	margin-left: 15px;
	}
	
#container {
	margin-bottom: 10px;
	}

#left {
	margin-top: 10px;
	}

#main {
	padding: 0 10px 0 10px;
	border-left: 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;
}


#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;
	}
	