%# Disable the calling of parental methods (such as autohandler).
<%flags>
inherit => undef
</%flags>
/*June Snedecor
10/20/04*/

/*UCSF's stuff*/
#headngnorm {
	background-color:#000000;
	height:30px;
	width: 800px;
}

body {
	background-color:#CCCCCC;
}

/*general tags*/
h1 {
	font-weight:normal;
	font-size: 16pt;
	text-align: center;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	text-align: center;
}

p {
	font-size: 12pt;
}

tr{
	font-size: 10pt;
}

a:visited{
	color: #663366;
}

a:hover, a:active{
	text-decoration: underline;
	color: #000000;
}

/*This isn't probably necessary, but I wanted the page to
be on the far left and top. This encloses all the content in
the page*/
.content{
	position: absolute;
	top: 0px;
	left: 0px;
}

#header{
	background-color:#FFFFFF;
	width: 800px;
}

img.title{
	padding-bottom:15px;
	padding-left:20px;
	margin: 0px;
}

#bottomhalf{
	width: 850px;
}

.leftbar{
	width: 183px;
	float: left;
}

.leftbar ul{
	/*Styling*/
	width: 150px;
	color: #FFFFFF;
	background-color:#CC6699;
	border: #000000 1px ridge;
	margin: 1ex;
	padding: 5px;
	/*Text Style*/
	list-style-type: none;
	text-align: left;
	text-indent: 1ex;
	font: 14pt "Futura Condensed Medium", "Arial Narrow", Impact, Helvetica, sans-serif;
}

.leftbar a{
	text-decoration:  none;

}

.leftbar a:link{
	color: #ffffff;
}

.leftbar a:hover, a:active{
	text-decoration:underline;
	color: #000000;
}

/*I hate you, Internet Explorer, with the passion of a thousand suns.
This is to fake the min-height property for IE*/
#prop{
	height: 800px; 
	width: 0px;
}


/*needs to be in Div tag so that we can have the line going down to the bottom of the page*/
#gradientbarvert{
	width: 10px;
	min-height: 800px;
	background-color:#CC6699;
	position: absolute;
	left:182px;
	top: 30px;
	bottom: 0px;
}

/*Another exciting IE bug! This time only for the PC version of IE6! It completely ignores the height property and just makes the div box bleed all over the place */

#gradientbarhor{
	position: absolute;
	top: 145px;
	left: 0px;
}

/*
#gradientbarhor{
	background-color:#CC6699;
	height: 10px;
	width: 800px;
	position: absolute;
	top: 115px;
	left: 0;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
*/

.centerbody {
	float: left;
	color: #000000;
	background: #ffffff;
	text-align: justify;
	padding: 20px;
	width: 550px;
	margin:25px;
	font-family: Verdana, Arial, sans-serif;
}

.centerbody ul{
	font-weight:bold;
	font-size: 12pt;
}

signature{
	font-size: 10pt;
}
