
/* Body */
body {
 font-family: Tahoma, Verdana, Arial, Sans-Serif;
 background-color: White; 
 position: absolute;
 width: 1000px;
 left: 50%;
 margin-left: -500px;
}

/* Top Row -- Logo's */
.style11 {
 position: absolute;
 top: 0px; 
 padding-top:  5px;
 padding-left: 5px;
 width:  775px;
 height: 120px;
 background-color:#f2f2f2;
}
.style12 {
 position: absolute;
 top: 0px;
 padding-top: 5px;
 left: 780px; 
 width:  220px;
 height: 120px;
 background-color:#f2f2f2;
}
.logo {
 width:  775px; 
 height: 115px; 
} 

/* Middle section, menu */
.style21 {
 position:absolute; 
 top:  125px;
 padding-left: 5px;
 left: 0px;
 width:  170px;
 height: 480px;
 background-color:#f2f2f2;
}
.menu {
 padding-left: 4px;
 width:150px;
 height:30px; 
 padding:1px;
 border:0;
}
.style22 {
 position: absolute;
 top:    125px;
 left:   170px;
 width:  610px;
 height: 480px;
}
.style23 {
 position: absolute;
 top:    125px;
 left:   780px;
 width:  220px;
 height: 480px;
}

/* Alternate middle section */
.style22a {
 position: absolute;
 top:    125px;
 left:   170px;
 width:  450px;
 height: 480px;
}
.style23a {
 position: absolute;
 top:    125px;
 left:   620px;
 width:  380px;
 height: 480px;
}

/* Bottom section, hosting information */
.style31 {
 position: absolute;
 top:      620px;
 left:       0px;
 width:   1000px;
 height:    25px;
}

/* Text */
.space20 {
 padding-left: 20px;
}
p {
 text-align: left;
 padding-left: 5px; 
 font-family: Tahoma; 
 font-size: 14px; 
}

h3 {
 text-align: left;
 padding-left: 20px; 
 font-family: Tahoma; 
 font-size: 16px; 
}
h4 {
 text-align: left;
 padding-left: 20px; 
 font-family: Tahoma; 
 font-size: 12px; 
}

li {
 text-align: left;
 padding-left: 10px; 
 padding-top: 5px;
 font-family: Tahoma; 
 font-size: 13px; 
}


div
{
SCROLLBAR-ARROW-COLOR:#716142;
SCROLLBAR-FACE-COLOR:#FCF8F0;
SCROLLBAR-TRACK-COLOR:#FCF8F0;
SCROLLBAR-HIGHLIGHT-COLOR:#716142;
SCROLLBAR-SHADOW-COLOR:#716142;
SCROLLBAR-3DLIGHT-COLOR:#FCF8F0;
SCROLLBAR-DARKSHADOW-COLOR:#FCF8F0;
   /* height: 145px;*/
}
div.g
{
SCROLLBAR-ARROW-COLOR:#6B593B;
SCROLLBAR-FACE-COLOR:#E3DACB;
SCROLLBAR-TRACK-COLOR:#E3DACB;
SCROLLBAR-HIGHLIGHT-COLOR:#6B593B;
SCROLLBAR-SHADOW-COLOR:#6B593B;
SCROLLBAR-3DLIGHT-COLOR:#E3DACB;
SCROLLBAR-DARKSHADOW-COLOR:#E3DACB;	
}

form {
	margin: 0px;
}

fieldset {
     border: none;
}
fieldset div{
   
}
fieldset div label {
    text-align: left;
    color: #666;
    float: left;
    display: block;
    line-height: 1.1;
}     
fieldset div input {
    border-width: 1px;
    border-style: solid;
    border-color: #633d77 #a3b4c4 #c7d2de;
    color: #333;
    display: block;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 1.1;
    margin: 5px 0 0 120px; 
    padding: 0;
    width: 220px;
}
fieldset div input:focus {
     border-color: #633d77;
}

fieldset div textarea {
     display: block;
     line-height: 1px;
}

.top
{
	color:#DFDD9D;
	font-family:Arial;
	font-size:9px;
	
}
a.top
{
	color:#DFDD9D;
	text-decoration:none;
}
a.top:hover
{
	color:#DFDD9D;
	text-decoration:underline;
}
.copy
{
	color:#DFDD9D;
}
a.copy
{
	color:#DFDD9D;
	text-decoration:none;
}
a.copy:hover
{
	color:#DFDD9D;
	text-decoration:underline;
}
.head
{
	color:#716142;
	font-size:12px;
}
a.red
{
	color:#A84D02;
	text-decoration:underline;
}
a.red:hover
{
	color:#A84D02;
	text-decoration:none;
}
a.red_none
{
	color:#A84D02;
	text-decoration:none;
}
a.red_none:hover
{
	color:#A84D02;
	text-decoration:underline;
}
.green
{
	color:#6B593B;
}
