* {
margin: 0;
}
body {
background-color: #ffffff;
margin: 0px;
font-size: 12px;
line-height: 16px;
font-family: verdana, "Times New Roman", "Trebuchet MS", Helvetica, sans-serif;
color: #000000;
}
#layout {
width: 800px;
text-align: left;
margin: 0px auto;
background-color: #ffffff;
padding-left: 5px;
padding-right: 5px;
}
#header {
margin: 0 auto;
height: 195px;
font-size: 12px;
line-height: 16px;
font-family: verdana, "Times New Roman", "Trebuchet MS", Helvetica, sans-serif;
color: #000000;
background-color: #ffffff;
}
#text {
text-align: justify;
font-size: 12px;
line-height: 16px;
font-family: verdana, "Times New Roman", "Trebuchet MS", Helvetica, sans-serif;
color: #000000;
background-color: #ffffff;
}
#footer {
text-align: left;
font-size: 12px;
line-height: 16px;
font-family: verdana, "Times New Roman", "Trebuchet MS", Helvetica, sans-serif;
color: #000000;
background-color: #ffffff;
clear: both;
}
a {
text-decoration: underline;
color: #DB2C0F;
background: #ffffff;
}
a:visited {
color: #DB2C0F;
text-decoration: none;
}
a:hover {
color: #DDCF26;
text-decoration: underline;
}
a:active {
color: #DB2C0F;
text-decoration: none;
}
img { 
border: 0;
}
img.floatLeft { 
    float: left; 
margin-right: 5px;
margin-bottom: 11px;
}
img.floatRight { 
    float: right; 
margin-left: 5px;
margin-bottom: 11px;
}	
h3 {
background-color: #ffffff;
border-bottom: 3px solid #DB2C0F;
color: #000000;
font-family: verdana, "Times New Roman", "Trebuchet MS", Helvetica, sans-serif;
text-align: right;
font-size: 20px;
line-height: 25px;
letter-spacing: 1px;
margin-bottom: 11px;
margin-top: 11px;
}
h4 {
margin-bottom: 11px;
margin-top: 11px;
color: #DB2C0F;
font-family: verdana, "Times New Roman", "Trebuchet MS", Helvetica, sans-serif;
text-align: left;
font-size: 16px;
}
input, textarea, select {
background: #E7C791;
border: 1px inset #DB2C0F;
}
p {
margin-bottom: 11px;
}