/*body*/
html, body{ 
	background-color: #003333;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family:  "Trebuchet MS", Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	} 

.alignright
{
clear: both;
float: right;
}

.alignleft
{clear:both;
float:left;
}

a
{	
outline: none;		
overflow: hidden;	}	

#container
{	
	width:800px;
	padding:20px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;	
	min-height: 500px;
	}
	

#content h1
{
margin: 25px 0;
font-size: 1.5em;
font-weight: normal;
font-style: italic;
color: #3300ff;
}
#content h2
{

font-size: 1.2em;
font-weight: normal;
color: #000;
}
#content h3
{

font-size: 1em;
font-weight: normal;
color: #006666;
}

#content h4
{
margin: 5px;
font-size: 1.3em;
font-weight: bold;
color: #000;
}

#content h5
{
margin: 45px 15px;
font-size: 1em;
font-weight: bold;
font-style: italic;
color: #069;
}

#content p
{
margin: 5px;
font-size: 1.3em;
font-weight: bold;
font-style: italic;
color: #069;
}

a
{font-size: 1em;
text-decoration: none;}


