@charset "utf-8";
	html,
	body {
		margin:0;
		padding:0;
		height:100%;
		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;
		font-size: 14px;
		line-height:1.5;
		}
	#container {
		min-height:100%;
		position:relative;
	}
	#header {
		height: 145px;
		width:1000px;
		margin:auto;
	}
	#body {
	padding:10px;
	padding-bottom:380px;	/* Height of the footer */
	width:1000px;
	margin:auto;
	}
	#footer {
	position:absolute;
	bottom:0;
	width:100%;			/* Height of the footer */
	background-color: #9ACDFF;
	background-image: url(/images/layout/Footer_Background.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #38608B;
	text-align:center;
	min-height: 60px;
	}
#navContainer {
	float: right;
	width: 626px;
}
#navContainer a {
	color: #FFF;
	text-decoration: none;
}
#navContainer a:hover {
	color: #9CB3E6;
}
#navTop {
	margin-top: 10px;
	text-align: right;
}
#navMain {
	height: 50px;
	margin-top: 25px;
	margin-left: 83px;
}
#navMain img {
	border: none;
	margin-top: 18px;
}
#logo {
	margin-top: 20px;
	margin-right: 626px;
}
#breadcrumbs {
	font-size: 12px;
	margin-top: 10px;
	text-align: right;
}

.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;
	overflow: auto;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 365px;
}

#mainContent {
	margin-top: 0;
	margin-right: 375px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 

p {
	margin-top: 0px;
}
a {
	color: #9CB3E6;
	text-decoration: none;
}
a:hover {
	color: #ED92F2;
	text-decoration: underline;
}
.Marquee345 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.imageCaptionBar {
	background-image: url(/images/layout/CaptionBar_Background.png);
	background-repeat: repeat;
	padding-top: 15px;
	font-weight: bold;
	padding: 10px;
}
.xxsmall {
	font-size: xx-small;
}
.xsmall {
	font-size: x-small;
}
.small {
	font-size: small;
}
.pad5 {
	padding: 5px;
}
.margin_top_1 {
	margin-top: 1em;
}
.align_center {
	text-align:center;
}
h1 {
	color: #9CB3E6;
	font-size: 18px;
	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 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}

ul.audioList {
  margin-left:0em;
  padding-left:0.2em;
  margin-bottom:1em;
}
ul.audioList li {
	padding-left: 0px;
	list-style: none;
}
 
ul.audioList li { margin-bottom:0.5em; }
 

.pressItem {
	margin-bottom: 20px;
}
.pressMeta {
	font-style: italic;
}
.pressTitle {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}

hr {
	color: #180507;
	background-color: #180507;
	height:0.05em;
	border:1px solid #000;
}
#logoList  {
	display: inline;
	list-style-type: none;
}
#logoList li {
	float:left;
	padding:10px;
	height: 140px;
}
.blueInput {
	background-image: url(/images/layout/InputBack.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9CB3E6;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.text_100 {
	width:100%;
}
.text_50{
	width:50%;
}
.pad_1 {
	padding: 1em;
}