/* CSS Document */
body {
	font: 90% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #F4FCE5;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

p {
	font-size: 12px;
}


#pageholder{
width: 780px;
margin: 20px auto 10px;
background: transparent url(../images/mainbkgrnd2.gif) repeat-y;
color: #fff;
}

#header{
padding: 0;
background: #006233 url(../images/headerlevel3_1.gif) no-repeat;
text-align:left;
height:65px;
font-size:12px;
}

#headerleft {
float: left;
width: 125px;
margin: 0;
font-size:10px;	
}

#headerlinks {
	height: 65px;
	z-index: 10;
	vertical-align: middle;
	background-color:transparent;
	color:#FFF;
	float: left;
	width: 510px;
	
}

#headerright {
	background:transparent;
	color:#FFFFFF;
	text-align:left;
	z-index: 11;
	vertical-align: middle;
	font-size:12px;
	float: right;
	width: 175px;
	
}

.quicklinks {
background-color:#FFFFFF;
color:#000000;
font-size:10px;
position:absolute;
top:30px;
}

#topnav {
font-weight:bold;
font-size:12px;
background-color:#000000;
color:#FFFFFF;
text-align:center;
height:19px;
width:100%;
border-bottom: solid #BCDB30 4px;
}

ul {
list-style: none;
	margin-left: 0;
	padding-left: 2em;
	line-height:1.4;
	text-indent: -1em;
}

a:link { 
	color: #FFF;
	background-color:transparent;
	text-decoration: none;
	font-weight: bold;
}
a:visited { 
	color: #999999;
	background-color:transparent;
	text-decoration: none;
	font-weight: bold;
}
a:hover {  
	color: #BCDB30;
	background-color:transparent;
	text-decoration:underline;
	font-weight: bold;
}


.bottomlinks {
	text-align:center;
	vertical-align:baseline;
	padding-bottom:5px;
	font-size:12px;
	clear:both;	
}
.validation {
padding-top:50px;
}
a.bottomlinks{
color:#000000;
	background-color:#FFFFFF;
}


img {
border:none;
}

#leftcolumn {
float: left;
	width: 135px;
	margin: 0;
	padding-top: 20px;
	
}

#leftnav{
	background:transparent;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding-bottom: 50px;
}
#googlesearch {
padding-top:68px;
width:120px;
}
.input {
font-size:12px;
color:#FFFFFF;
background-color:transparent;
}
#googlesearch table {
background-color:#006233;
color:#FFF;
width:120px;
border:0;
}
.button{ 
font-size: 9px;
color: #FFFFFF; 
font-weight: bold;
background-color: #999999;
margin-left:10px; 
  
} 
#leftnav ul {
list-style: none;
	margin-left: 0;
	padding-left: 2em;
	line-height:1.4;
	text-indent: -1em;
}
#leftnav ul li {
margin-bottom:.2em;
}

#contentmain {
	background-color:transparent;
	color:#000000;
	margin-left: 0px;
	margin-right: 0px;
	max-width: 700px;
	float: right;
	width: 645px;	
}

#pagetitle {
font-family:Arial, Helvetica, sans-serif;
margin-bottom:25px;
text-align:left;
}

#pagetitle h1{
font-size:16px;
background-color:#682F73;
color:#FFFFFF;
margin-top:0;
padding-top:0;
padding-left:5px;
vertical-align:top;
width:50%;
height:18px;
}
#maintext {
	width:95%;
	text-align:left;
	font-size:12px;	
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 5px;
}

#maintext h2 {
background-color:#FAE6FF;
color:#682F73;
width:100%;
height:32px;
text-align:center;
font-size:15px;
}
#maintext .leftside {
float:left;
width:50%;
}
#maintext .rightside {
float:right;
width:50%;
}
#maintext ul li {
list-style:none;
font-size:12px;
padding:0;
}
#maintext li a{
color:#000000;
background-color:transparent;
text-decoration:underline;
font-weight:normal;
}
#maintext h2 a{
color:#682F73;
background-color:transparent;
text-decoration:underline;
}
#maintext h3 {
	background-color:#FFFFFF;
	color:#682F73;
	font-size:14px;
	font-weight: bold;
}
#maintext h3 a{
background-color:#FFFFFF;
color:#000;
font-weight:bold; 
text-decoration:underline;
}
#maintext h4 {
background-color:#FFFFFF;
color:#000;
font-size:13px;
}
#maintext li h4 {
background-color:#FFFFFF;
color:#000;
font-size:12px;
margin-bottom:0;
margin-top:0;
}
#maintext h5 {
background-color:#FFFFFF;
color:#000;
font-size:12px;
}
#maintext h5 a{
background-color:#FFFFFF;
color:#000;
font-weight:bold; 
text-decoration:underline;
}
#maintext p a{
color:#000000;
background-color:transparent;
text-decoration: underline;
font-weight:normal;
color:#000000;
}
#maintext p a:hover {
text-decoration:underline;

}
#maintext p a:visited {
color:#999;
background-color:transparent;
}
#maintext img {
vertical-align:middle;
text-align:center;
}
#maintext .bullets ul li {
font-size:12px;
padding:0;
margin: 0 0 0 3px;
list-style:square inside;
}
#maintext table {
border:none;
color:#000000;
background-color:#FFF;
}
#maintext table img {
text-align:center;
}

/* equal width columns */
.narrowright{
width:30%;
float:right;
}
.wideleft{
width:65%;
float:left;
}
#profiles {
width:100%;
color:#000000;
background-color:#FFF;
text-align:center;
}
hr {
clear:both;
}
#profiles .middlecolumn {
float:right;
width:29%;
margin-left:1%;
text-align:left;
}
#profiles .rightcolumn{
float:right;
width:28%;
margin-right:1%;
text-align:left;
}
#profiles .leftcolumn {
float:left;
width:40%;
text-align:left;
}
#headfive h5{
font-size:12px;
font-weight:bold;
margin-bottom:0;
margin-top:0;
}
#headfive p{
margin-top:0;
margin-bottom:0;
}
#headfour h4{
margin-bottom:0;
}
#headfour p{
margin-top:0;
}
#headfour ul li{
display: inline;
margin-left:3em;
list-style-type: none;
}
.headfour ul li{
display: inline;
margin-left:-1em;
margin-right:5em;
list-style-type: none;
}
.headfour ul {
margin-bottom:0;
margin-top:0;
padding-bottom:0;
padding-top:0;
}
.headfour table{
width:90%;
border:none;
}
.headfour table caption {
text-align:left;
margin-bottom:0;
font-weight:bold;
}
.headfour h3 {
margin-bottom:0;
}
.headfour h4{
margin-top:0;
margin-bottom:0;
background-color:#FFFFFF;
color:#682F73;
}
.headfour h4 a:link {
color:#000000;
background-color:transparent;
text-decoration:underline;
}
.headfour h4 a:visited {
color:#000000;
background-color:transparent;
text-decoration:underline;
}
.headfour h5{
margin-bottom:0;
margin-top:0;
}

.headfour h6{
font-size:12px;
font-weight:bold;
text-align:left;
margin-bottom:0;
margin-top:0;
}
.headfour p{
margin-top:0;
margin-bottom:0;
}
#maintext .faculty a{
font-weight:bold;
text-decoration:underline;
}
#maintext .faculty p{
margin:0;
}
.smallprint {
font-size: 10px;
}
.clear {
clear:both;
}
.emphasize {
	color: #660066;
	background-color:inherit;
	font-weight: bold;
}
.center {
text-align:center;
}
.bold {
color:#000000;
font-weight:bold;
background-color:inherit;
}
/* small type & italics */
.italics {
font-style:italic;
font-size:12px;
}
.italicsb {
font-style:italic;
font-size:12px;
font-weight:bold;
}
hr {
color:inherit;
background-color:#682F73;
}
.blockquote{
margin-left:33%;
}
.border {
border:#003300 solid thin;
padding-left:10px;
padding-bottom:10px;
padding-top:10px;
width:95%;
}
#footer {
	clear: both;
	margin: 0;
	color: #fff;
	font-size: 80%;
	text-align:center;
	color: #fff;
	background: #000;
	width:780px;
	height: 20px;
	padding-top: 0.5em;
	border-top: solid #BCDB30 4px;
	vertical-align: text-top;
}
