body 
	{
	background-image:url('brick2.jpg'); 
	text-align: center;
	}

	
	
 .banner
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

	
#menu{
	width:900px;
	height:35px;
	margin:10px auto;
	text-align: center;
	border:solid 1px #313131;
	overflow:hidden;
	background-image:url('buttongrad.jpg');
	float: center;
}

#m-top{
	height:45px;
	
}

#menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#menu ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}



#menu ul li a{
	width:149;
	height:35px;
	margin:0px;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: block;
	text-decoration:none;
	font-size:1.2em;
	color:#313131;
	border-left:solid 1px #e1e1e1;
}

#menu ul li a:hover{
	color:#E4782D;	
}

#footer {
   position:relative;
   bottom:0;
   height:30px;   /* Height of the footer */
   text-align: center;   
   width:900px;
   margin: 10px auto;
   border: 1px dashed LightGrey;
   background: floralwhite;
}



#content
{

	margin-left: auto;
	margin-right: auto;
	width: 890px;
	border: 1px dashed lightgrey;
	background: FloralWhite;
	padding: 4px;
	text-align: left; 
	font-family:"Arial", Helvetica, sans-serif;
	font-size:10pt;
}

h2
{
	text-align: center;
	text-shadow: 4px 4px 6px gray;
	font-family: Palatino Linotype, Palatino, serif;
	color: brown;
}

h1
{
	text-align: center;
	text-shadow: 4px 4px 6px gray;
	font-family: Palatino Linotype, Palatino, serif;
	color: brown;
}

th
{
	text-align: center;
}

table
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:10pt;
}

#left
{
	text-align: left;
}

#centered1
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#centered2
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#floatRight
{
	float: right;
}

#floatCentered
{
	float: center;
}

#floatLeft
{
	float: left;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
	border: 1px solid black;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
	border: 1px solid black;
}

