* {
  scrollbar-base-color: scrollbar;
  scrollbar-darkshadow-color: threeddarkshadow;
  scrollbar-face-color: threedface;
  scrollbar-highlight-color: threedhighlight;
  scrollbar-shadow-color: threedshadow;
  scrollbar-track-color: default;
  scrollbar-3dlight-color: threedlightshadow;
  scrollbar-arrow-color: buttontext;
}
body {
  /*background-image:url('/images/bg01.gif');*/
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
}
body, td, input, select, textarea {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}

/* LINKS */
a {
  color: #4F3DC4;
  text-decoration: underline;
}
a:hover {
  color: #00f;
}

#header_section a{
  color:white;
  font-weight:bold; 
  text-decoration: none;
}

#header_section{
  background:URL('/images/page_top_bg.jpg') top repeat-x;
}
a.breadcrumbs {
  color:#5B0977;
  font-weight:bold; 
  text-decoration: underline;
}
.title {
  background: url(/images/title_bullet.gif) no-repeat 0 6px;
  color:#5B0977;
  font-size: 1.8em;
  font-weight:normal; 
  padding-top:2px;
  padding-left: 11px;
}


/*HOMEPAGE*/

#homepage_content{
 background-color:#E7DAEB;
}

.homepage_purple{
 background-color:#CCB3D5 ;
 border:solid 1px #BAC4DD ;
 padding:15px;
 padding-top:5px;
}

.homepage_white{
 background-color:#FFFFFF ; 
 border:solid 1px #BAC4DD ;
 padding:0px;
}

.home_headline a{
  color:black;
  font-weight:bold;
  text-decoration: none;
}

/* Other Pages */

#main_content{
 padding:10px 
}

/* LEFT NAV */
#leftnav{
 background-color: #E7DAEB;
 /*set a minimum height*/
 height:370px;
 min-height:370px;
 width:150px;
}

#leftnav a{
 color:#5B0977;
 font-weight:bold; 
 text-decoration: none;
}

/*Right Nav*/
#nav_news{
 background-color: #E7DAEB;
 height:185px;
 padding:5px;
}

#nav_address{
 background-color: #FFF2FF;
 height:185px;
 padding:5px;
}

.nav_headline a{
  color:#5B0977;
  font-weight:bold; 
  text-decoration: none;
}
.nav_headline:hover {
  color: #4F3DC4;
}

/* Footer */

#foot_sep{
 background:URL(/images/footer_sep.gif) repeat-x;
}

.fh{
 color:#5B0977;
 font-weight:bold; 
}

div.float_left{
 width:100px; 
 float:left;
 clear:left;
}

div.float_right{
 width:290px; 
 float:right;
 clear:right;
}

div.clear{
 clear:both;
 height:12px; 
}

input.bordered, textarea.bordered, input.button {
  border-top: #4e4e4e solid 1px;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  border-left: #4e4e4e solid 1px;
}
span.wysiwygsmall {
  font-size: 9pt;
}
span.wysiwygsmallRed {
  font-size: 9pt;
  color: #f00;
}
span.wysiwygmedium {
  font-size: 10pt;
}
span.wysiwygmediumRed {
  font-size: 10pt;
  color: #f00;
}
span.wysiwyglarge {
  font-size: 11pt;
}
span.wysiwyglargeRed {
  font-size: 11pt;
  color: #f00;
}
span.wysiwygxLarge {
  font-size: 14pt;
}
span.wysiwygxLargeRed {
  font-size: 14pt;
  color: #f00;
}