* {
 margin: 0; 
padding: 0; 
border: 0; }

/*Affects entire layout*/
body {
background: url('ef_vertibg.png') #b2cbbe repeat-y;
font-family: georgia;
font-size: 8pt;
text-align: justify; }


/*Affects individual div layers*/
#head {
margin-top: -50px;
height: 800px;
background: url('ef_header.png') no-repeat; }
 
#foot {
clear: both; }
 
#content {
width: 463px;
float: left;
margin-top: -110px;
padding-left: 10px;
color: #8f726e; }
 
#navi {
width: 200px;
float: left;
margin-top: -150px;
padding-left: 30px;
color: #000000; }


/*Changes style of bolded and underlined text*/
b,strong {
color: #66725a;
border-right: #ffffff 4px solid;
font-family: georgia;
font-size: 8pt;
text-transform: uppercase;
font-weight: normal; }
 
u {
color: #bf9c6d;
border-bottom: #66725a 1px dashed;
font-family: georgia;
letter-spacing: 0px;
font-size: 8pt; }
 

/*Affects links*/
a:active {
color: #849e76;
font-family: georgia;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
background-color: ######; }
 
a:link {
color: #849e76;
font-family: georgia;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
background-color: ######; }
 
a:visited {
color: #849e76;
font-family: georgia;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
background-color: ######; }
 
a:hover {
color: #66725a;
font-family: georgia;
font-size: 8pt;
font-weight: normal;
text-decoration: italic;
background-color: ######; }
 
.nav:active {
color: #849e76; 
background-color: ######;
text-decoration: none;
border-style: solid;
border-color: #767c76;
border-bottom-width: 0px;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
padding: 0px 0px 0px 0px;
display: block;
text-transform: lowercase;
text-align: center;
width: 200px; }
 
.nav:link {
color: #849e76; 
background-color: ######;
text-decoration: none;
border-style: solid;
border-color: #767c76;
border-bottom-width: 0px;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
padding: 0px 0px 0px 0px;
display: block;
text-transform: lowercase;
text-align: center;
width: 200px; }
 
.nav:visited {
color: #849e76; 
background-color: ######;
text-decoration: none;
border-style: solid;
border-color: #767c76;
border-bottom-width: 0px;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
padding: 0px 0px 0px 0px;
display: block;
text-transform: lowercase;
text-align: center;
width: 200px; }
 
.nav:hover {
color: #66725a; 
background-color: ######;
background-image: url('ef_linkbg.png');
background-position: center;
background-repeat: no-repeat;
text-decoration: none;
border-style: solid;
border-color: #767c76;
border-bottom-width: 0px;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
padding: 0px 0px 0px 0px;
display: block;
text-transform: lowercase;
text-align: center;
width: 200px; }


/*Affects headers and header subtitles*/
h3.three {
position: relative; 
top: -10px; 
left: 0px; 
font: italic 20pt georgia; 
color: #bf9c6d;
text-shadow: 2px 2px 0px #f5eee1;
border-style: dashed;
border-color: #FFFFFF;
border-bottom-width: 1px;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
text-align: right; } 
 
h4.four {
position: relative; 
top: -20px; 
font: italic 8pt georgia; 
color: #66725a; 
margin-left: 0px; 
margin-bottom: 0px;
text-align: right; }
 
.header {
border-style: dashed;
border-color: #FFFFFF;
border-bottom-width: 1px;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
background-image: url('ef_headbg.png');
background-position: top left;
background-repeat: no-repeat;
font-family: georgia; 
font-size: 25pt;
font-style: italic;
line-height: 70px;
color: #abb092; 
letter-spacing: -2px;
text-align: left;
padding-left: 100px;
text-shadow: 2px 2px 0px #FFFFFF; }
 

/*Stylizes input areas and textareas*/
select, input, textarea {
border: dashed 1px; 
border-color: #ffffff;
font-family: georgia; 
font-size: 7pt; 
color: #66725a;
background-color: ######; }


/*Affects images*/ 
.align-left { 
 float:left; 
margin: 0 10px 05px 0; }


/*Affects tables in navigation*/
.navtab { 
background-color: #d7dfd3;
font-family: georgia; 
font-size: 8pt;
color: #9d4b09; 
letter-spacing: 0pt;
text-align: justify;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 5px; }

