	/* CSS Document */
	
	
	
	
	body {
	width:750px;
	margin:0 auto;
	margin-top:0px;
	background-image: url(images/background1.jpg);
	}
	body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	}
	a:link {
	color: #0000FF;
	text-decoration: none;
	
	}
	a:visited {
	color: #000099;
	text-decoration: none;
	}
	a:hover {
	
	
	RIGHT: 0px; 
	COLOR: #777777; 
	POSITION: relative; 
	TOP: 2px;
	BACKGROUND-COLOR: transparent; 
	text-decoration: none;
	}
	a:active {
	color: #0000FF;
	text-decoration: none;
	}
	
	
	
	/* ----- HEADER ----- */
	
	
	
	#header {
	width:750px;
	height:97px;
	background-image: url(images/header1.jpg);
	}
	
	
	
	/* ----- NAVIGATION ----- */
	
	
	
	#navigation {
	width:750px;
	height:30px;
	margin-top:0px;
	
	}
	
	
	/* ----- MAIN CONTENT ----- */
	
	
	
	#content {
	width:750px;
	min-height:450px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:450px; /* for IE5.x and IE6 */
	background-color:#FFFFFF;
	padding-top: 10px;
	margin: auto;
	padding-bottom: 10px;
	}
	
	
	
	/* ----- FOOTER ----- */
	
	
	
	#footer {
	width:750px;
	height:50px;
	background-color:#990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	color: #FFFFFF;
	text-align: center;	
	}
	/*- Menu Tabs E--------------------------- */
	
	#tabsE {
	float:left;
	width:750px;
	font-size:85%;
	line-height:normal;
	background-image: url(images/header2.jpg);
	}
	#tabsE ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
	#tabsE li {
	display:inline;
	margin:0;
	padding:0;
	}
	#tabsE a {
	float:left;
	background:url("tableftE.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
	#tabsE a span {
	float:left;
	display:block;
	background:url("tabrightE.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabsE a span {float:none;}
	/* End IE5-Mac hack */
	#tabsE a:hover span {
	color:#FFF;
	}
	#tabsE a:hover {
	background-position:0% -42px;
	}
	#tabsE a:hover span {
	background-position:100% -42px;
	}
	
	#tabsE #current a {
	background-position:0% -42px;
	}
	#tabsE #current a span {
	background-position:100% -42px;
	}
	
	/*- Menu Tabs Lower--------------------------- */
	
	#tabsl {
	float:left;
	width:750px;
	font-size:85%;
	line-height:normal;
	background-color: #990000;
	}
	#tabsl ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
	#tabsl li {
	display:inline;
	margin:0;
	padding:0;
	}
	#tabsl a {
	float:left;
	background:url("tableftE.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
	#tabsl a span {
	float:left;
	display:block;
	background:url("tabrightE.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabsl a span {float:none;}
	/* End IE5-Mac hack */
	#tabsE a:hover span {
	color:#FFF;
	}
	#tabsl a:hover {
	background-position:0% -42px;
	}
	#tabsl a:hover span {
	background-position:100% -42px;
	}
	
	#tabsl #current a {
	background-position:0% -42px;
	}
	#tabsl #current a span {
	background-position:100% -42px;
	}
	
	
	
	h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	}
	h1 {
	font-size: large;
	color: #000099;
	}
	h2 {
	font-size: x-large;
	color: #000099;
	}
	h3 {
	font-size: xx-large;
	color: #ECE9D8;
	}
	.style1 {
	font-size: x-large;
	font-weight: bold;
	}
