@charset "utf-8";

#container
{
	width: 100%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#container p
{
	text-align: justify;
	margin: 0px;
	margin-bottom: 20px;
	cursor: text;

}
#container a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #91b9a4;
	text-decoration: none;
	border: 0px;
}
#container td p {
	text-align: justify;
	cursor: text;
	margin: 0px;
}

#container a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #C5DACF;
	text-decoration: underline;
	border: 0px;
}

#container img {
	margin: 0px;
	margin-bottom: 10px;
	border: 0px;
}

#leftnav
{
	float: left;
	width: 380px;
}

#rightnav
{
	float: right;
	width: 380px;
}

#centercontent
{
	max-width: 800px;
}

#leftnav h1, #rightnav h1 {
	font-size: 2.4em;
	color: #8ddee4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
}
#leftnav h2, #rightnav h2 {
	font-size: 2.4em;
	font-weight: normal;
	color: #91b9a4;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 20px;
}

#centercontent h1 {
	font-size: 2.4em;
	color: #8ddee4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
}

#centercontent h2 {
	font-size: 2.4em;
	font-weight: normal;
	color: #91b9a4;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 20px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.titlegrey {color: #999999}
