/* Copyright Kathy Thompson 2011 */


body {
        margin:20px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
		background-color:cc99cc;
	}
	
	
#container {width:1250px; margin-left:auto; margin-right:auto;}


/* menu rules */

	.menu1 {
		clear:both; 
		float:left; 
		width:100%; 
		overflow:hidden;
		}
		
	#menu2 {
	  padding:0; 
	  margin:0 auto; 
	  list-style-type:none;
	  float:left;
	  position:relative; 
	  left:50%;
	  }
	  
	#menu2 li {
	  float:left; position:relative; right:50%;
	  }
	  
	#menu2 a {
	  width:auto;
	  display:block;
	  padding:4px 16px;
	  color:#fff; 
	  background: #90C;
	  border:1px solid #fff; 
	  text-decoration:none;
	  border:black solid 1px;
	  }
	  
	#menu2 a:hover {
	  color:#000; 
	  background:#FF9;
	  border:black solid 1px;
	  }

/* end of menu rules */

#content {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	height:100px;
	text-align:center;
	}

#footer {
	clear:both;
	text-align:center;
	height:100px;
	font-size:0.8em;
	}

td {
	padding-right:10px;
	padding-bottom:4px;
	padding-top:4px;
	}
th {
	text-align:left;
	padding-right:10px;
	}

.middle {
	text-align:center;
	}

h1 {
	text-align:center;
	text-transform:uppercase;
	font-style:italic;
	}
	
h2 {
	text-align:center;
	font-style:italic;
	}
	
#flash1 {
	border:1px black solid;
	width:250px;
	}
	
#flash2 {
	border:1px solid black;
	width:400px;
	}
	
#flash3 {
	border:1px solid black;
	width:300px;
	}
	
#flash4 {
	border:1px solid black;
	width:208px;
	}
	
.bold {
	font-weight:bold;
	clear:both;
	text-align:center;
	}
	
.italics {
	font-style:italic;
	font-size:0.8em;
	}
	

