html, body, div, p, h1, h2, h3, h4, ul, li, img, table, tr, td	{
padding: 0px;
margin: 0px;
border: 0px;
line-height:0em;
color:white;
}
body	{
background:white;
}
html, body,table	{
height:100%;
width:100%;
}
table	{
border-collapse:separate;
border:20px solid white;
}
td	{
width:50%;
}
ul	{
list-style:none;
padding-top:4px;
}
li a	{
border: 2px solid white;
padding:2px 10px;
}
li a:hover	{
border:2px solid #DAC164;
padding:2px 10px;
}
li, li a	{
font-family:times, serif;
font-size:16px;
font-weight:300;
line-height:1.2em;
font-variant:small-caps;
text-decoration:none;
color:#195F1B;
margin:0px 0px 10px 0px;
}
h4, h4 a	{
font-family:times, serif;
font-size:14px;
font-weight:300;
line-height:1.2em;
font-variant:small-caps;
text-decoration:none;
color:#195F1B;
margin:10px 0px 20px 0px;
}
h4 a, h4 a:hover	{
border:2px solid white;
padding:2px 4px;
}
h4 a:hover	{
border-color:#DAC164;
}
h1	{
color:#165919;
font-family:times, serif;
font-size:20px;
line-height:1.2em;
margin:1em 0em 0em 2em;
min-width:200px;
} 
h2	{
position:absolute;
font-size:45px;
line-height:1.2em;
font-weight:400;
letter-spacing:3px;
}
h3	{
color:#165919;
font-family:times, serif;
font-size:18px;
line-height:1.2em;
margin:1em 0em 0em 2.5em;
min-width:200px;
} 
#wrap	{
width:100%;
}
#text	{
border-left:3px solid #BBA02B;
margin-left:190px;
margin-top:60px;
padding-bottom:20px;
}
p	{
margin-top:1em;
font-family:times,serif;
font-size:16px;
color:#165919;
line-height:1.2em;
padding:0px 20px 0px 3em;
}
p a	{
color:#165919;
text-decoration:none;
border-bottom:1px solid #BBA02B;
}
p a:hover	{
color:#BBA02B;
text-decoration:none;
border-bottom:1px solid #165919;
border-top:1px solid #165919;
}
.imagefloat	{
float:right;
margin:5px 20px 10px 20px;
padding:4px;
border:2px solid #BBA02B;
}
.clearfix:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 