html, body{height:100%;} 

html,body {
		margin: 0;
		padding: 0;
		min-height: 100%;
}

body {		
		font-family: Arial, Tahoma, Verdana, Sans-Serif;
		text-align: center;
		color: #000000;
		background-color: #ffffff;
		font-size: 80%;
}

h1.heading {
	margin-top: 0;
}

h3 
{
    font-size:130%;
    font-weight: bold;
}

#container 
{
        margin-top:auto;
        margin-bottom:auto;
		margin-left:auto;
		margin-right:auto;
		width:970px; 
		min-height:100%;
		text-align:left;
}

#header {

		margin: 10px 0px 0px 0px;
}

#headercontainer {
	clear: both;
	
}

#navigation {
}
	
#content {
		width: 670px;
		margin-top: 10px;
		float:left;
}

#maincontent
{
        background-color:#D1E8D7;
        border-width:15px;
        border-style:solid;
        border-color:#D1E8D7;
        font-size:85%;
        margin:10px 0px 10px 0px;
}

#maincontentalt
{
        background-color:#6E8978;
        border-width:15px;
        border-style:solid;
        border-color:#6E8978;
        font-size:85%;
        margin:10px 0px 10px 0px;
        color:#FFFFFF;
}

#rightpanel {
		width: 255px;		
		margin-top: 10px;
		float:right;
}

#rightcontent 
{
    margin-top:10px;
    margin-bottom:13px;
    background-color:#D1E8D7;
    font-size:90%;
    min-height: 419px;
    padding: 20px 10px 10px 10px;
}

#footer	{
	bottom:0px;
	width:970px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
    font-size:85%;
    text-align: left;
}

#footer p {margin:0;padding:0}

hr
{
    background-color: #6E8978;
    color: #6E8978;
    height:1px;
    border: 0px;
}

a
{
    color:#000000;
    text-decoration:none;
}

a:hover
{
    color:#6E8978;
    text-decoration:underline;
}

a.highlight
{
    color:#6E8978;
}

#ticker {
	width: 650px;
	height: 12px;
	padding: 2px;
}

.newsscroller {
	font-weight: normal;
	font-size: 85%;
}

.newsimage
{
    margin: 2px 10px 2px 0px;
    float: left;
    border: 1px solid #6e8878;
}

img 
{
    border:0px;
}

.title 
{
    font-weight: bold;
    font-size: 130%;
}

.subtitle {
    font-weight:bold;
    color:#6E8978;
    font-size:120%;
}   

.heading
{
    font-weight: bold;
    font-size: 130%;
}

.smallprint
{
    font-size:80%;
}

small
{
    font-weight:normal;
    color:#6E8978;
    font-size:80%;
}

.datatable {
    border-left: 1px solid #000000; 
    border-top: 1px solid #000000; 
    color:black; 
    font-weight:bold;
}

.datatable td {
     border-right: 1px solid #000000; 
     border-bottom: 1px solid #000000; 
     padding: 5px 5px 5px 5px;
}

.submitbutton {
	background-color: #D1E8D7;
	color: #6E8978;
	font-weight: bold;
	font-size: 110%;
	width: 120px;
	padding: 2px;
}

.submitbuttonGo {
	background-color: #D1E8D7;
	border: 1px solid #6e8878;
	color: #6E8978;
	font-weight: bold;
	font-size: 100%;
	width: 30px;
	padding: 1px 2px 2px 2px;
	height: 19px;
	float: right;
}

.floornav
{
    font-weight:bold;
    color:#6E8978;
}

.floornavactive
{
    font-weight:bold;
    color:#000000;
}

.whatsavailablenOvwTransparent {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#whatsavailableHolder {
	background-color: #404040;
}

.overLibContent {
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	font-size: 120%;
}

#headerPlanHolder {
	background-color: #404040;
	width: 670px;
	height: 105px;
	margin: 0px;
	padding: 0px;
}

.headerPlanTransparent {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	color: #ffffff;
}

.headerPlanDiv {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	width: 90px;
	height: 99px;
	background-color: #404040;
	border: 1px solid #ffffff;
	visibility: hidden;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 5px 0px 5px;
	font-size: 90%;
	font-weight: bold;
}

/* SPECIFIC CODE TO WORK AROUND SAFARI ISSUES */
@media screen and (-webkit-min-device-pixel-ratio:0){
	
	.headerPlanTransparent {
		opacity: 0.3;
		-moz-opacity: 0.3;
		filter: alpha(opacity=30);
		color: #ffffff;
	}
	
	.headerPlanDiv {
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
		color: #ffffff;
	}
	
}

#ticker {
	width: 100%;
	height: 15px;
}

.newsScroller {
	font-size: 85%;
	padding-left: 4px;
	margin-left: -3px;
	#margin-left: 1px;
	padding-top: 5px;
	#padding-left: 0px;
	#padding-top: 0px;
}

.holder 
{
    width: 100%;
	padding-top:10px;
	height: 350px;
	background: #d1e8d7;
	font-size:85%;
}

/* USED FOR SCROLLBAR */
			
.scroll-pane 
{
    width: 98%;
	padding: 0px 0px 0px 10px;
	overflow: auto;
	background: #d1e8d7;
	height: 310px;
}

.scroll-pane-right
{
    width: 100%;
	overflow: auto;
	background: #d1e8d7;
	min-height: 390px;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 210px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 330px;
	background: none;
}

.jScrollPaneDrag {
	position: absolute;
	background: #6B8C7B;
	cursor: pointer;
	overflow: hidden;
}

#resources .jScrollPaneDrag {
	position: absolute;
	background-color:#D1E8D7;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* END */


.rightPaneLI {
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 5px;
}

.faded {
	color: #989696;
}

.inputFields {
	height: 15px;
	border: 1px solid #6e8878;
	font-size: 90%;
	width: 250px;
	margin-top: 5px;
}

.resourceLink {
	color: #ffffff;
}

.resourceLink:hover {
	color: #ffffff;
}

.imgBorder {
	border: 1px solid #6e8878;
}

img { behavior: url(iepngfix.htc) }

#home_banner span {font-family: Arial Narrow, Tahoma, Verdana, Sans-Serif; color: #678176; display: inline-block; font-size: 20px; font-weight: bold; padding: 0 0 0 50px; vertical-align: middle;}
#home_banner .special {font-size: 50px; font-weight: normal;}
#home_banner a:hover {
	text-decoration: none;
	cursor: pointer;
}
/*#home_banner span{display:inline}
#home_banner>span{display:inline-block}*/

