@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	repeat: no;
	background-repeat: repeat-x;
	background-color: #0B0A08;
}
#Ornament {
	height: 250px;
	width: 859px;
	margin-right: auto;
	margin-left: auto;
	z-index: 5;
	clear: both;
}
#Logo {
	position:absolute;
	left:0px;
	top:0px;
	width:213px;
	height:242px;
	z-index:-5;
}
#LogoButton {
	position:absolute;
	left:0px;
	top:0px;
	width:213px;
	height:242px;
	z-index:20;
}
#container {
	width: 859px;
	min-height: 100px;
	margin-right: auto;
	margin-left: auto;
	
	z-index: 1;
}
#MainImage {
	height: 301;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	z-index: 1;
}
#MainImageFlash {
	height: 395;
	width: 859px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	z-index: 1;
}
#Navigation {
	height: auto;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	top: 301px;
	z-index: 1;
}
#containerContent {
	width: 859px;
	min-height: 100px;
	background-image: url(../images/bg_mainContent.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	z-index: 1;
	/*background-position: center;*/
}
#Footer {
	height: auto;
	width: 859px;
	margin-right: auto;
	margin-left: auto;
}
#ContentLeft {
	height: auto;
	width: 489px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	z-index: 1;
	margin-left: 32px;
	padding-left: 20px;
}
#ContentRight {
	float: left;
	height: auto;
	width: 266px;
	z-index: 1;
}

.mainContent {
	font-family: Helvetica, Arial, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 14pt;
}
.mainContentSubhead {
	font-family: Helvetica, Arial, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 14pt;
}

a { font-style: normal !important; outline: none; }

.news a:link { text-decoration: none; color: #ff0066; }
.news a:active { text-decoration: none; color: #ff0066; }
.news a:hover {text-decoration:none; border-bottom:1px dotted #ff0066; }
.news a:visited { text-decoration: none; color: #ff0066; }
