body, table, div, h1, h2, td, ul, li {
	font-family: helvetica, arial;
	font-size:12px;
	vertical-align:top;
	text-align: left;
}

body {
	background-color: #464646;
}

p {
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}

a { color: #004494; line-height:14px; text-decoration: none;}
	a:link {color: #004494; line-height:14px; text-decoration: none;}
	a:visited {color: #004494; line-height:14px; text-decoration: none;}
	a:active {color: #004494; line-height:14px; text-decoration: none;}
	a:hover {color: #004494; line-height:14px;  text-decoration: underline;}

.mainTable {
	background-color: #ffffff;
	border: 1px solid #333333;
}

.mainNavBackground{
	background-image:  url("images/mainNavBg.png");
	background-repeat: repeat-x;
}

.mainNavBackgroundText{
	color: #ffffff;
	font-size: 12px;
	padding: 3px 10px 0px 10px;
}

	.mainNavBackgroundText A               { color: #ffffff; text-decoration: none;  } 
	.mainNavBackgroundText A:link          { color: #ffffff;   text-decoration: none;} 
	.mainNavBackgroundText A:visited       { color: #ffffff;   text-decoration: none;} 
	.mainNavBackgroundText A:active        { color: #ffffff;   text-decoration: none;} 
	.mainNavBackgroundText A:hover         { color: #ffffff;  text-decoration: underline;} 

.mainSeparator hr{
	height: 1px;
	border: 1px solid #f9f9f9;
}

.header-bar {

}

.command-buttons{

}

.command-print{
	height:0px;
	display:none;
}

.footer-bar{
  text-align:center;
}

.topNavBackgroundText{
	padding-top: 2px;
  padding-right: 10px;
  list-style-type: none;
  float: right;
  margin: 0;
}

.topNavBackgroundText li{
  float: left;
  padding-left: 6px;
  font-size: 11px;
  font-weight: bold;
  color: #004596;
}

.topNavBackgroundTextSplitter{
	padding-left: 4px;
	padding-right: 4px;
}

.leftCol{
	width:241px;
	padding-top:22px;
}


.leftNavBackground{
	background-image:  url("images/leftNavBg.png");
	background-repeat: repeat-y;
	width: 240px;
}

.gradtableBackground{
	background-image:  url("images/left_column_background.gif");
	background-repeat: no-repeat;
	width: 241px;
	height: 624px;
	padding-left: 12px;
}

.whatsnewBackground{
	width: 220px;
	height: 350px;
	padding-left: 0px;
  z-index: 10;
  position: relative;
  margin-bottom: 20px;
}

.whatsnewContent{
  width: 200px;
  margin-top: -335px;
  min-height: 300px;
  overflow: hidden;
  z-index:20;
  position: relative;
  margin-bottom: 30px;
}


.gradtableLeftBackground{
	background-image:  url("images/gradtable-left.png");
	background-repeat: repeat-y;
	width: 2px;
}

.gradtableRightBackground{
	background-image:  url("images/gradtable-right.png");
	background-repeat: repeat-y;
	width: 3px;
}

.gradtableMiddleBackground{
	background-image:  url("images/grad-bg.png");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:  #E4EFF9;
	padding-left:10px;
	padding-right:5px;
	width:225px;
}

.gradtableTopBackground{
	line-height:0px;
	width:245px;
}

.gradtableBottomBackground{
	line-height:0px;
	width:245px;
}

.textImage {
	/* border: 1px solid #E47c30; */
}

.textImage_left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.textImage_right {
    float: right;
    margin-left: 5px;
    margin-bottom: 10px;
}


.textImage_middle {
    padding-left: 5px;
	margin-right: 5px;
    margin-bottom: 10px;
}

.textImage_default {
	/* no paddings and no style */
}

.title {
	margin-bottom: 5px;
}

.title_page{
	font-size: 18px;
	color: #E47C30;
	border-bottom: 1px solid #9f9f9f;
	line-height: 22px;
}

.title_big_section{
	font-size: 16px;
	color: #E47C30;
}

.title_section{
	font-size: 14px;
	color: #E47C30;
}

.title_paragraph{
	font-weight: bold;
	font-size: 12px;
	color: #E47C30;
}

.title_capitalize{
	text-transform:uppercase;
}

.title_bold {
	font-weight: bold;
}

.title_empty{
	/* leave empty.. used for coding.. */
}

.bannerTitle{
	margin-top: 73px;
	margin-left: 320px;
	font-size: 24px;
	color: #E47C30;
	text-transform: uppercase;
	z-index:2;
	position:absolute;
	height:50px;
	line-height:50px;
}
.bannerTitleOffset{
	margin-top: 74px;
	margin-left: 321px;
	font-size: 24px;
	color: #888888;
	text-transform: uppercase;
	z-index:1;
	position:absolute;
	height:50px;
	line-height:50px;
}

.gridTable{
			width:100%;
		}

		/*	Header Formatting	*/
		.gridTable th{

			background-color: #F0F0F0;
			color: #94AC15;	
			text-align: left;
			font-weight: bold;
			padding: 1px 0px 2px 10px;
			border-bottom: 1px solid #9F9F9F;
		}


		/*	Body Formatting	*/
		.gridTable tr td{
			border-bottom: 1px solid #9F9F9F;
			border-left: 1px solid #9F9F9F;
			padding: 1px 0px 1px 10px;
		}

		/*	First Column 	*/
		.gridTable tr td:first-child{
			border-left: 0;
		}

.searchBox {
	width: 100px;
	height: 12px;
	font-size: 9px;
}

.searchErrorText {
	font-family: arial, sans-serif;
	font-size:16px;
}

.breadcrumb{
	padding: 5px 0px 0px 2px;
	font-size: 10px;
	color: #444444;
}


	.breadcrumb A               { color: #6B7C8F; text-decoration: none;  } 
	.breadcrumb A:link          { color: #6B7C8F;   text-decoration: none;} 
	.breadcrumb A:visited       { color: #6B7C8F;   text-decoration: none;} 
	.breadcrumb A:active        { color: #6B7C8F;   text-decoration: none;} 
	.breadcrumb A:hover         { color: #6B7C8F;  text-decoration: underline;} 
	
.homeBannerHomeLink{
	position: absolute;
	margin-top: 50px; 
	margin-left: 815px;
	width: 155px;
	height: 100px; 
	z-index: 1000; 
	border: 0px solid #000000;
	cursor: pointer;
}

.subBannerHomeLink{
	position: absolute;
	margin-top: 50px; 
	margin-left: 805px;
	width: 165px;
	height: 100px; 
	z-index: 1000; 
	border: 0px solid #000000;
	cursor: pointer;
}


.skipLink{
  display: block;
  width:0;
  height:0;
}

.subBannerImage{
  
}

.subBannerTable{
  z-index: 200;
}

.topNav{
  z-index: 300;
  position: absolute;
  padding-left: 525px;
}

.mainNav{
  position: relative;
}

.mainNavHomePage{
  margin-top:-27px;
}

.mainNavBg{
  margin-top: 233px;
}

.manNavBgSubPage{
 margin-top: 185px; 
  
}
.mainNavBg img{
  width: 100%;
  height:23px;
}

.linkBullet{
  list-style-type: none;
  margin: 0 0 0 -40px;
}

.linkBullet li{
  float: left;
}

.rightCol .linkBullet li.textLi{
  width: 90%;
}

.mainContentTable{
  width: 100%;
}

#topBannerImg{
  position: absolute;
  z-index: 0;
  width: 998px;
  overflow: hidden;
}
#topBannerNav{
  position:absolute;
  width: 998px;
  z-index: 10;
}
