.backstyle {
	background-repeat: repeat-x;
}
.floatleft {
float: left;
margin-top: 20px; 
margin-bottom: 0px;
margin-left: 20px;
margin-right: 10px;
}

.floatright {
float: right;
margin-top: 20px;
margin-bottom: 0px;
margin-left: 250px;
margin-right: 20px;
}

a:link { 
color: #FF9900; 
text-decoration: none;
}

a:visited { 
color: #FF9900; 
text-decoration: none;
}

a:hover {
color: #33CC66; 
text-decoration: underline;
} 


p {
    font-family: arial, verdana, helvetica;
	color: #000000;
    font-size: normal;
	font-align: justify;
}
.styleh {
    font-family: arial;
	color: #990000;
    font-size: 22px;
	font-align: normal;

}
.stylehs {
    font-family: microsoft sans serif;
	color: #FF9900;
    font-size: 20px;
	font-align: normal;
	font-weight: bold;
}
.stylehsd {
    font-family: arial;
	color: #FFFFFF;
    font-size: large;
	font-align: normal;
	font-weight: bold;
}
.style1 {
    font-family: arial;
	color: #99CC00;
    font-size: 14px;
	font-align: center;
	font-style: bold;
}
.style1h {
    font-family: firenze sf;
	color: #FF9900;
    font-size: large;
	font-align: justify;
	font-style: italic;
}
.style2 {
    font-family: tahoma, arial, helvetica, verdana;
	color: #339999;
    font-size: 12px;
	font-align: justify;
	font-style: normal;
}
.style2x {
    font-family: tahoma, arial, helvetica, verdana;
	color: olive;
    font-size: 14px;
	font-align: justify;
	font-style: normal;
}

.style2g {
    font-family: tahoma;
	color: #FF9900;
    font-size: 16px;
	font-align: justify;
	font-style: normal;
}
.style3 {
    font-family: tahoma, arial, helvetica, verdana;
	color: #FFFFFF;
    font-size: 12px;
	font-align: left;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFE1;
}
div#header {
    clear: both;
    height: 50px;
    background-color: #FFFFFF;
    padding: 1px;
}
div#headerline {
    clear: both;
    height: 20px;
    padding: 0px 0px 0px 30px;
	text-align: left;
	font-family: arial;
	font-weight: bold;
}
div#left {
    float: left;
    width: 30px;
}
div#right {
    float: right;
    padding: 0px 0px 30px 10px;
    width: 500px;
	text-align: center;
	align: center;
}
div#middle {
	padding: 0px 50px 30px 30px;
    margin: 0px;
	text-align: justify ;
}
div#footer {
	padding: 0px 0px 0px 30px;
	background-color: #FEBD7E;
    margin: 0px;
	text-align: left ;
	font-family: news gothic;
	font-weight: normal;
	color: #ffffff;
	font-size: 14px;
}
div#footer {
    padding: 0px 0px 0px 30px;
	clear: both;
	background-color: #FEBD7E;
	font-family: news gothic;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
}
