/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/* both html and boyd must have height 100% if the footer is going
   to property reside at the bottom of the page */
html {
	height: 100%;
}

body{
	height: 100%;
	font-family: sans-serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
div {
	font-family: sans-serif;
	font-size: 12px;
}
hr {
	color: #cccccc;
	height: 1px;
}

a:link, a:visited, a:hover {
	color: #305aff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: sans-serif;
 font-size: 150%;
}

h2{
 font-size: 125%;
}

h3{
	font-size: 100%;
}

h4{
 font-size: 100%;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
 text-align: justify;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
.rolesText {
 font-size:8px;
 display:inline;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

mainColumn {
	width: 924px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}

/* this class exists to contain mainDiv, used in putting the footer at the bottom of the page */
.wrap {
	min-height: 100%;
}

.mainDiv{
	width:924px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	/* the following properties are necessary to get the footer at the bottom of the page, the
	   bottom padding must be equal in height to the height of the footer */
	overflow:auto;
	padding-bottom: 42px;
}

.footer {
	margin-top: -42px;
	height: 41px;

/*	padding: 0 20px 0 20px; */
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	background-color: #eeeeee;
	
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#siteInfo{
	width: 924px;
	font-size: 10px;
	color: #666666;
	align: left;
	margin: 0 auto;
}

#masthead{
	width: 100%;
/*	margin-top: 12px; 
	margin-bottom: 16px; */
	padding-top: 12px;
	padding-bottom: 16px;
	background-color: #FFFFFF;
}

.leftColumn{
	width:696px;
	clear:left;
	float:left;
	padding-bottom: 16px;
}
.fullcolumn {
	float: left;
	width: 896px;
	padding-bottom: 16px;
}

.rightColumn {
	width: 200px;
	float: right;
	padding-bottom: 16px;
}

/*#navBar{
	margin: 0 81% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}*/

#content{
	float:right;
	width: 80%;
	margin: 0;
	padding: 0 1% 0 0;
}

#contentFull{
	float:center;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0%;
}

.div16Top {
	padding-top: 16px;
}

.div16Bottom {
	padding-bottom: 16px;
}

.div16Both {
	padding-top: 16px;
	padding-bottom: 16px;s
}

.divGradientNESW,
.divGradientNWSE {
	font-family: sans-serif;
	font-size: 12px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background: -moz-linear-gradient(top, #eeeff5, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeff5), to(#ffffff));
	background-image: url('/images/divGradientLarge.png');
	box-shadow: 0px 1px 0px #b3b3b3;
/*	margin-bottom: 16px;*/
}
.divGradientNESW {
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
.divGradientNWSE {
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.divSmallGradientNESW,
.divSmallGradientNWSE,
.divSmallGradientSWSE {
	font-family: sans-serif;
	font-size: 12px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background: -moz-linear-gradient(top, #eeeff5, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeff5), to(#ffffff));
	background-image: url('/images/divGradientSmall.png');
	box-shadow: 0px 1px 0px #b3b3b3;
/*	margin-bottom: 16px; */
}
.divSmallGradientNESW {
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
.divSmallGradientNWSE {
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.divSmallGradientSWSE {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.divRoundedBox {
	width: 100%;
	font-family: sans-serif;
	font-size: 12px;
	float:left;
/*	margin-bottom: 16px;*/
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-radius: 12px;
	box-shadow: 0px 1px 0px #b3b3b3;
}

.divRoundedNWSE,
.divRoundedNESW {
	font-family: sans-serif;
	font-size: 12px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 1px 0px #b3b3b3;
}

.divRoundedNWSE {
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.divRoundedNESW {
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}


.gradientbox {
	font-family: sans-serif;
	font-size: 10pt;
	background-color: #CFE2E2;
/*	margin: 10px; */
	padding: 10px;
	height: 300px;
	width: 300px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1;
	/*background: #eeeff5;*/
	background: -moz-linear-gradient(top, #eeeff5, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeff5), to(#ffffff));
	background-image:url('/images/divGradientLarge.png');
	box-shadow: 0px 1px 0px #b3b3b3;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.divSpacer {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
}

.divSpacer8 {
	padding: 8px 16px 8px 16px;
}


.gradientboxTitle {
	font-family:sans-serif;
	font-weight:bold;
	font-size:12px;
}

.appColumnLeft {
	float: left;
	width: 45%;
	padding-bottom: 16px;
}

.appColumnRight {
	float: right;
	width: 45%;
	padding-bottom: 16px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 16px 0px 0px 0px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 0px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	padding-top: 4px;
	padding-bottom: 10px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

#breadCrumb2{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

#loginBar{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	text-align: right;
	vertical-align: bottom;
	color: #FFFFFF;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
}


/************** .feature styles ***************/

.feature{
	text-align: justify;
	/*font-size: 9pt;*/
	/*padding: 0px 0px 0px 0px;*/
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.redbold{
	color: #800000;
	font-weight: bold;
}

.bluebold{
	color: #000080;
	font-weight: bold;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
/*	margin: 0 5px 5px 0;*/
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}



/************* #emailform styles ***************/

#emailform{
	font-size: 90%;
	padding-top: 0px;
	padding-bottom: 20px;
}

#emailform form{
 margin: 0px;
 padding: 0px;
}

#emailform label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#emailform label2{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	/*position: relative;*/
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	/*font-size: 90%;*/
}

/*#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}*/


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 0px 0px 5px 0px;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.infoSideBarHeader{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.infoMajorLink {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.infoDownloadMain {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 24px;
}
.divLogin {
	width: 100%;
	float: left;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-radius: 12px;
}
.divLeftSpacer {
	width: 40%;
	float: left;
	clear: left;
	padding: 8px;
}
.divRightSpacer {
	width: 40%;
	float: right;
	clear: right;
	padding: 8px;
}
.divSideBar {
	width: 100%;
	float: left;
/*	margin-bottom: 20px;*/
	padding-top: 20px;
}
.divSideBarSubcontent{
	margin-left: 16px;

/*	margin-top: 12px;*/
	padding-top: 12px;
}
.divDate {
	/*margin-top:4px;
	margin-bottom:4px;*/
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	font-size: 10px;
	color: #555555;
}
.divDateLink {
	/*margin-top:4px;
	margin-bottom:4px;*/
	padding-top: 4px;
	padding-bottom: 4px;
	float: right;
	font-size: 10px;
}


/************* rollover buttons ***************/
.bcls1 {background: url("/WebPages/graphics/buttonoff.png") 0px 0px  no-repeat;
        color:yellow;
       }
.bcls2 {background: url("/WebPages/graphics/buttonon.png") 0px 0px  no-repeat;
        color:yellow;
       }


input.rolloverbtn {
	outline: none;
	background-color: #eeeeee;
	color: #006699;
	border: 1px solid;
	border-color:#999999;
	padding: 2px 0px 2px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 110px;
}

input.rolloverbtn:hover {
  /*background: #666 url(/img/btn-send.gif) no-repeat 0 -25px; */
	background-color: #eeeeee;
	border-color:#006699;
	/* font-size: larger; */
	color: #006699;
	padding: 2px 0px 2px 0px;
	/* font-weight: bold; */
	font-family: Arial, Helvetica, sans-serif;
	width: 110px;
	/* font-size: 90%; */
}

.rollover a {
   /*display:block;
   width: 90px;
   padding:10px 10px 10px 7px;
   font: bold 13px sans-serif;;
   color:#333;
   background: url("rollover-image.gif") 0 0 no-repeat;
   text-decoration: none;
   */
	color:#999999;
	background-color: #00FF00;
}
.rollover a:hover { 
   color: #049;
}
.rollover a:active {
   color:#663300;
}
.indent3 {
	padding-left: 10px;
}


@charset "utf-8";
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
