/* CSS Document */

body {
	width:760px;
	margin:0 auto;
	margin-top:30px;
	background-image: url(images/mainbg3.jpg);
	border: thin solid #000000;
}



/* ----- HEADER ----- */



#header {
width:760px;
height:169px;
background-color:#333333;
}



/* ----- NAVIGATION ----- */



#navigation {
	width:760px;
	height:29px;
	background-color:#333333;
	margin-top:0px;
	background-image: url(images/navigationbar1.jpg);
	text-align: center;
	position: relative;

}


/* ----- MAIN CONTENT ----- */



#content {
	width:760px;
	min-height:625px; /* for modern browsers */
	height:auto!important; /* for modern browsers */
	height:450px; /* for IE5.x and IE6 */
	background-color:#FFFFFF;
	margin-top: 0px;
}



/* ----- FOOTER ----- */
#footer {
	width:760px;
	height:auto;
	background-image: url(images/navigationbar1.jpg);
	text-align: center;
	margin-top: 0px;
}
a.navigation:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
}
a.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	text-decoration: underline;
}
a.navigation:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-style: normal;
	font-weight: bold;
}
.content_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
}
.content_text_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	font-style: normal;
	font-weight: normal;
}
