body, #page_body
{
	background-color: #666;
	border: 0;
	margin: 3px 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
}

div
{
	padding: 0;
	margin: 0;
}

#logo
{
	height: 80px;
	background: url("/images/site/logo.jpg") repeat-x black;
	border-bottom: 1px solid #999;
	text-align: center;
	font-size: 44pt;
	font-weight: bold;
	color: white;
	margin: 0;
	padding-top: 20px;
}

#content
{
	color: white;
	border-left: 1px solid #152E3F;
	background: url("/images/site/contenttop.gif") repeat-x #3A5D98;
	margin: 0;
	padding: 8px;
	font-size: 8pt;
	vertical-align: top;
}

#content h1, #content h1.centered
{
	margin: 0;
	padding: 0;
	font-size: 15pt;
}

#content h1.centered
{
	text-align: center;
}

#copyright
{
	height: 20px;
	color: white;
	text-align: center;
	background: url("/images/site/menubg.png") repeat-x black;
	margin: 0;
	font-size: 7pt;
	padding-top: 7px;
}

#copyright a, #copyright a:visited, #content a, #content a:visited
{
	color: white;
	text-decoration: none;
}

#copyright a:hover
{
	color: yellow;
	text-decoration: underline;
}

#content a:hover
{
	color: #b3dbf7;
	text-decoration: underline;
}

/* ********** Links Pages ********* */

.link
{
	margin-bottom: 15px;
}

.linktitle
{
	background-color: #c0dcc0;
	font-size: 11pt;
	font-weight: bold;
	color: #040;
	padding: 3px;
	border-right: 1px solid #080;
	border-bottom: 1px solid #080;
}

.linktitle a, .linktitle a:visited
{
	color: #040;
	text-decoration: none;
}

.linktitle a:hover
{
	color: #f60;
	text-decoration: underline;
}

.linkpages
{
	float: right;
	border: 1px solid black;
	padding: 2px;
	background-color: #0c6b0b;
	color: white;
}

.linkpages a, .linkpages a:visited
{
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

.linkpages a:hover
{
	color: white;
	text-decoration: underline;
}

.linktext
{
	margin: 0 10px 0 20px;
	text-align: justify;
}

.website
{
	font-style: italic;
	margin-left: 35px;
}

.website a, .website a:visited
{
	font-style: normal;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

.website a:hover
{
	color: #080;
	text-decoration: underline;
}

/* ****** NEWS ******* */

.news
{
	margin: 5px 0 0 20px;
	background-color: #4775B9;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px #5D85C1;
	border-bottom: solid 1px #5D85C1;
	padding: 0 10px 5px 5px;
}

.newstitle
{
	font-size: 10pt;
	font-weight: bold;
	color: #eee;
	padding: 2px 0 10px 5px;
	margin-top: 20px;
}

.newstext
{
	font-size: 8pt;
	color: white;
}

.newspub
{
	font-size: 7pt;
	text-align: right;
	font-style: italic;
	color: #eee;
}

.newspic
{
	float: left;
	padding: 5px 10px 5px 5px;
}

/* ********** FAQs ********* */


.faqq
{
	font-size: 10pt;
	font-weight: bold;
	color: white;
	margin: 10px 0 5px 0;
}

.faqa
{
	font-size: 9pt;
	text-align: justify;
	color: black;
	margin: 0 0 15px 30px;
	padding: 5px;
	border: 1px solid black;
	background-color: #aacdf8;
}


