body {
    font: 9pt/13pt "Lucida Grande",Lucida,sans-serif;
    background-color:#2c2626
}   

p 
{
    font-size: 10pt; font-family: Times,serif; 
}

h3
{
    font-size: 12pt;
}

h1, h2, h3, h4 
{
    color:rgb(52, 110, 78);
    padding-top:0.5em;
    font-size: 10pt;
    font-family:Helvetica,Arial,sans-serif}
    
a 
{ text-decoration: none; ; color: #FFFFCC}
a:visited { text-decoration: none;}
a:link {  text-decoration: none;}
a:active { text-decoration: none;}
a:hover
{  text-decoration: none;}

p.section {
font-size: 12pt; font-family: Helvetica,Arial,sans-serif; font-style: normal; }

.title { font-size: 10pt; font-family: Helvetica,Arial; color:white}


img { border:0px; width:300px; height:450px;}
img.unresized { width:auto; height:auto;padding-right:3px;/*width:100%; height:100%*/
}
.site_content
{
    margin-left:150px;
    margin-top:100px;
    height:67px;
    width:700px;
    /*border:1px solid gray;*/
    background:#dadc93;
    text-align:center;
}

p.construction
{
    font:20px Georgia, Helvetica;
}




table
{
    border:0;
}


*#link { 
    font:12px Georgia, Helvetica;
    color:white;
    text-align:right;
    }
a:active #link,  #link a:hover{ color:white}



#header, #footer{
	clear:both;
	width:100%;
	color:rgb(77,25, 23);
}
#header
{
	font-size:7pt;
}

#footer{
	font-size:7pt;
	padding-top: 30pt;
	text-align:right;
}

#menu{
    width:100%;
    margin-left:5px;
    border-bottom: 2px solid white;
}    


#right_content{
    width:50%;
    float:right;
    padding:2px;
}

#left_content
{
	width:50%;
	float:left;
    padding-right:15px;
    margin:10px;
}

.right_content{
	font-size:8pt;
	padding:4pt;
 	color:white;
	background:#d70707;
	border-top:1px solid white;
}

.right_content h3{
	font-size:8pt;
	font-weight:bold;
	color:white;
}

.side_content ul{
	padding:0;
}

.side_content li{
    list-style-type:dotted;
}

