img{
border: none;
text-decoration: none;
}

body {
	background: #ffffff url("images/background.png") repeat-x;
	margin: 6px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin:6px 0px;
	padding:0px;
	border:0px;
	line-height: 18px;
}

#content a{
color: #BA3030;
}

#content a:hover{
text-decoration: none;
}

#content a:visited{
color: #BA3030;
}

.contentlist {list-style: none; margin-bottom: 20px;}

#skin {
	background: url("images/background2.png") no-repeat top;
	height: 326px;
}

#wrapper {
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper #head #head_nav {
	width: 325px;
	float: left;
	height: 48px;
}

#wrapper #head #head_nav #global_nav_wrapper{
	background-image:url(images/header_topleft.gif);
	width:325px;
	height:131px;
}

#wrapper #head #head_nav #global_nav{
	float: right;
	padding-top: 16px;
	padding-right: 25px;
	font: 11px Arial, sans-serif;
	color: #FFFFFF;
}

#global_nav a{
	color: #FFFFFF;
	text-decoration: none;
	padding-left:8px;
	padding-right:8px;
}

#global_nav a:hover{
	color: #CCCCCC;
}

#wrapper #head {

}

#wrapper #head #head_flash {
	float: left;
	width: 595px;
	height: 255px;
}

#wrapper #navbar {
	clear:both;
	padding-left:20px;
	padding-top: 13px;
}

/* /////////////////////////  new menu styles */

#menu {
	float: left;
	background: url("images/navbar_bg.png");
	width: 543px;
}


#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 34px;
}

#menu a {
	display: block;
	/*width: 105px;*/
	/*text-align: center;*/
	display: block;
	height: 100%;
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#menu li { /* all list items */
	float: left;
	/*width: 105px; width needed or else Opera goes nuts */
	line-height: 34px;
}

#menu li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: url("images/navbar_bg.png") 0 -34px;
}

#menu ul li ul li, #menu ul li ul li a{
padding: 0px;
text-align: left;
float: none;
width: 160px;
background: #f6f6f6;
background-image: none;
border-bottom: 1px solid #dbdada;
margin-top: -1px;
line-height: 20px;
color: #757575;
text-transform: none;
text-indent: 0;
}

#menu ul li ul li a{
padding-left: 10px;
width: 150px;
height: 20px;
}


#menu ul li ul li a:hover{
background-image: none;
color: #000;
border-bottom: 1px solid #ba0f0f;
border-left: 5px solid #ba0f0f;
width: 145px;
}

#menu li.navLi {text-indent: 10px; margin-right: 25px;}

/* /////////////////////// end new menu styles */

/* /////////////////////// login form styles */

.frmLogin {background-color:#f6f6f6; padding-bottom:10px;}
.frmLogin .subcategory {clear:both; margin:0 0 20px 15px;}

label{
display:block;
float:left;
margin-bottom:5px;
padding-right:8px;
text-align:right;
width:75px;
}

#login input{
padding: 2px;
border: 1px solid #757575;
font-family: Helvetica,Arial,sans-serif;
font-size: 11px;
color: #757575;
}




/* /////////////// end login styles */

#wrapper #c_area {
	float: left;
	width: 921px;
	margin-top: 10px;
	background: url("images/dist_bg.png") no-repeat;
}

#wrapper #navcontainer {
	float: left;
	width: 233px;
	margin-left: 27px;
	font: 12px Tahoma, Arial, sans-serif;
}
/* ie specific styles -- should be in iestylesheet */
*:first-child+html #wrappr #navcontainer{
margin-left: 14px;
}

* html #wrapper #navcontainer{
margin-left: 14px;
}

#wrapper #navboxhead {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 60px;
	margin-top: 20px;
	padding-left: 15px;
	padding-top: 10px;
	font: 11px Arial, sans-serif;
}

#wrapper #navbox {
	float: left;
	background: #f6f6f6;
	width: 226px;
	margin: 20px 0;
}

.subcategory {
	font-weight: bold;
	border-left: 7px solid #dbdada;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navcontainer ul {
	list-style-type: none;
	margin: 3px 0px 15px;
	padding-left: 5px;
}

#navcontainer li {
	padding: 3px;
}

#navcontainer a {
	display: block;
	color: #757575;
	border-bottom: 1px solid #e3e3e3;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	font-family: Verdana, Geneva, Arial, Sans-serif;
	font-weight: bold;
}

#navcontainer a:visited {
	color: #757575;
	border-bottom: 1px solid #e3e3e3;
	text-decoration: none;
}

#navcontainer a:active {
	color: #757575;
	border-bottom: 1px solid #e3e3e3;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #000000;
	border-bottom: 1px solid #ba0f0f;
	border-left: 4px solid #ba0f0f;
}

#navcontainer a.2 {
	text-decoration: none;
}

#navcontainer a.2:visited {
	text-decoration: none;
}

#navcontainer a.2:active {
	text-decoration: none;
}

#navcontainer a.2:hover {
	text-decoration: none;
}

#navcontainer p {
	color: #757575;
	font-size: 11px;
}

#wrapper #navbox_content {
	padding-left: 15px;
	padding-top: 10px;
	float: left;
}

#wrapper #navbox2 {
	float: left;
	background: #f9efef;
	width: 226px;
	margin: 10px 0;
}

#wrapper #navbox_content2 {
	padding-left: 15px;
	padding-top: 10px;
	float: left;
}

#wrapper #contentcontainer {
	float: left;
	width: 641px;
	padding-left: 20px;
	padding-top: 8px;
}

#wrapper #contentcontainer #content {
	float: left;
	width: 641px;
}

#wrapper #contentcontainer #u_links {
	margin-top: 5px;
	float: left;
	width: 641px;
}

.u_link_text a {
	color: #ba0f0f !important;
	text-decoration: none;
}

.u_link_text a:visited {
	text-decoration: none;
}

.u_link_text a:active {
	text-decoration: none;
}

.u_link_text a:hover {
	border-bottom: 1px solid #ba0f0f;
}

.u_link {
	float: left;
	border: 2px #c8c8c8 solid;
	padding: 2px;
	width: 100px;
	margin: 9px;
	background: #f6f6f6;
	text-align:center;
}


.u_link2 {
	float: left;
	border: 2px #f26c6b solid;
	padding: 2px;
	width: 100px;
	margin: 9px;
	text-align:center;
}

.u_link_text {
	font-family: 'Arial'; 
	font-size: 9px; 
	font-weight: bold; 
	letter-spacing: -1px;
	background: #e9e9e9;
	border-top: 2px #ffffff solid;
	border-bottom: 1px #dcdcdc solid;
	padding: 4px;
}

#wrapper #footer {
	float: left;
	clear: both;
	width: 900px;
	background: #f6f6f6;
	border: 1px #bdbdbd solid;
	margin-top: 15px;
	margin-left: 21px;
}

#wrapper #footer #footer_content {
	float: left;
	border: 1px #ffffff solid;
	width: 256px;
	padding-top: 2px;
	padding-left: 50px;
	padding-bottom: 3px;
	background: url("images/copyrite.png") no-repeat #ba0f0f;
	font: 11px Arial, sans-serif;
	color: #ffffff;
}

#wrapper #footer #footer_content2{
	float: right;
	padding-top: 3px;
	padding-right: 5px;
	font: 11px Arial, sans-serif;
	color: #757575;
}

#footer_content2 a{
	color: #757575;
	text-decoration: none;
	}

#footer_content2 a:hover{
        color: #313131;
        }


#wrapper #content h1 {
	font: 21px Georgia, "Times New Roman", Times, serif;
}

#wrapper #content h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #343434;
	text-transform: uppercase;
	border-left: 7px #757575 solid;
	border-bottom: 1px #757575 solid;
	padding-left: 10px;
	line-height: 20px;
	margin-bottom: 15px;
}

#wrapper #content h3 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #343434;
	text-transform: uppercase;
	border-left: 7px #757575 solid;
	border-bottom: 1px #757575 solid;
	padding-left: 10px;
	line-height: 18px;
	margin-top: 10px;
}

.header_box_text {
	padding-top: 7px;
	padding-left: 16px;
	font: 13px Tahoma, Arial, sans-serif;
	color: #484848;
	letter-spacing: 2px;
}

.header_box_inner {
	background: url("images/header_box_bg.png") repeat-x #e3e3e3;
	height: 31px;
	border-top: 1px #d3d3d3 solid;
	border-left: 1px #e3e3e3 solid;
	border-right: 1px #e3e3e3 solid;
	border-bottom: 1px #e3e3e3 solid;
}

.header_box_outer {
	border-left: 1px #b2b2b2 solid;
	border-right: 1px #b2b2b2 solid;
	border-bottom: 1px #b2b2b2 solid;
}


.nbh {
	float: left;
	margin: 5px;
	text-align: center;
}

.nbht {
	margin-top: 15px;
}

.filler {
	float: left;
}

.logo {background: url(images/logo.jpg) no-repeat right; width: 325px; height: 124px;}

.header {
	width: 130px;
	border-left: solid 8px #ffffff;
	filter: alpha(opacity=50);
	opacity: 0.5;
	padding-left: 25px;
	background: #000944;
	font: 19px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin-bottom: 8px;
	margin-left: -18px;
}

.turrr {
	font: bold 15px Arial, Helvetica, sans-serif;
}

.normal {
	font: 14px Arial, sans-serif;
/*	letter-spacing: 2px; */
	color: #000000;
}

.small {
	font: 9px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1.0px;
	color: #505050;
}

em {
	color: #ff8847;
}

p {
	margin-bottom: 12px;
	margin-top: 12px;
}

.indent{
padding-left: 40px;
}

.hr{
height: 1px;
border-bottom: 1px #757575 solid;
margin: 10px 0;
}

* html .filler2{
height: 80px; width: 325px;
}


*:first-child+html .filler2{
height: 80px; width: 325px;
}

/* Styles ported from old css file */
.headerTxt
     {
     background-color: #b31818;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     }

INPUT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BACKGROUND-IMAGE: url(images/formpic.gif);
    FONT: 11px Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    BACKGROUND-COLOR: #ffffff
}
SELECT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BACKGROUND-IMAGE: url(images/formpic.gif);
    FONT: 11px Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    BACKGROUND-COLOR: #ffffff
}
TEXTAREA
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT: 11px Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    BACKGROUND-COLOR: #ffffff
}

INPUT.clock
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BACKGROUND-IMAGE: url(images/formpic.gif);
    FONT: 11px Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 100px;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    BACKGROUND-COLOR: #ffffff
}
FONT.remove
{
    FONT-WEIGHT: bold;
    CURSOR: hand;
    COLOR: #585858;
    FONT-FAMILY: Verdana, Geneva, Arial, Sans-serif
}
FONT.printHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16pt;
    FLOAT: right;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Verdana, Geneva;
    TEXT-ALIGN: right
}
FONT.printHeaderSmall
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Verdana, Geneva
}
FONT.printHeaderVerySmall
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Verdana, Geneva
}
FONT.printNormal
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Verdana, Geneva
}

/* caption determines the style of
   the month/year banner above the calendar. */

caption 
     {
     font-family:arial,helvetica; 
     font-size:18px; 
     color: black;
     font-weight: bold;
     }

/* .calendar determines the overall formatting style of the calendar,  
   acting as the default unless later overruled. */

.calendar 
     {
     font-family:arial,helvetica; 
     font-size:11px; 
     color: white;
     background-color: #c0c0c0;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     }

/* .calendarlink determines the formatting of those days linked to
   content. */

.calendarlink 
     {
     color: white;
     }

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.headerCal
     {
     background-color: #b31818;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     }

/* .day determines the formatting of each day displayed in the
   calendar. */
.dayheader 
     {
     background-color: #50a06e;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: left;
     }

.day 
     {
     background-color: #808080;

     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     }

/* .linkedday determines the formatting of a date to which content is
   available. */
.linkedday 
     {
     background-color: #afafff;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     } 

.capabilities table{border:#757575 solid 1px; text-align: left; padding: 0px; width: 100%; margin: 5px auto 40px;}
.capabilities td{padding: 3px; font-size: 11px; width: 180px; text-align: center;}
.capabilities td+td{width:222px; vertical-align: top; text-align: left;}
.capabilities ul{margin:0 0 0 18px; padding: 0; text-indent: 0; line-height: 18px;}
.capabilities .td_header {text-align: center; font-weight: bold; background-color: #C8C8C8; color: #FFFFFF; text-indent: 0; font-size: 13px;}
