/* Global Styles */

body {
	margin:0px;
	background-image: url(../images/back1.jpg);
	}
	
td {
	FONT-FAMILY: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	color:#000000;
	}
	
hr {
	height:1px;
	color: #000000;
	border: none;
	}
	
a {
	color: #0000FF;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color:#0000FF;
	text-decoration:underline;
	font-weight:bold;
	}
	
	
/* Class Styles */


.bodyText {
	color:#333333;
	line-height:19px;
	letter-spacing:0.1em;
	margin-top:10px;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-left: 25px;
	margin-right: 25px;
	text-align:left;
        padding-left: 0cm;
	
	}
.bodyHeader {
	color:#ffffff;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:15px;
	FONT-FAMILY: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 14px;
	margin-left: 5px;
	font-weight: bold;
	}	

.footerText {
	color:#000000;
	line-height:15px;
	letter-spacing:0.1em;
	margin-top:5px;
	FONT-FAMILY: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 11px;
	margin-left: 10px;
	text-align:left
	}	
.footerTextRt {
	color:#000000;
	line-height:15px;
	letter-spacing:0.1em;
	margin-top:5px;
	FONT-FAMILY: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 11px;
	margin-left: 10px;
	text-align:right
	}	
	
.indexText {
	color:#ffffff;
	line-height:15px;
	letter-spacing:0.1em;
	margin-top:5px;
	FONT-FAMILY: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 12px;
	margin-left: 10px;
	text-align:center
	}			

.slideText {
	font-family:"Charlemagne Std";
	font-size:11px;
	color:#FFFFFF;
	text-align: center;
	}	


.subHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:20px;
	text-align: center;
	font-size: 16px
	}	
	
.subHeader a{	
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	}
	
.subHeader a:hover {
	color: #0000FF;
	text-decoration:underline;
	font-weight:bold;
	}
	
.menuItem {
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #039;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:10px;
	text-align: center;
}	
	
.menuItem a{	
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	}
	
.menuItem a:hover {
	color: #0000FF;
	text-decoration:underline;
	font-weight:bold;
	}

.detailText {
	font:12px arial;font-family: TradeGothic, Verdana, Arial;
	font-size: 14px;
	color:#000000;
	line-height:16px;
	letter-spacing:.1em;
	}

.TitleTxt {
	color:#990000;
	line-height:25px;
	letter-spacing:0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	font-weight:bold;
	}

.PicRight {
	position: inherit;
	margin: 1em 1em 1em;
	float: right;
	border: 2px solid #990000;
	}	
	
.PicLeft {
	float: left;
	position: inherit;
	margin: 1em 1em 1em;
	border: 2px solid #990000;
	}
	
.smallText {
	font-family: TradeGothic, Verdana, Arial;
	font-size: 9px;
	color:#990000;
	}
td {
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
}
table {
	vertical-align: bottom;
}

/* Layout Cell Styles */
	
#Logo {
	
	padding:5px;
	top:20px;
	margin-top:15px;
	width:856px;
	height:240px;
	z-index:2;
	text-align: center;
	background-color:#000000;
    	border: 3px solid #999999;
    	border-bottom: 3px solid #999999;

}

#Logo a:hover {
		
	color: #0000FF;
	text-decoration:underline;
	font-weight:bold;
	}

#content {
	top:333px;
	width:850px;
	height:700px;
	z-index:1;
	padding: 8px;
	background-color: #FFFFFF;
	border: 3px solid #999999;
	border-top: 0px;
	border-bottom: 0px;
}

#footer {
	top:1061px;
	width:850px;
	height:40px;
	z-index:2;
	text-align:center;
	padding: 8px;
	background-color: #ffffff;
	border: 3px solid #999999;
	border-top: 3px solid #999999;
	}
#outer {
	width:100%;	
	text-align: center;
	}
#inner {
	display:inline-block;	
	}