<!--
body{
   padding: 0px;
   margin: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#Header {
	width: 100%;
	height: 75px;
	background: #FF0000 url(../images/background_header_right.gif) top
right no-repeat;
	color: #FFFFFF;
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 1;
}

div#MainNav{
   font-size: 12px;
   width: 172px;
   background: #CCC;
   color: #000000;
   z-index: 40;
   position: absolute;
   top: 75px;
   left: 0px;
}

div#Search{
   width: 152px;
   background: #000;
   padding: 5px 10px 5px;
   color: #FFF;
}

div#Utility{
   background: #FFFFFF url(../images/background_utility.gif) top left
no-repeat;
   color: #000000;
   float: right;
   padding: 5px 5px 5px 35px;
   font-size: 12px;
   height: 15px;
   text-align: center;
}

div#CenterColumn{
	position: absolute;
	width: 600px;
	background: #FFFFFF;
	top: 78px;
	left: 179px;
	z-index: 5;
	height: 217px;
}

div#RightColumn{
	background: #fff;
	width: 210px;
	color: #000000;
	font-size: 11px;
	position: absolute;
	left: 790px;
	top: 75px;
	z-index: 2;
}

div#Footer{
   float: left;
   clear: both;
   width: 100%;
   background: #333333;
   padding: 0px 0px 20px;
}

div#FooterNav{
   float: right;
   text-align: justify;
   padding: 5px;
   border-bottom: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   font-size: 12px;
}

div#BreadCrumbs{
   width: 100%;
   height: 17px;
   font-size: 0.8em;
   padding: 3px;
   background: #FFF;
   border-bottom: 1px 
}

div#MainGraphic{
	float: left;
	width: 100%;
	height: 225px;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/main_graphic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main_header_image{
   float: left;
}

div#MainTable{
   position: absolute;
   top: -1px;
   left: -4px;
   width: 100%;
}

.right_column_sections{
   background: #fff url(/images/right_column_background.jpg) top center
repeat-y;
   width: 207px;
   padding: 0px 0px 0px;
}
/******************************/

#MainNav li a{
   display: block;
   text-decoration: none;
   background: #FFFFFF;
   color: #000000;
   border-bottom: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
   width: 150px;
   padding: 3px 10px 3px 10px;
   font-size: .9em;
}

#MainNav li a:hover{
   color: #FF0000;
   background: #eeeeee;
}

#MainNav ul{
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   z-index: 50;
}

#MainNav ul li{
   position: relative;
}

#MainNav ul li ul li{
   position: relative;
}

#MainNav li ul{
   margin: 0px;
   padding-left: 0px;
   width: 150px;
   list-style-type: none;
   display: none;
   position: absolute;
   left: 149px;
   top: 0px;
}

#MainNav li ul li ul{
   display: none;
}

#MainNav li:hover ul, li.over ul {
   display: block;
}

#MainNav li:hover ul li ul, li.over ul li ul {
   display: none;
}

#MainNav li ul li:hover ul, li ul li.over ul {
   display: block;
}

#Footer a{
   text-decoration: none;
   color: #FFFFFF;
   font-size: 11px;
}

#Footer a:hover{
   text-decoration: underline;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }

/******************************/
.featureTitle {
   font-size: 12px;
   color: #FF0000;
   font-weight: bold;
}
.featureDescription {
   font-size: 11px;
}
#CenterColumn #MainTable table {
   font-size: 12px;
}
.bold {
   font-weight: bold;
}
.italic {
   font-style: italic;
}
.featureLeftColumn {
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-right-style: solid;
   border-bottom-style: solid;
   border-right-color: #CCCCCC;
   border-bottom-color: #CCCCCC;
}
.featureRightColumn {
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #CCCCCC;
}
.textHeader {
   background-image: url(../images/background_text_header.gif);
   background-repeat: no-repeat;
   background-position: left top;
   color: #FFFFFF;
   font-weight: bold;
   padding: 5px;
   margin: 0px;
}

.rightHeader {
   background: #ff0000 url(../images/background_right_header.gif) top left
no-repeat;
   color: #FFFFFF;
   text-indent: 25px;
   height: 20px;
   font-size: 14px;
   font-weight: bold;
   margin: 0px 10px 5px;
}

.leftHeader{
   width: 162px;
   background: #000;
   padding: 5px 10px 5px;
   color: #FFF;
   letter-spacing: 2px;
   padding: 5px;
   margin: 0px;
}
.right_column_sections p {
   margin-left: 20px;
}
.style1 {font-size: 11px; font-weight: bold; }

/* End */
-->
