@charset "UTF-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #a9a9a9;
	margin: 10px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #53565b;
}
.main #container {
	width: 948px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #top {
	background: url(/includes/images/bkg_top.gif) top left no-repeat;  width: 948px; height:15px; 
	padding: 0px 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

*html .main #top {
	background: url(/includes/images/bkg_top.gif) top left no-repeat;  width: 948px; height:15px; 
	padding: 0px 10px 0px 20px; margin-bottom: -3px;
}
.main #header { 
background: #fff; padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.main #headerTop {float: left; background-color: #fff; width: 100%;}
.main #headerTop .left {float: left; width: auto; padding-left: 20px; padding-bottom: 10px;}
.main #headerTop .right {float: right; width: auto; text-align: right; padding-right: 40px;}
.main #headerTop a, .main #headerTop a:link, .main #headerTop a:visited, .main #headerTop a:active {color: #4296ce; font-size:11px; font-weight: normal;}
.main #headerTop .utility {padding-top: 10px; padding-right: 15px;}
.main #mainContent {float: left;
	padding: 0 20px; background: #fff;
   /* width: 862px;*/
}

.main #navigation {background: #fff; width:948px;}
.main #navigation .leftside {width: 750px; float: left; background: #fff;padding-left:30px;}
.main #navigation .rightside {background: #fff; width: 163px; background: #fff url(/includes/images/menu_right.jpg) top left no-repeat; height:31px; float: right; font: bold 12px Arial, Helvetica, sans-serif;}
.main #navigation .rightside a, .main #navigation .rightside a:link, .main #navigation .rightside a:visited, .main #navigation .rightside a:active {color: #fff;}
.main .login {margin-top: 7px; margin-left: 75px;}
.main #flash {background: #fff; padding-left: 0px;}

/* These styles are for the home feature box for News */

#hmFeature {width: 191px; float: left; text-align: left; margin-top: 6px;}
#hmFeature .top {float: left; background:url(/includes/images/hm_ftr_top.gif) top left no-repeat; height: 32px; width: 191px; padding-bottom: 0px; font-size:14px; font-weight:bold; color:#fff;}
#hmFeature .mainCont { border-left: 1px solid #bfc1c4; border-right: 1px solid #bfc1c4; background: #fff; padding:10px 5px 15px 5px; font-size: 11px; font-weight: bold; color:#b7b9bd; float: left; width:179px; height:138px; margin-top: -5px;}
#hmFeature .mainCont p {line-height: 6px;}
#hmFeature .ftrBtm {width: 191px; height: 12px; background:url(/includes/images/ftr_bttm.gif) top left no-repeat; float: left;}
#hmFeature .topImg {margin-top: 5px; margin-left: 25px; float:left;}
#hmFeature .topRSSImg {margin-top: 5px; margin-left: 35px; float:left;}
#hmFeature .topTxt {float: left; padding-left: 5px; padding-top: 7px; position: relative; font-size: 12px;}
#hmFeature a, #hmFeature a:link, #hmFeature a:visited, #hmFeature a:active {text-decoration:none; font-weight:normal; font-size: 11px; color:#4296ce;}
#hmFeature .newsLnk {text-align: right; color:#4296ce;}
#hmFeature .newsTxt {color: #53565b;}
#hmFeature a:hover {text-decoration: underline;}

/* Styles for news articles */
.newsAuthor {font-size: 9px; font-weight:normal; font-style:italic;}
#contentBox h2.newsSub {font-style:italic; font-weight:bold; font-size:12px;}
#contentBox img.mnImg {float: left; padding: 0px 10px 10px 0px; }
#contentBox table.special {}
#contentBox table.special td {padding: 2px;}

/* These styles are for the bottom sections of the home page */

.main #hmBttm {/*float: left;*/ width:888px; background:#fff; padding: 10px 0px 0px 20px;}
.main #hmBttm .leftTabs {float: left; margin-left: -5px;}
.main #hmBttm .middle {float: left; padding-left: 6px;padding-right: 6px;}
.main #hmBttm .rtVideo {float: right; margin-right: 10px; margin-top: 5px;}
.main #hmBttm h3 {font-weight: bold; padding: 2px; font-size: 12px;}

.main #bttm {background: url(/includes/images/bkg_bttm.gif) bottom left no-repeat;  width: 948px; height:15px;
	padding: 0 10px 0 20px; float: left;}

.main #footer { 
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#53565b; color: #fff; font-size: 11px; font-weight:normal;
}

.main #footer a {color: #fff;}

.main #footer .lft { float: left;
	padding: 15px 0px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#a9a9a9; color: #fff; font-size: 11px; font-weight:normal;
}
.main #footer .rt { float: right;
	padding: 15px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#a9a9a9; color: #fff; font-size: 11px; font-weight:normal;
}
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* IE Hacks */

*html .main #bttm {background: url(/includes/images/bkg_bttm.gif) bottom left no-repeat;  width: 948px; height:15px;
	padding: 0 10px 0 20px; float: left; margin-top: -3px;}
*html .main #mainContent {float: left;
	padding: 0 24px; background: #fff; width:733px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
*html .main #top {
	background: url(/includes/images/bkg_top.gif) top left no-repeat;  width: 948px; height:15px; 
	padding: 0px 10px 0px 20px; margin-bottom: -3px;
}

*:first-child+html .main #mainContent {float: left;
	padding: 0 22px; background: #fff; width:904px;}
	
*html .main #flash {background: #fff; padding-left: 0px; margin-top: -2px;}
*html .main #hmBttm {width:120%; background:#fff; padding: 10px 0px 0px 20px;}
*html .main #navigation {background: #fff; padding-left: 30px; margin-left: 0px; width:918px; }
*html .main #navigation .rightside {background:url(/includes/images/menu_right.jpg) top left no-repeat; height:31px; float: left; margin-right: 0px;}
*html #hmFeature .top {padding-bottom: 0px;}
*html .main #hmBttm .middle {float: left; padding-left: 4px;}
*html .main #hmBttm .rtVideo {float: right; margin-right: 4px;}
*html #hmFeature .topImg {margin-left: 12px;}
*html #hmFeature .mainCont { padding:13px 5px 0px 5px; font-size: 11px; font-weight: bold; color:#b7b9bd; margin-top: -5px;}
*html #hmFeature {margin-left: 5px;}
*:first-child+html #hmFeature .mainCont { height: 143px; margin-top: 0px; padding-top: 10px; padding-bottom: 10px;}
*:first-child+html #hmFeature .top {height: 27px; float: none;}
.newsFeed {margin: 0 0 10px 0;font-size: 12px;}
.btn
{
	border:groove inset 1px #000000;
	background:#84B0DC; 
	color:black;
	font-family: Verdana;
	font-size: 10pt;
	font-weight:bold;

/*
	font-family:Verdana;
	font-size:10pt;
	font-weight:normal;
	color: #353535;
	background-color:#F0E9EA;
	border-style:outset;
	cursor:hand;
	height: 30px;
*/
}
.aspLabel
{
	color: Black;
	font-weight:normal;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:20px;
	line-height: 20px;
	vertical-align:middle;
	margin-right:5px;
}
.aspTextBox
{
	height:20px;
	line-height: 20px;
	vertical-align:middle;
	margin-bottom:5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
.aspTextBoxReadOnly
{
	height:20px;
	line-height: 20px;
	vertical-align:middle;
	margin-bottom:5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
.aspDropDownList
{
	height:20px;
	line-height: 20px;
	vertical-align:middle;
	margin-bottom:5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
.aspCheckBox
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-right: 15px;
}
.requiredTxt 
{
    font-family:Arial,Helvetica,sans-serif;
	font-size:12px; 
	font-weight:normal; 
	color:#ff0000;
}
