/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url('gifs/Grad06.gif');
	background-repeat: repeat-x; 
	background-color: #333333;

}

#menubg{
	/*background-image: url('gifs/Menubg.gif');*/
	width: 199px;
	margin: 0px 0px 0px 0px;
}
/************* This is used for the HVMenu position ************************/
#vmenu{
	width: 199px;
	height:100px;
	float:left;
	margin: 0px 0px 0px 0px;
}
/*****************************************************************************/
#contact{
	margin: 200px 0px 0px 0px;
}

a{
	color: #2A4888;
	text-decoration: none;
}

a:link{
	color: #2A4888;
	text-decoration: none;
}

a:visited{
	color: #2A4888;
	text-decoration: none;
}

a:hover{
	color: #2A4888;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#tedge{
	margin: 0px auto 0px auto;
	width: 960px;
	height: 170px;
	background: url(gifs/Topheader02.gif) no-repeat top left;
}

#text {
	width: 565px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2A4888;
}

#footer{
	margin: 0px auto 0px auto;
	width: 960px;
	height: 46px;
	background-image: url('gifs/Bfooter02.gif');
	
}

#navtitle{
	width: 200px;
	height: 32px;
	padding: 5px 0px 0px 0px;
	font-size: small;
	float:left;
	background: url(gifs/Navtitle_blue.gif) no-repeat top left;
}


#leftcol {
	  width: 199px;
	  float:left;

	  text-align: left;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 9px;
	  line-height: 1.5em;
	  color: #000000;
	  background: url(gifs/Navbg_blue.gif) repeat-y;
	  background-color: #D5E1F0;
      border-right: 1px solid #89AAD6;
      border-bottom: 1px solid #89AAD6;
	  }
	  
	  #BHR {
	  width: 200px;
	  height: 50px;
	  display: block;
	  border-bottom: 1px solid #89AAD6;
	/*  height: 1px;
	  color: #89AAD6;*/
	  }
	  
#maincol {
	  width: 540px;
	  padding: 0px 10px 0px 15px;
	  float:left;
      display: Block;
	  text-align: left;
	  background: no-repeat top left;
	  
	  }
	  
	  #rightcol_blue {
	  width: 183px;
	  height: 220px;
	  float:left;
      display: Block;
	  text-align: left;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 9px;
	  line-height: 1.5em;
	  color: #000000;
	  background-color: #D5E1F0;
          border-right: 1px solid #89AAD6;
		  border-left: 1px solid #89AAD6;
          border-bottom: 1px solid #89AAD6;
	  }
	  
	  #rightcol_green {
	  width: 183px;
	  height: 130px;
	  float:left;
      display: Block;
	  text-align: left;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 9px;
	  line-height: 1.5em;
	  color: #000000;
	  background-color: #D9EFB9;
      border-right: 1px solid #A0D651;
	  border-left: 1px solid #A0D651;
      border-bottom: 1px solid #A0D651;
	  }
	  
	  #bluetitle{
	width: 185px;
	height: 22px;
	padding: 4px 0px 0px 0px;
	float:left;
	background: url(gifs/top_blue.gif) no-repeat top left;
}
	  #greentitle{
	margin-top:10px;
	width: 185px;
	height: 22px;
	padding: 4px 0px 0px 0px;
	float:left;
	background: url(gifs/top_green.gif) no-repeat top left;
}
	  
#content{
	margin: 10px auto 10px auto;
	width: 960px;
	height: inherit;
	background-color: #FFFFFF;
	background: url(gifs/content.gif) repeat-y;
}
#Mcontent{
	margin: 10px auto 10px auto;
	width: 760px;
}

/**************** Copyright styles ****************/
	 #Copyright {
	  width: 780px;
	  height: 25px;
	  padding-top: 0px;
	  margin: 0 auto;
	  text-align: center;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  line-height: 1.6em;
	  color: #333333;
	  }
	 #Copyright a:link {text-decoration: none; color: #333333; font-weight: bold;} 
	 #Copyright a:visited {text-decoration: none; color: #333333; font-weight: bold;} 
	 #Copyright a:hover {text-decoration: none; color: #FFCCCC; font-weight: bold;}