body, p, table {
	color: #a87c88;
	font-size: 11px; font-family: georgia; text-align: justify;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color: #dae9cc;
    background-image: url(images/bg.jpg);
    text-align: "justify";
}

p {
    background-color: transparent;
    padding-left: 12px;
    padding-top: 12px; 
}

table {
    text-align: "justify";
}

.sectionname 
{font-family: georgia; text-transform: lowercase; font-size: 32px; color: #976a6a; font-weight: normal; letter-spacing: 0px; margin: 0 0 -15px 0; text-align:right; font-style: italic;}
.areaname 
{font-family: trebuchet ms; text-transform: uppercase; font-size: 15px; color: #6F524C; letter-spacing: 3px; font-weight: bold; text-align:right; margin: 0 0 0 0;} 


h1 {
text-transform: lowercase;
font-size: 18px;
color: #a87c78;
font-family: georgia; 
font-weight: normal;
font-style: italic;
letter-spacing: 2px; 
text-align: right;
}

h1:first-letter {
font-size: 40px;
color: #572612;
font-family:Times New Roman;
font-weight: bold;
font-style: italic;
}

h3 {
font-size: 18px;
color: #a87c78;
font-family: georgia; 
font-weight: normal;
font-style: italic;
letter-spacing: 2px; 
text-align: left;
margin-bottom: 2px;
}

h2 {
font-size: 18px;
color: #a87c78;
font-family: georgia; 
font-weight: normal;
font-style: italic;
letter-spacing: 2px; 
text-align: right;
padding-right: 0px;
}

h2:first-letter, h3:first-letter {
font-size: 26px;
color: #572612;
font-family:Times New Roman;
font-weight: bold;
font-style: italic;
}

h1 span.divider {
	visibility: hidden;
}
h1 span.subtitle {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #816F50;
	text-transform: none;
	margin-top: -3px;
	padding-left: 5px;
}

h2 span.divider {
	visibility: hidden;
}
h2 span.subtitle {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #816F50;
	text-transform: none;
	margin-top: -3px;
	padding-right: 5px;
}

h3 span.divider {
	visibility: hidden;
}
h3 span.subtitle {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #816F50;
	text-transform: none;
	margin-top: -3px;
	padding-left: 10px;
}


.buttonscontainer {width: 119px; text-align: center;}

.buttons a {
color: #5d3d35;
background-color: #ffffff;
padding: 2px;
padding-right: 3px;
display: block;
border-right: 5px solid #CBBEB3;
border-left: 5px solid #CBBEB3;
font-weight: bold;
text-decoration: none;
text-align: center;
margin-top: 1px;
width:109px;
opacity: .2;
filter: alpha(opacity=20);
}

.buttons a:hover {
border-right: 5px solid #CBBEB3;
border-left: 5px solid #CBBEB3;
text-decoration: none;
color: #5d3d35;
background-color: #ffffff;
border-bottom: 0px;
font-weight: bold;
text-decoration: none;
opacity: .3;
filter: alpha(opacity=30);
}

.buttons a:visited {
color: #5d3d35;
}

.box {
width: 80%;
background-color: white;
color: #572612;
padding: 2px;
margin: 0px;
border: 2px solid #a87c88;
opacity: .4;
filter: alpha(opacity=40);
}



.border {
border: solid #43382b 1em;
border-image: url("images/bg.gif") 27 27 27 27 round stretch;
}

/* Input Fields */
input { font-family:georgia; 
line-height: 12px; 
background-color: white;
color: #44392d;
padding: 2px;
margin: 0px;
border: 2px solid #44392d;
opacity: .2;
filter: alpha(opacity=20);
border:#44392d 2px solid;
font-size: 10px;}

textarea { font-family:georgia; 
line-height: 12px; 
background-color: white;
color: #44392d;
padding: 2px;
margin: 0px;
border: 2px solid #44392d;
opacity: .2;
filter: alpha(opacity=20);
border:#44392d 2px solid;
font-size: 10px;}

select { font-family:georgia; 
line-height: 12px; 
background-color: white;
color: #44392d;
padding: 2px;
margin: 0px;
border: 2px solid #44392d;
opacity: .2;
filter: alpha(opacity=20);
border:#44392d 2px solid;
font-size: 10px;}


/* Hyper Links */
a {
color:#976a6a;
text-decoration:none;
text-transform: uppercase;
font-family:georgia; line-height: 12px;
font-size: 7.5pt;
font-weight: bold;

}

a:visited {
color:#976a6a;
text-decoration:none;
text-transform: uppercase;
font-family:georgia; line-height: 12px;
font-size: 7.5pt;
font-weight: bold;
}

a:hover {
color:#9f9588;
text-decoration:none;
text-transform: uppercase;
font-family:georgia; line-height: 12px;
font-size: 7.5pt;
font-weight: bold;
}


#menu a {
color:#976a6a;
text-decoration:none;
text-transform: lowercase;
font-family:georgia; line-height: 14px;
font-size: 12pt;
font-weight: normal;
}

#menu a:visited {
color:#976a6a;
text-decoration:none;
text-transform: lowercase;
font-family:georgia; line-height: 14px;
font-size: 12pt;
font-weight: normal;
}

#menu a:hover {
color:#9f9588;
text-decoration:none;
text-transform: lowercase;
font-family:georgia; line-height: 14px;
font-size: 12pt;
font-weight: normal;
}

/* No Borders Images */
img { border: 0; }

