* {
	padding: 0; 
	margin: 0; 
} 

a {
	color: #003B8C;
}

a:hover {
	color: #7A86AF; text-decoration: none;
} 

body {
	text-align: center; 
	width: 100%;
	height: 100%;
	background-color:#737E9B;
	background-image: url(../images/background.gif); 
	background-repeat: repeat-x;
	overflow: auto;
}

img {
	border:0px;
}

	

/*********** BOXES AND SHELLS - LAYOUT ITEMS ******************/



#shell {
	/*border: 1px solid #CC0000;*/
	background-image: url(../images/shaddow.png); 
	/*background-position: 0px 51px;*/
	background-repeat:no-repeat;
	/*position: relative;*/
	margin: 50px auto 0px auto;
	text-align: left;
	/*height: 100%;*/
	width: 870px;
	z-index: 1;
}

.topBar {
	/*position: absolute;	*/
	background-color: #FFFFFF; 
	width: 850px;
/*	left: 10px;
	top: 50px;*/
	height: 75px;
	z-index: 2;
	margin-left:10px;
/*	margin-top:50px;*/
}

.topLogo {
	position: absolute;
	margin-left: 35px;
	width: 115px;
	height: 115px;
	top: 6px;
	z-index: 3;
}

.secondaryNav {
	position: absolute;
	margin-left: 560px;
	top: 75px;
	width: 250px;
	height: 50px;
	z-index: 6;
}

.greyBackground {
	/*position: absolute;*/
	background-color: #677878; 
	width: 850px;
	left: 10px;
	top: 125px;
	height: 219px;
	z-index: 6;
	margin-left:10px;
}

.watermark {
	position: absolute;
	/*margin-left: 371px;*/
	width: 479px;
	top: 294px;
	height:409px;
	z-index: -1;
}

.mainContentBackground {
/*	position: relative;*/
	background-color: #FFFFFF; 
	margin-left: 10px;
	width: 850px;
	/*height: 100%;*/
	top: 344px;
	z-index: 5;
}

.mainContentArea {
	/*border: 1px solid #CC0000;*/
	/*position: absolute;*/
	margin-left: 325px;
	width: 418px;
	/*top: 345px;*/
	/*height: 100%;*/
	z-index: 5;
}

.leftNavContent {
	position: absolute;
	margin-left: 35px;
	width: 292px;
	top: 125px;
	background-color: #F0F2F2;
	z-index: 6;
	height:662px;
}

.leftNavSliver {
	position: absolute;
	margin-left: 289px;
	top: 464px;
	z-index: 6;
}

.topDisplayPics {
	position: absolute;
	margin-left: 327px;
	width: 413px;
	top: 125px;
	z-index: 6;
}


.footerBox {
	background-image: url(../images/background_footer.gif);
	position: relative;
	background-color: #BCC3C3; 
	text-align: center;
	width: 850px;
	height: 50px; 
	left: 10px;
	z-index: 5;
	vertical-align:middle;
}


.footerBoxWhite {
	position: relative;
	background-color: #FFFFFF; 
	width: 850px;
	height: 25px; 
	left: 10px;
	z-index: 5;
	top: 0px;
}

.footerBoxShaddow {
	position: relative;
	background-image: url(../images/shaddow_bottom.png); 
	background-position: 0px 0px; 
	background-repeat:no-repeat;
	background-color: #737E9B;	
	width: 860px;
	height: 75px; 
	z-index: 1;
	top: 0px;
	margin:0 auto;
}

/*********** TEXT ITEMS AND STYLES ******************/

h2 {
	padding-left:20px;
	font-family: Tahoma;
	color: #006600;
	line-height: 35pt;
	font-size:16px;
	
}

.mainText {
	font-family: Tahoma;
	font-size: 11px;
	color: #485E88;
	line-height: 12pt;

	text-align: left;
	padding-right:10px;
	padding-left:20px;
}

li {
	font-family: Tahoma;
	font-size: 11px;
	color: #485E88;
	line-height: 10pt;
	margin-left: 55px;	
}

.footerText {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	font-variant: small-caps;
	line-height: 11pt;
}

.mainTextNoIndent {
	font-family: Tahoma;
	font-size: 12px;
	color: #485E88;
	line-height: 15pt;
	text-align: left;
}

.msg_r {
	font-family: Tahoma;
	font-size: 11px;
	color:#FF0000;
	font-weight:bold;
	line-height: 15pt;
	text-align: left;
}

.mainTextMedium {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	/*font-variant: small-caps;*/
	padding-left:40px;
	line-height: 15pt;
	text-align: left;
}

.strong	{
	font-weight:bold;
	font-family: Tahoma;
	font-size: 12px;
	color:#444b86;
	}
	
	/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background:#efefef;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #666;
      }
    #tabsF ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url(../images/tableftF.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url(../images/tabrightF.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
        }
h4 {
	padding-left:10px;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}
