  body {
  	background-image: url(pics/bmaBG.jpg);
	}
h2 {
	font-size: 18pt;
	}
	
#site	{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	text-align:center;
	width: 828px;
	min-height: 500px;
	height: auto;
	border: 1px solid #232628;
	border: 1px solid #ecdca5;
	color: #ecdca5;
	}
	
#top	{
	margin-top: 10px;
	min-height: 10px;
/*	background: #FFFFFF; */
	color: #ecdca5;
/*	border: 1px dotted black;*/
	text-align: center;
	font-style: italic;
	width: 100%
	}
	
#header	{
	width:828px;
	margin-top: 20px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	min-height:175px;
	background-image: url(pics/headerText.png);
	background-repeat: no-repeat;
	background-position: top;
	}

#header img {
	padding-top: 120px;
	height: auto;
}

#content	{
	background-image: url(pics/textBG.jpg);
	width: 785px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 9pt;
	color: #000000;
	height: 610px;
	}
	
.content-text {
		width:550px;
		padding-left: 20px;
	/*	padding-top:10px; */
		float:left;
	}
	
.content-pic {
	float:right;
	padding-top:2px;
}	
	
#imp	{
	margin-top: 30px;
	margin-left: 20px;
	text-align: left;
	text-align: center;
	font-size: 9pt;
	margin-bottom: 20px;
	}
	
th	{
	text-align: center;
	border-bottom: 0px solid #45525B;
	padding: 10px;
	}
	
td	{
	text-align: left;
	padding-left: -20px;
	}
	
#footer	{
	width: 100%;
	margin-top: 20px;
	/*border: 1px dotted #45525B;*/
	text-align: center;
	font-size: 9pt;
	color: #ecdca5;
	}

#menu	{
	width:788px;
	height: 25px;
	border: 1px dotted #ecdca5;
	/*color: white; */
	text-align: center;
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 5px;
	color: #ecdca5;
	}
#menu td {padding-left: 70px};
	
td	{
	padding-left: 20px;
	}

h4	{
	font-size: 12pt;
	text-decoration: underline;
	}	
	
p	{
	text-decoration: italic;
	}

.text	{
	font-size: 11pt;
	padding-top: 20px;
	}
	

#form table	{
	font-size: 9pt;
	color: #ecdca5;
	}
	
#form input {
	font-size: 9pt;
	color: #ecdca5;    
	border: 1px solid #ecdca5;
	background-color: #2b2b2b;
	}
	
#form textarea {
	font-size: 9pt;
	border: 1px solid #ecdca5;
	background-color: #2b2b2b; 
	}

a	{
	color: #ecdca5;
	}
	
.author {
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 8pt;
    border-top: 1px solid black;
    }