* {
	margin: 0;
	padding: 0;
}

a {
	color: #4e68b2;
	text-decoration: none;
}	
a:hover {
	color: #4e68b2;
	text-decoration: none;
}

body {
	background-image:url(images/background-trial.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#header {
	height: 154px;
	margin: auto;
	width: 1036px;
}

#header h1 {
	color: #ffffff;
	font-size: 300%;
	letter-spacing: -3px;
	text-align: center;
	padding: 5px;
	margin-bottom: -20px;
}

#header h2 {
	color: #ffffff;
	font-size: 200%;
	letter-spacing: -2px;
	text-align: right;
}

#navigation
{
	margin: 0 auto;
	width: 1036px;
	height: 25px;
	list-style-type: none;
	list-style-image: none;
}

#navigation li
{
	float: left;
	width: 148px;
	list-style-type: none;
	list-style-image: none;
}

#navigation a
{
	background-image:url(images/hoveroff.gif);
	background-repeat:repeat-x;
	color: #ffffff;
	display: block;
	line-height: 25px;
	text-align: center;
	background-color: #339933;
}

#navigation a:hover
{
	background-image:url(images/hoveron.gif);
	background-repeat:repeat-x;
	color: #006633;
	display: block;
	line-height: 25px;
	text-align: center;
	background-color:#33cc66;
	
}

#navigation .active
{
	background-image:url(images/active.gif);
	background-repeat:repeat-x;
	color: #ffffff;
	display: block;
	line-height: 25px;
	text-align: center;
	background-color: #4E69B1;
	
}

#content {
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 1036px;
	font-size: 9pt;
	color: #ffffff;
	font-weight: normal;
}

#content h1 {
	font-size: 18px;
	padding: 20px 0 0 0;
	color: #4e68b2;
	text-align:center;
}

#content h2 {
	font-size:10pt;
	color:#4e68b2;
	padding: 20px 20px 0px;
	font-weight: bold;
	}
	

#content p 
{
	color:#4e68b2;
	padding: 20px 20px 0;
	text-align:justify;

}
#footer {
	border-top: 1px solid #999; 
	height: 50px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 751px;
}
