/*
Colors

51754E green
847A94 purple
7A6D7F dark purple

*/

/***************************************************************** FONTS */

h2, h3, 
body, p, td, ol, ul, li
{	
	font-size:13px;
	line-height:16px;
	font-family:"Trebuchet MS",Helvetica,Geneva,Sans-serif; 
} 

h1 
{	
	font-family:Georgia, "Times New Roman", Times, serif;
}

{	
	font-family:Arial,Helvetica,Geneva,Sans-serif;
}

/***************************************************************** HTML ELEMENTS */



body
{
	background-color:#51754E; 
	color:gray;
	margin:0;
	padding:0;
}

h1
{
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	margin:24px 0 0px 0;
	padding-bottom:5px;
	border-bottom:2px dotted silver;
	color:#7A6D7F ;
}

h2
{
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	color:#444;
	margin:15px 0 0px 0;
	padding-bottom:3px;
}

h3
{

}

p
{
	margin-top:6px;
	margin-bottom:6px;
}

li
{
	margin-top:3px;
	margin-bottom:0;
}

ol, ul
{
    margin-bottom: 5px;
    margin-top: 0px;
}

ul
{
	list-style-type:square;
}

a
{
    color:#51754E;
    font-weight: bold;
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
}


/***************************************************************** CONTENT AREAS */



div#Main
{
	width:575px;
	background-color:white;
	text-align:center;
}

div#Masthead
{
	background-color:#847A94;
	text-align:left;
}

div#Content
{
	background-color:white;
	padding:15px;
	text-align:left;
}

img.FloatRight
{
	float:right;
	margin:0 0 10px 10px;
	border-left:10px solid white;
}
