/* stylesheet1.css */

/* Body text and page background */
body {
 margin:0; /* sets page margin to 0 on all browsers */ 
 padding: 0; /* sets page padding to 0 on all browsers */
 font-family: Arial, Helvetica, sans-serif;
 font-size: medium;
 color:#000000;
 background-color: #f0f8ff;
 }

/* Page header style */
#header{
     height: 200px;
     width: 100%;
	 background-image: url("head.jpg"); 
     background-repeat: no-repeat;
	 background-position: center;
	 background-color:#ffffff;
     border-bottom: thick double #330066;
	 padding-top: 0px;
	 float: center;


}

/* Page footer style */
#footer{ 
	height: 60px; 
	width: 100%; 
	clear: both;
	background-color: #ffffff; 
	border-top: thick double #330066;
	padding-top: 4px;  
	padding-left: 2em;
}

/* Main content column */
#main{
	margin: 0em;
    /* margin-left must equal */ 
    /* total width of left sidebar */
    margin-left: 10em;
	padding-left: 5em;
	padding-top: 0em;
	
}

#mainB{
	margin: 0em;
    /* margin-left must equal */ 
    /* total width of left sidebar */
    margin-left: 10em;
	padding-left: 5em;
	padding-top: 0em;
	background-color:#CC3333;
}



/* Style for sidebar column */
#sidebar{
           float: left;
           display: inline;
           padding: 2em;
           margin: 0em;
           width:10em;	
		   background-color:#ffffff; 
		   border-right: thin solid #330066;
		   clear: both; 
		   height:255em;	
            /* Total width is 10em */
}

/* Level 1 headings */
h1 {
 font-family: "Times New Roman", Times, Serif;
 text-align:center; 
 color: #800000;
}
/* Level 2 headings */
h2 {
 font-family: Arial, Helvetica, sans-serif;
 text-align:center;
 color: #800000;
}

/* Level 3 headings */
h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-style:italic;
 color: #800000;
 text-align:center; 
}

h4{
font-family: Arial, Helvetica, sans-serif;
 font-style:italic;
 color: #800000;
 text-align:center;	
}

h5{
font-family: Arial, Helvetica, sans-serif;
 font-style:italic;
 color: #000000;
 text-align:center;	
}


/* Level 6 headings */
h6 {
 font-family: Arial, Helvetica, sans-serif;
 font-style:italic;
 font-weight:400;
 color: #000000;
 text-align:center; 
}

/* Float image to left of paragraph */
img.floatLeft{
float: left;
margin: 20px;
}

/* Float image to right of paragraph */
  img.floatRight{
  float: right;
  margin-top: 20px;
  margin-right: 50px;
 
}

/* Float image to center of paragraph */
div.center{
  text-align:center;
  text-align:top;
}

.mystri {text-decoration: line-through;}

/* Style for tables of thumbnail images */
table.thumbs{
   text-align: left;
   border-collapse: collapse;
   margin:auto; 
   border: solid 0px	
}

/* Style for table cells that contain thumbnails */ 
td.thumbs{
 border: solid 0px; 
 padding: 2px; 
 vertical-align: top;
}

/* Style for thumbnail images */ 
img.thumbs{ 
height:80px;
width:100px;
border-width:0px;
}

.auc1{
font-family:Stencil, Wide Latin, Cooper Black, Arial Black, Arial;
	font-size: 48px; font-style: bold;
}

.auc1a{
font-family:Stencil, Wide Latin, Cooper Black, Arial Black, Arial;
	font-size: 36px; font-style: bold;
}
.auc2{
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; font-style: bold;
}

.auc3{
font-family:Arial, Helvetica, sans-serif;
	font-size: normal; font-style: normal; 
	text-align:left;
}

.perf{
font-family:Arial, Helvetica, sans-serif;
font-size: normal; 
font-weight:700; 
color:#000;
}

.fund{
font-family:Arial, Helvetica, sans-serif;
font-size: normal;  
color:#330066;
}

.admin{
font-family:Arial, Helvetica, sans-serif;
font-size: normal;  
color:#cc3333;
}

.sched{
font-family:Arial, Helvetica, sans-serif;
font-size: normal; 
font-weight:lighter; 
color:#00000;
}




.card{
font-family:Arial, Helvetica, sans-serif;
font-size: normal;  
color:#000;
}

.canx{
font-family:Arial, Helvetica, sans-serif;
font-size: normal;  
color:#ff0000;
text-decoration: line-through;
}




/* Links Style */

a:link
{
	color: #800000;
	text-decoration: none;
}

a:visited
{
	color: #330066;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active
{
	color: #CC3333;
	text-decoration: none;
}

.officer{
	
	font-weight: bold;
}

#donor{
	font-family: Arial, Helvetica, sans-serif;
 	font-style:italic;
 	color: #800000;
 	text-align:left;
	font-weight: bold;	
}
#ad{
	color:#000000;
	font-size:.5em;
 	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;	
}

.column{
	border-color: black;
	border-width: 0px;
	border-style: solid;
	background-color: #f0f8ff;
	padding: 20px;
	padding-right: 30px;
	margin: 10px;
	margin-right: 30px;
	margin-left: 100px;
}   
.box{
	border-color: #660099;
	border-width: 2px;
	border-style: solid;
	background-color: #f0f8ff;
	padding: 3px;
	padding-right: 1px;
	margin: 1px;
	margin-right: 1px;
	margin-left: 1px;
}

td{
padding:4px 0 4px 0
}

.uline{
text-decoration: underline;
}



