/* Stylesheet2.css */

/* Body text and page background */
body
	{
    	margin:10px;
    	margin-top: 0;
    	font-family: Arial, Helvetica;
    	font-size: small;
    	color: #000000;
    	background-color: #F5F5DC;
	}


/* Level-1 Headings */
h1
	{
		font-size: large;
		margin: 10px;
	}

h2
	{
      	font-size: large;
      	text-align:center;
	}

/* List styles */
li
	{
 		font-weight: bold;
	}
	
i.five
	{
 		font-weight: bold;
 		color: #8b0000;
	}




a.home
	{
 		font-family: arial,helvetica;
 		font-size: 1em;
 		font-weight: bold;
 		text-decoration: none;
	}

a.home:link
	{
 		color: #8b0000;
	}

a.home:visited
	{
 		color: #990000;
	}

a.home:hover
	{
 		color: #8b0000;
  		text-decoration: underline;
	}

a.home:active
	{
 		color: #000000;
	}
	
#wrap
	{
		width:841px;
		background-color: #EBD34D;
		margin:auto;
		border: thin solid #8b0000; 
		border-top:0;
		border-bottom: thick solid #8b0000; 
		padding: .5em;
	    
	}

/* Page header style */
#header
	{
    	width: 95%;
    	background-color: #ffffff;
   	 	border: thin solid #8b0000; 
    	border-bottom: thick solid #8b0000; 
    	text-align: center;
   	 	padding: .5em;
	   	margin:auto;
	 	overflow: hidden;
	}

/* Style for main content column */
#main
	{
   		background-color: #ffffff;  
	   	border: thin solid #8b0000;
	   	margin: 1em;
		margin-left: 16.5em;
	}


/* Style for sidebar column */
#sidebar
	{
		width: 12em;
		background-color: #F9FDC1;
	   	margin-top: 1em;
		margin-right: 1em;
		margin-left: 1em;
	  	text-align: center;
	   	float: left; 
	}

table.sidebar
	{
		background-color: #ffffff;  
		border: thin solid #8b0000;
	
	}
/* style for navbar links */
a.normal
	{
		float: left;
		width: 12em;
		padding: .5em;
		font-family: arial,helvetica;
		font-size: 10;
 		font-weight: bold;
 		text-decoration: none;
		text-align: center;
	}

a.normal:link
	{
 		color: #EBD34D;
 		background-color: #8b0000;
	}

a.normal:visited
	{
 		color: #EBD34D;
 		background-color: #8b0000;
	}

a.normal:hover
	{
 		color: #8b0000;
 		background-color: #EBD34D;
	}

a.normal:active
	{
 		color: #000000;
 		background-color: #ffffff;
	}
	
/*style for mission statement */
td.mission
	{
		margin-top: .5em;
 		padding: .5em;
 		font-family: 'Monotype Corsiva';
 		color: #8b0000;
 		font-size: x-large;
 		font-weight: bold;
 		text-align: center;
	}


/* Page footer style */
#footer
	{
       	width: 95%; 
       	text-align: center;
       	margin:auto; 
       	padding: .5em; 
       	background-color: #ffffff;
		border: thin solid #8b0000;
		border-top: medium solid #8b0000;
	} 

/* Style for thumbnail images */
img.thumbs
	{
   		border-width: 0px;
	}

p
	{
		margin: 10px;
	}

p.indexbottom
	{
		margin-left: 10px;
	}

