/* custom style sheet */

body { background-image:url('/images/background.jpg'); }
.heading {
                 font-family: /*"Impact", */
                                    "Lucida Sans Unicode",
                                    "Verdana",
                                    "Tahoma",
                                    "Arial",
                                    "Helvetica",
                                    "Calibri",
                                    sans-serif;
                 font-size: 250%;
/*               font-style: bold; */
                  font-variant: small-caps;
                  padding-bottom: 20px;
}

/* these are called: CSS ids ('#' character at front instead of '.' */
#content {
   top : 0px;
   margin : 0px 25% 0 165px;
   padding : 3px;
   color : #000000;
}


#main_container {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#main_header {
	background: url(about_banner.jpg) no-repeat;
	height: 290px;
	text-align: center;
	width: 135%;
}

/*** sidebar styles (class) ***/
.sidebar {
	float: left;	
	margin-top: 10px;
	width: 100px;
}

.sidebar ul { 
                    list-style: none;
                    margin-left: 15px;
	  padding-left: 0px;
}

.sidebar ul li {
                       font-family:helvetica,arial,sans-serif;
                       margin:0;
                       display: block;
}

.sidebar a { 
	 color: #666666;
	 display: block;
	 font-size: 0.9em;
	 font-weight: bold;
	 padding: 2px 8px;
	 text-decoration: none;
                   border-left:0.4em;
	 width: 100px;
}

.sidebar a:hover { 
	           color: white;
                             background-color: #666666;
                             border-left:0.4em solid #c00;
}


/**** earlier sidebar styles ***/
.sidebar2 a {
                     border-bottom: 1px dotted #666666;
	   border-right: 1px dotted #666666;
	   color: #666666;
	   display: block;
	   font-size: 0.9em;
	   font-weight: bold;
	   padding: 2px 8px;
	   text-decoration: none;
	   width: 100px;
}

.sidebar2 a:hover { 
	             color: white;
                               background-color: #666666;
	             border-bottom: 1px solid #666666;
	             border-right: 1px solid #666666;
}
