@charset "utf-8";
	html,
	body {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	background-attachment: scroll;
	background-image: url(/images/layout/PageBackground_RedCurtains.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.contentPanel {
	background-image: url(/images/layout/ContentPanel_RedBottom_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


p {
	margin-top: 0px;
}
a {
	color: #9CB3E6;
	text-decoration: none;
}
a:hover {
	color: #ED92F2;
	text-decoration: underline;
}

.imageCaptionBar {
	background-image: url(/images/layout/CaptionBar_Background.png);
	background-repeat: repeat;
	height: 40px;
	padding-top: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.xxsmall {
	font-size: xx-small;
}
.pad5 {
	padding: 5px;
}
h1 {
	color: #9CB3E6;
	font-size: 20px;
	margin-top: 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px #000;
	height: 1.1em;
	filter: Shadow(Color=#000000, 	
			Direction=135, 
			Strength=3);
}
h2 {
	color: #9CB3E6;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}






