/* CSS Document */

A:link {text-decoration: none; font-weight:bold; color:red;}
A:visited {text-decoration: none; color:red;}
A:active {text-decoration: none;  color:red;}
A:hover {text-decoration: underline; color:#003366;}

#menu A:link {text-decoration: none; color:#fff; font-weight:bold;}
#menu A:visited {text-decoration: none; color:#fff; font-weight:bold;}
#menu A:active {text-decoration: none;  color:#fff; font-weight:bold;}
#menu A:hover {text-decoration: underline; color:#fff; font-weight:bold;}

.footer-text A:link {text-decoration: none; color:#fff; font-weight:bold;}
.footer-text A:visited {text-decoration: none; color:#fff; font-weight:bold;}
.footer-text A:active {text-decoration: none;  color:#fff; font-weight:bold;}
.footer-text A:hover {text-decoration: underline; color:#fff; font-weight:bold;}

* {
	margin: 0;
}

html, body {
	height:100%;
	background: #003300;
	font-family:'Arial', Arial, sans-serif;
	font-size:100%;
	text-align:center;
	color:#000;
	}
	
#invis {
	position:relative;
	width:960px;
	margin:0 auto;
	}

/*Header*/
	
#header {
	position:absolute;
	background:transparent url('images/header.jpg') no-repeat top center;
	width:960px;
	height:300px;
	top:0px;
	left:0px;
	z-index:1;
	}

	
#menu {
	position:absolute;
	top:202px;
	right:75px;
	width:500px;
	line-height:20px;
	text-align:right;
	font-family:'Arial', Arial, sans-serif;
	font-size:70%;
	color:#fff;
	}

/*Content*/

#content {
	position:absolute;
	width:960px;
	height:auto;
	top:300px;
	left:0px;
	background:#fff url('images/content-bg.jpg') repeat-y top center;
	z-index:1;
	}

.body {
	margin-left:130px;
	*margin-left:50px;
	width:700px;
	}

p.title {
	margin-top:25px;
	margin-bottom:10px;
	width:100%;
	height:20px;
	text-align:justify;
	font-family:'Arial', Arial, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#000;
	}

p.subtitle {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:20px;
	text-align:justify;
	font-family:'Arial', Arial, sans-serif;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	color:#000;
	}

p.subtitle2 {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:20px;
	text-align:justify;
	font-family:'Arial', Arial, sans-serif;
	font-size:90%;
	font-weight:bold;
	font-style:italic;
	color:#000;
	}

p.text	{
	margin-top:10px;
	width:100%;
	text-align:justify;
	font-family:'Arial', Arial, sans-serif;
	font-size:90%;
	color:#000;
	}

table, tr, td {
	text-align:justify;
	font-family:'Arial', Arial, sans-serif;
	color:#000;
	font-size:100%;
	}

/*Sub-Menu*/

#submenu	{
	padding-right:20px;
	padding-top:5px;
	padding-bottom:20px;
	width:764px;
	text-align:right;
	font-family:'Arial', Arial, sans-serif;
	font-size:90%;
	color:#000;
	}

/*Footer*/

.push {
	width:960px;
	height:125px;
}

.footer {
	background:#000 url('images/footer.jpg') no-repeat top center;
	width:960px;
	height:125px;
	text-align:center;
	}

p.footer-text {
	padding-top:60px;
	text-align:center;
	line-height:14px;
	font-family:'Arial', Arial, sans-serif;
	font-size:70%;
	color:#fff;
	}

