body,
html {
	margin:0;
	padding:0;
	color:#000;
	background:#DDD;
}
#wrap {
	width:710px;
	margin:25px auto;
	background:#DDD;
}

#header {
     Position: relative;
     margin-left: 20px;
     margin-right: 20px;
     padding-top: 15px;
     padding-bottom: 15px;
     z-index: 10;
}

#header {
     color: #000;
     background: #ffffff;
     background-position: 15px  0px;
     background-repeat: no-repeat;
     background-image: url('ucblogo.png');
     border: 1px solid #224;
}

#separator { margin-top: 30px }

#navlist
{
padding: 3px 0px;
margin-top: 30px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
border-bottom: 1px solid #224;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 5px;
border: 1px solid #224;
border-bottom: none;
background: #EFE8D4;
text-decoration: none;
}

#navlist li a:link { color: #BFA050; }
#navlist li a:visited { color: #BFA050; }

#navlist li a:hover
{
background: #DFD0A8;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
    color: BFA050;
}

#content-wrap {
    background: white;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #224;
    border-top: none;
    padding: 10px 10px 10px 10px;
}

#content{
     background: white;
     position: relative;
     top: 0px;
     padding: 10px 10px 10px 10px;
     margin-top: 0px;
     margin-left: 10px;
     border: 0px solid #224;
}

#content a:link,a:visited {
	border-bottom:1px dotted;
	color:#757575;
	font-weight:bold;
	text-decoration:none;
}

#content a:focus,a:hover {
	border-bottom-style:solid;
	color:#c0c0c0;
}

#content table{
    font-size: 12px;
}



.paragraph_style_1 {
    color: #000000;
    font-size: 17px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 0px;
    margin-left: 150px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 140px;
    text-transform: none;
}
.paragraph_style_2 {
    color: #000000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: 150px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 140px;
    text-transform: none;
}

.newsection1 {
    color: #000000;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

body{
  font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
}

h1{
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
}

h2{
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
  margin: 2px 0px 0px 0px;
  line-height: 20px;
}

h3{
  margin: 2px 0px 0px 0px;
  font-size: 13px;
  text-align: left;
  line-height: 20px;
}

#footer {
  clear:both;
  margin: 2px;
  padding:5px 10px;
  border: none;
  text-align: right;
}
	
#footer p {
  margin:0;
  font-size:  90%; 
}

#footer ul {
	text-align:		center;
	padding-bottom:	0.2em;
	padding-top:	0.3em;
	padding-left:	0;
	margin:			0;
	margin-bottom:	1em;
	width:			100%;
	font-size:		90%; 
	font-weight:	bold; 
	line-height:	1.2em; 
}

#footer ul li {
	display:		inline;
	padding-left:	20px;
	padding-right:	0;
	padding-bottom:	0.2em;
	padding-top:	0.2em;
	margin:			0;
}


#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #DBD5E7;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 20%;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #E6F2F2;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 30%;
 display: inline;
 position: relative;
}

