html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, object{margin: 0;padding: 0; border: 0;}

#logo{
/*	background-color:#006E55;
*/	width:775px;
	}

#logo2{
	background-color:#F2E7BA;
	width:775px;
	}	
	
html{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #3C385C;
	background-color:#FFF;
	}

p,input,textarea{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}	
	
p	{
	line-height: 150%;
	margin:10px 10px 10px 10px;
	}	
	
td	{
	margin:10px;
	}	
	
h1	{
	font-size:150%;
	margin:10px 10px 10px 10px;	}
	
h2	{
	font-size:125%;
	margin:0 10px 0 10px;
	}
	
#nav{
	height:200px;
	width:775px;
	font-size:0;
	}
	

#footer{
	text-align:center;
	font-size: 80%;
	padding: 0 0 10px 0;
	}

#content{
	width:775px;
	border-left-color:#AEB9CD;
	background-color:#AEB9CD;
	text-align:justify;	
	overflow:hidden;
	}
	
#left{
	float:left;
	width:185px;
	}		

#right{
	float:right;
	background-color:#f6f8fc;
	width:590px;
	position:relative;
	}	