{
margin: 0px;
padding: 0px;
}

body {
	background-image:url(img/bg.jpg);
background: #3F0303;

font-family: verdana;
color:#000000;
font-size: 12pt

}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}
hr {
	display: none;
}




#main
{
width: 862px;
margin: 0 auto;
background: #ffffff;
}


#menu {
height: 32px;
background-image:url(img/menubg.jpg);
background: #0C2D01;
width: 860px;
margin: 0 auto;
}

#menu ul {
	margin-left: 0;
	list-style: none;
}
#menu li {
	display: inline;
	margin-left: 0;
}

#menu a {
	float: left;
	width: 112px;
	height: 20px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff

}

#menu a:hover {
	background: #8a0808;
	height: 20px;
	color: #FFD401;
}


/* Content */

#content {
	float: left;
	width: 840px;
        
       font-size: 12px;
	margin-left: 5px;
        margin-right: 5px;
        margin-top: 0px;
        margin-bottom: 10px;


}


#content a {
        color: #000000;
}


#content p{
font-family: verdana;
color:#000000;
font-size: 11pt;
 margin-left: 16px;
        margin-right: 16px;
}


#content li{
font-family: verdana;
color:#000000;
text-align: left;
font-size:14px;
font-weight:bold;
margin-left: 30px;
}




#content h1{
        color: #3F0303;
	padding-bottom: 2px;
}




#content h3{
font-family: "Times New Roman", Times, serif;
        font-size: 20px;
        color: #3F0303;
        font-weight:bold;
        padding-bottom: 0px;
       margin-bottom: 0px;
	padding-top: 0px;
       margin-top: 0px;

}



#footer {
	clear: both;
	height: 40px;
	width: 862px;
        background-image:url(img/menubg.jpg);
	background: #0C2D01;
}

#footer p {
        padding-top: 10px;
	text-align: center;
        font-size: 12px;
        font-weight: bold;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

table
{
border-collapse:collapse;
}
table, td
{
border: 1px solid black;
height: 32px;
font-size: 18px;
font-family: "Arial narrow";
font-weight: bold;
}


table, th
{
border: 0px ;
height: 32px;
font-size: 18px;
font-family: "Arial narrow";
font-weight: bold;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 52px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
}
