body {
background-color: #FFFF99;
margin-top: 50px;
padding: 0px;font-family: Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;}

h1 { font-size: 1em;
	color: #FF3333
}
h4 {font-size: 0.85em;
color: #FF3333

}

a:link {
color: #0066FF;

text-decoration: none;}

a:visited{color: #0066FF;

text-decoration: none;}

a:hover{color: #0066FF;
text-decoration: underline;
}

HR {
background-color: #ff3333;
border: 0px;
clear: left;
color: #ff3333;
float: center;
height: 1px;
margin: 4px 0px 4px 0px;
width: 60%;
}

#wrapper {

	width: 800px;
    background-color: #ef4242;
    margin: 0 auto;
    padding: 5px;
    border-top: 0px outset;
    border-left: 0px outset;
    border-right: 0px inset;
    border-bottom: 0px inset;
    }

#header {
	background-color: #ffffff;
	height: 170px;
	width: 800px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;

}


#menu {
	border-bottom: 1px solid #ef4242;
	border-left: none;
	border-right: none;
	background-color: #FFFF99;
	width: 800px;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ef4242;
	padding-top: 5px;
	padding-bottom: 5px;


    }

#menu UL {
	padding: 0px;
	margin: 0px;



}

#menu UL LI {
	PADDING-RIGHT: 10px;
	DISPLAY: inline;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	font-size: 12px;

}

#menu UL LI A {
	COLOR: #FF3333;
    text-decoration: none;
    }
    
#menu UL LI A:hover {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	COLOR: #333333;
	BORDER-RIGHT-WIDTH: 0px;
	text-decoration: underline;

}

#main {
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #ffffff;
        padding: 10px;
	width: 780px;
	max-width: 780px;
text-align: center;}
	
#main p{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#main a{color: #ff3333;  }
       
#main a:hover{color: #0066ff;
	text-decoration: underline;}
	
#footer{
	border-bottom: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF3333;
	background-position: left;
}

#footer a{
	color: #666666;
	text-decoration: underline;
}

#footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
