/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #333;
	background: url(../images/bgBody.gif) repeat-y center;
}
form {
	margin: 0px;
	padding: 0px;
}
#mainContainer {
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/containerBg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
#mainContainer #header {
	background: url(../images/headerBG.gif) no-repeat center;
	height: 110px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#header #headerHd {
	position: relative;
	top: 30px;
	left: 470px;
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
	padding: 0px;
}

/* Start tab Navigation */  

       #tabNav {
	font-size:85%;
	line-height:normal;
	position: relative;
	left: 3px;
	top: 43px;
	height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	visibility: visible;

      }
    #tabNav ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabNav li {
      display:inline;
      margin:0;
      padding:1;
      }
    #tabNav a {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	background-image: url(../images/leftTab.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabNav a span {
	float:left;
	display:block;
	color:#FFF;
	background-image: url(../images/rightTab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 8px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabNav a span {float:none;}
    /* End IE5-Mac hack */
    #tabNav a:hover span {
      color:#FFF;
	  background-position:100% -25px;
      }
    #tabNav a:hover {
      background-position:0% -25px;
      }
    #tabNav a:hover span {
      background-position:100% -25px;
	  }
  
/* End tab Navigation */  
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:16px;
	z-index:999;
	visibility: visible;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */
	font-family: Verdana;
	font-size: 85%;
	font-weight: bold;
	font-variant: normal;
	background-color: #939392;
	margin-top: 3px;
	color: #FFFFFF;
	width: 200px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


* html .dropmenudiv a{ /*IE only hack*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #2686BD;
	color: #FFFFFF;
}
/* ######### Style for Drop Submenu Menu ######### */

.dropmenudivSub{
	position:relative;
	top: 0;
	line-height:16px;
	z-index:999;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */
	font-family: Verdana;
	font-size: 85%;
	font-weight: bold;
	font-variant: normal;
	background-color: #939392;
	margin-top: 3px;
	color: #FFFFFF;
	width: 200px;
	text-decoration: blink;
	left: 200px;
}


.dropmenudivSub a{
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


* html .dropmenudivSub a{ /*IE only hack*/
}

.dropmenudivSub a:hover{ /*THEME CHANGE HERE*/
	background-color: #2686BD;
	color: #FFFFFF;
}
.clearLeft {
	clear: left;
}

#mainContainer #colorBar {
	text-align: right;
	clear: both;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContainer #footer {
	text-align: right;
	margin-bottom: 30px;
	margin-right: 20px;
	font-size: 90%;
	color: #666666;
}
#footer a
{
	color:  #48A1CB;
	margin-top: 3px;
}

#footer a:hover {
	color: #A39161;
}
