/*content style (text=pageContent)*/

body
{
	font-size: 11px;
	color: #5B5B5B;
	font-family: Arial;
}

h1 {
	font-size: 16px;
	color: #5B5B5B;
	font-family: Arial;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #5B5B5B;
	font-family: Arial;
}

div#ad1 {
	z-index: 1;
	background-color: transparent;
	position: absolute;
	top: 30px;
	left: 630px;

}

div#ad2 {
	z-index: 2;
	background-color: transparent;
	position: absolute;
	top: 635px;
	left: 30px;
}

div#main {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}


.nav
{
	font-size: 16px;
	text-decoration:none;
	color: #5B5B5B;
	font-family: Arial;
}

.nav_highlight
{
	font-size: 16px;
	text-decoration:none;
	color: #FF7700;
	font-family: Arial;
	font-weight: bold;
}

a.nav:link
{ text-decoration:none; }

a.nav:visited { text-decoration:none; }
a.nav:hover   { color:green; text-decoration:none; }
a.nav_highlight:hover   { color:green; text-decoration:none; }
a.nav:active  { color:red; text-decoration:none; }

.interhome
{
	font-size: 15px;
	text-decoration:none;
	color: #FF7700;
	font-family: Arial;
	font-weight: bold;
}

.footer
{
	font-size: 11px;
	color: #5A5A5A;
	font-family: Arial;
}

.top-bg
{
	background-color: #D9EBDD;
}

.menu-bg
{
	background-color: #639D9D;
}

.submenu-bg
{
	background-color: #D9EBDD;
}

.bg
{
	background-color: #D9EBDD;
}
