#Layer1 {
	position:absolute;
	width:800px;
	height:600px;
	z-index:1;
	right:0px;
	top:0px;
	cursor:default;	
}
#Layer2 {
	position:absolute;
	width:600px;
	height:180px;
	z-index:1;
	right:10px;
	top:488px;
	cursor:default;
}
#Layer3 {
	position:absolute;
	width:120px;
	height:180px;
	z-index:1;
	right:645px;
	top:488px;
	cursor:default;
}

A:link {
	color: #E62516; text-decoration: none; font-weight: bold; border-bottom: 2px dotted #EB7D28;
}
A:visited {
	color: #E62516; text-decoration: none; font-weight: bold; border-bottom: 2px dotted #EB7D28;
}
A:active {
	cursor: help; text-decoration: none;
}
A:hover {
    cursor: help; color: #EB7D28; font-weight: bold; border-bottom: 2px dotted #E62516;
}

BODY {
background-image:url(bg.jpg);
background-repeat: repeat;
background-attachment: scroll;

font-family: trebuchet ms;
font-size: 8pt;
color: #EB7D28;
font-style: normal;
text-align: justify;
text-decoration: none;
letter-spacing: 1px;}

h1, h3 {font-family: century gothic;
font-size: 12pt;
color: #EB7D28;
text-align: left;
font-weight: normal;
font-style: italic;
background-color: none;
letter-spacing: 8px;
text-transform: capitalize;
border-left: 15px solid #E62516;
padding-left: 25px;}

b {
color: #2B78D2;
text-transform: uppercase;}

i {
color: #40A7A4;
font-style: italic;}

blockquote {
border-left: 10px solid #E62516;
padding-left: 10px;}

.navigate {
color: #E62516;
text-align: left;
line-height: 20px;}

.navigate a:link {
color: #E62516;
border-bottom: 2px dotted #EB7D28;
text-align: left;
line-height: 20px;}

.navigate a:hover  {
color: #EB7D28;
border-left: 10px solid #E62516;
padding-left: 10px;
letter-spacing: 5px;
border-bottom: 2px dotted #E62516;}

.end {border-top: 1px dotted #EB7D28;
text-align: center;}

/* FORMS */
input, select, textarea {
background-color: #ffffff;
border: 1px solid #EB7D28;
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
font-size: 13px;
margin: 0 0 1px 0;
padding: 5px 0;
} option {
background-color: #ffffff;
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
font-size: 13px;
margin: 0 0 1px 0;
padding: 1px;
}

.input1 { 
width: 49%; 
} .input2 { 
width: 120px; 
} .input3 { 
border: 0; 
} 

fieldset { 
background-color: #F5EDE0; 
border: 1px solid #EB7D28; 
margin: 0 auto 12px auto; 
padding: 10px;
} fieldset label { 
float: left; 
padding: 0 1%;
text-align: right; 
width: 48%; 
} fieldset legend { 
color: #E62516; 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 17px; 
} fieldset p { 
margin: 0 0 4px 0; 
text-align: justify;
}

.tc { text-align: center; }
 .tl { text-align: left; }
  .tr { text-align: right; }
.tb { margin: 0 0 2px 0; }

.big { font-size: 16px; }
 .small { font-size: 10px; }