/* Generic stuff  */

body { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt !important;
color: #000;
}

img {
border : 0;
}	

.imgr {
float: right;
margin: 0 25px 10px 25px;
}

.imgl {
float: left;
margin: 0 15px 40px 0;
}

p { 
margin-top: 0;
line-height: 1.3em;
}
	
a:link, a:visited { 
text-decoration: none;
color: #000;
}
	
a:hover, a:active { 
text-decoration: none;
color: #000;
}
	
.clearboth { clear: both; }
	
	
/* stuff to hide */	
	
#nav, #footer, .hide, div#email4 {
display: none;
}
	
/* Main Content   */

#content {
clear: both;
}

h1 {
font-size: 20pt;
font-weight: normal;
margin-bottom: 30px;
font-family: Georgia, "Times New Roman", Serif;
}

h2 {
font-size: 18pt;
font-weight: normal;
font-family: Georgia, "Times New Roman", Serif;
margin-bottom: 15px;
}

h3 {
font-size: 16pt;
font-weight: normal;
margin-bottom: 15px;
}

h4 {
font-size: 13pt;
font-weight: normal;
margin-bottom: 5px;
}

#content p {
margin-bottom: 20px;
}

#content ul {
margin: 15px;
padding: 0;
font-size: 10pt !important;
list-style: disc;
} 

#content ul li {
margin-bottom: 5px;
} 

#content ol {
margin: 15px 15px 15px 30px;
padding: 0;
} 

#content ol li {
margin: 0;
}  

.menu { 
/* float:left; 
display: inline;
width:315px;
margin: 0 10px 20px 10px; 
padding: 15px 5px 5px 5px; 
border:solid 1px #ccc */
}


/* sidebar */

#sidebar {

}

#sidebar p {
float: left;
display: inline;
margin: 0 30px 30px 0;
font-family: Georgia, "Times New Roman", serif;
font-size: 10pt;
}



