@charset "UTF-8";
html, body {
	height:100%; /* gives layout 100% height */
 img: 
 overflow:inherit;
}
/* --- core elements --------------------------------------------------------------------------- */

img {
	border: 0 none;
}
body {
	background-color: #000000;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	border: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
}
td {
	background: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 1em;
	margin-top: 0em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: square; /* naturally. */
	margin: 1em 0 1em;
	padding: 0;
	padding-left: 2em;
}
form {
	margin:0;
	padding: 0;
}
.clearer {
	clear: both;
	line-height: 0;
	height: 0;
}
.templateErrors {
	display: none;
}
#bodyClearer {
	display: none;
}
font /* --- main template  --------------------------------------------------------------------------- */
 .pageWrapper {
	padding: 10px;
	height:100%;
	overflow:inherit;
	text-align: center;
}
.contentWrapper {
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	min-height:100%;
}
.NavigationPanel {
}
.footerPanel {
	width: 948;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-size: 16px;
	color:#000000;
	line-height:normal;
}
/* ---Head / Navigation  --------------------------------------------------------------------------- */

.MainNavBar {
	height: 23px;
	text-align:center;
	width: 950px;
	background-color:121212;
	border-bottom: 0px solid black;
	padding-bottom: 2px;
}
/*--- Drop Downs --- */

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
}
#sddm li {
	margin: 0;
	padding-top: 0;
	list-style: none;
	float: left;
	font-size: 11px;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
}
#sddm li a {
	display: block;
	margin-right: 2px;
	width: 176px;
	height: 17px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	background: #121212;
	white-space: nowrap;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-bottom: 2px;
}
#sddm li a:hover {
	background: #333333;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin-top: -2px;
	padding: 0;
	width: 186px;
	border: 1px solid #333333;
	font-family: font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
}
#sddm div a {
	position: relative;
	z-index: 100;
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-bottom: 4px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #dad4c5;
	color: #333333;
	width: 174px;
	font-size: 11px;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sddm div a:hover {
	background: #ebebeb;
	color:#881820;
}
.navdivider {
	border: 1px solid #FFF000;
	background-color:#00FF00;
	width: 174px
}
.navdividerimage {
	border: 0px;
	padding: 0px;
	margin-top: 0px;
}
/* --- Interior template  --------------------------------------------------------------------------- */

.flashpanel {
	margin-bottom:2px;
}

.content {
	padding: 20px;
	min-height: 300px;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	background-color:#FFFFFF;
}
h2 {
	font-size:15px;
	font-weight: bold;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.divider {
	line-height: 0px;
	width: 162px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}
.content a:link {
	color: #881820;
	text-decoration: none;
}
.content a:visited {
	color: #881820;
	text-decoration: none;
}
.content a:hover {
	color: #881820;
	text-decoration: underline;
}
.content a:active {
	color: #881820;
	text-decoration: underline;
}
/* --- Footer  --------------------------------------------------------------------------- */

.footer {
	font-size: 10px;
	margin-top: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color:#666666;
}
.footer a:link {
	color: #881820;
	text-decoration: none;
}
.footer a:visited {
	color: #881820;
	text-decoration: none;
}
.footer a:hover {
	color: #881820;
	text-decoration: underline;
}
.footer a:active {
	color: #881820;
	text-decoration: underline;
}
.bottomNav {
	margin-top: 2px;
	background-color: #121212;
	height: 17px;
	padding-top: 6px;
	width: 948px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
	overflow: inherit;
	margin-left: auto;
	margin-right: auto;
}