/* Global Styles */

/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */

body {
	margin:0px;
	padding: 0;
/*	background-color:#D3DCE6; #587186 476075 */
/*	background-color:#476075; */

	background: #000 url(images/bggradient-bl.png) repeat-x;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}

td {
	font:13px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
	}
	
/*
    a:hover {
	color: #FFBA00; 
	}       
*/
	
a:link {color: #FF6600;}
a:link img { border-color:#1B2739}
a:visited { color: #CC6600; }
a:hover { color: #FF9900; }
a:active { color: #FFFFFF; }

/* Old External Link Styles....
a.extern:link {padding-right: 20px;background: url(images/web_icons/link_extern_or.png) 100% -38px no-repeat #D3DCE6;color:#FF6600}
a.extern:visited {padding-right: 20px;background: url(images/web_icons/link_extern_or.png) 100% -38px no-repeat #D3DCE6;color:#FF6600}
a.extern:hover, a.extern:focus {padding-right: 20px;background: url(images/web_icons/link_extern_or.png) 100% -138px no-repeat #D3DCE6 !important;color:#fff}
	
a.externew:link {padding-right: 36px;background: url(images/web_icons/link_externew_or.png) 100% -38px no-repeat #D3DCE6;color:#FF6600}
a.externew:visited {padding-right: 36px;background: url(images/web_icons/link_externew_or.png) 100% -38px no-repeat #D3DCE6;color:#FF6600}
a.externew:hover, a.extern:focus {padding-right: 36px;background: url(images/web_icons/link_externew_or.png) 100% -138px no-repeat #D3DCE6    !important;color:#fff}
*/

/* ID Styles */

#navigation a {
	font:12px Arial, Helvetica, sans-serif;
	color: #26354A;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	}
	
#navigation a:hover {
	color:#ffffff;
	background: #FF6600;
	}

#padding {
	padding:14px;
	}
	
/* Calendar Styles */

#calendar td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #ffffff;
	}
	
/* Class Styles */

.CenterColumn #container {
	position: absolute;
/*	height: 100%; (see if statement in Content NF Header for MSIE. Otherwise, breaks Firefox, et.al.*/ min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
/* margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    padding:0;
	left: 50%;
	margin-left: -410px; /* or half of container width */
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D3DCE6;
	background-image:url(images/body_background.png);
	background-repeat:repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left-style: ridge;
	border-left-width: medium;
	border-left-color: #26354a;
	border-right-style: ridge;
	border-right-width: medium;
	border-right-color: #26354a;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #26354a;
}


/* holly hack to target IE win Only \*/
* html #container{
height:95%;
}
/* end hack */


.CenterColumn #mainContent {
	padding: 0 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */    		    min-height: 500px;
/*	overflow: auto; */
	height: auto !important;
	height: 100%;
}

.CenterColumn #footercontainer {
    position: absolute; bottom:0;
	background: #26354A;
	border: 0;
	width:100%;
	border-top-style:solid; border-top-width:thin; border-top-color:#D3DCE6;
	height:25px; /* margin-top:-25px; */
}

.logo {
	font:26px Copperplate, Times, serif;
	color: #FFBA00;
	letter-spacing:0.3em;
	line-height:26px;
	}
	
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D3DCE6;
	line-height:16px;
	}
	
.taglineTighter {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D3DCE6;
	line-height:16px;
	letter-spacing:.4em;
	}
	
.bodyText {
	font:13px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#26354A;
	letter-spacing:.1em;
	}

.detailText {
	font:13px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#26354A;
	letter-spacing:.1em;
	}
	
.pageName {
	font:24px Arial, Helvetica, sans-serif;
	color: #FF6600;
	letter-spacing:0.2em;
	line-height:28px;
	font-weight: bold;
	}
	
.lgHeader {
	font-weight:bold;
	font-size: 24px;
	}

.subHeader {
	color:#26354A;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
.navText {
	font:11px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	line-height:16px;
	}

.calendarText {
	font:13px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	}
	
	
.sidebarText {
	font:13px Arial, Helvetica, sans-serif;
	color: #FFBA00;
	letter-spacing:.1em;
	line-height:18px;
	}
	
.framedimage
{
    border-color: #26354A;
    border-width: 5px;
    border-style: solid;
}

