/* UNIVERSAL PAGE LAYOUT */

body,th,td,div,p {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color:#000000;
}

body {

background-color:#003300;
}

A{
	color: #004000;
	font-weight: bold;
}

A:visited {
	color: #336633;
	font-weight: bold;
}

A:hover {
	color: #C89806;
	font-weight: bold;
}

A.bg_dark {
	color: #E9ECC8;
	font-weight: bold;
}

A.bg_dark:visited {
	color: #CCD198;
	font-weight: bold;
}

A.bg_dark:hover {
	color: #ffcc33;
	font-weight: bold;
}

DIV.EMAIL {
	position : absolute;
	top : 150px;
	left : 165px;
	width : 300px;
	z-index : 2;
}

DIV.footer {
	position : relative;
	top : 10px;
	left : 0px;
	z-index : 2;
	width : 720px;
	padding : 0px;
	text-align:center;
	font: 10px/12px Arial, Helvetica, sans-serif;
	color:#E9ECC8;
}

DIV.main {
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 1;
	width : 720px;
}

DIV.menu {
	position : absolute;
	top : 10px;
	left : 130px;
	width : 300px;
	z-index : 2;
}

DIV.text {
	margin-left : 35px;
	margin-right : 15px;
	margin-top : 5px;
	margin-bottom : 5px;
	width : 670px;
}

h4.green {
	margin-top : 1px;
	margin-bottom : 5px;
	text-align:center;
	font-family: Arial, Helvetica;
	font-style:italic;
	color: #003000;
	line-height : 18px;
}

P {
	text-align : justify;
	text-indent : 7px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	margin-bottom : 5px;
}
