/*  CENTRAL STYLE SHEET  */
/******************************/

@media print {
 .show {display: all; }

	.main {
		position: absolute;
		top: 0px;
		left: -150px;
		}

	 .noprint { display:none; }

	 #noshow { display: none;  }

}

img {
	border-style: none;
	float:left;
	margin:0px;
	padding:0px;
}

/*  Core Styles  */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#333333;
	background-color: #444444;
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-size:90%;
}

h1 {
	color: #ffffff;
	font-size: 35px;
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left: 0px;
	font-weight: normal;
}

h2 {
	color:#333333;
	font-size: 20px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left: 0px;
	font-weight: bold;
}

h3 {
	color:#cc9933;
	font-size: 15px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:0px;
	margin-left: 0px;
	font-weight: bold;
	display:inline;
}

h4 {
	color:#333333;
	font-size: 15px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:0px;
	margin-left: 0px;
	font-weight: bold;
	display:inline;
}


hr {
	height: 1px;
	color: #dcdbb7;
	background:#dcdbb7;
	border:0;
	height:1px;
	margin-left:0;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}

p {
	line-height:1.75em;
	font-size:100%;
	color:#333333;
	padding-right: 10px;
}

p.no-margin {
	margin-top:0px;
}

.small-font {
	font-size:80%;
}

.bold {
	font-weight:bold;
}


/* Opening Styles */

#main_container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#headerContainer {
	background-color: #000000;
	padding-top: 2px;
	float: left;
	position: relative;
	color: #000000;
	margin: 0px;
	padding-right: 0px;
	padding-left:0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:950px;
	height: auto;
}

#logoContainer {
	position:relative;
	float:left;
	width:950px;
	margin-top:15px;
	margin-bottom:15px;
	padding:0px;
	background-color:#000000;
}

/* Audience Navigation Styles */

div.printhead{
	DISPLAY: none;
}


/* Home Page Bottom Section Styles */

#bottomContainer {
	background-color: #ffffff;
	float: left;
	position: relative;
	margin:0px;
	padding:5px 20px 10px 20px;
	width: 910px;
	min-height:500px;
}

#footer {
	float:left;
	text-align:center;
	font-size:14px;
	border-top-style:solid;
	border-top-color: #202020;
	border-top-width:1px;
	background-color:#999999;
	line-height:175%;
	color:#000000;
	padding-top:7px;
	padding-bottom:7px;
	margin:0;
	width:950px;
}


/*  Hyperlink Styles  */

a.black-links:link {color: #000000;text-decoration: none;}
a.black-links:visited {color: #000000;text-decoration: none;}
a.black-links:active {color: #000000;text-decoration: none;}
a.black-links:hover {color: #000000;text-decoration: underline;}

.clear-both {clear:both;}
.clear-right {clear:right;}
.clear-left {clear:left;}


/* Other Styles */
.width-15 {width:15%;}
.width-20 {width:20%;}
.width-25 {width:25%;}
.width-40 {width:40%;}
.width-45 {width:45%;}
.float-left {float:left;}
.float-right {float:right;}
.float-none {float:none;}
.top-margin {margin-top:15px;}