/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  }

	#container {
	  width: 750px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #333333;
	  background-color: #FFFFFF;
	  border: 3px double #EEE; 
	  border-color: #cccccc #cccccc #cccccc #cccccc; 
	  }
	  
	#container2 {
	  width: 746px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  border-bottom: 2px solid #2763A5;
	  }
		
	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #6DA6E2;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  color: #666666;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  text-align:right;
	  padding-right:10px;
	  padding-top: 10px;
	  }
	  
	  h3 {
	  color: #FF0033;
	  font-size: 14px;
	  font-family: Arial, Helvetica, sans-serif;
	  text-align:right;
	  padding-right:5px;
	  padding-top: 10px;
	  }
		
	a {
	  color: #6DA6E2;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	.thinborderfloat {
	float:left;
	border:solid 1px silver;
	padding:5px;
	margin:5px; clear:both;
	}
	.thinborderfloatRT {
	float:right;
	border:solid 1px silver;
	padding:5px;
	margin:5px; clear:both;
	}

/**************** form styles ****************/
	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }

/**************** header styles ****************/
	#header {
	  width: 750px;
	  background: #f3c41f url(img/logo.gif) repeat-y;
	  height: 117px;
	  }
	#header h2 {
	  color: #666666;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  text-align:right;
	  padding-right:10px;
	  padding-top: 50px;
	  }

/**************** menu styles ****************/
    #tabs10 {
      float:left;
      width:750px;
      font-size:93%;
	  padding-bottom: 1px;
	  border-bottom:4px solid #2763A5;
      line-height:normal;
	  background-color:#0a2f80;
      }
    #tabs10 ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("img/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("img/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    #tabs10 a span {
	  float:none;
	  }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/**************** content styles ****************/
	#content {
	  width: 520px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }
		
	#service {clear:both; height: auto;}
	#service div.image {float:left;	border:solid 1px silver; padding:5px; margin:5px; clear:both;}
	#service p {float:left; padding-top:15px; padding-bottom:15px; margin:5px;}
	
	#top {	width:60%;}
	
/**************** sidebar styles ****************/
	#sidebar {
	  width: 175px;
	  padding-left: 15px;
	  padding-right: 5px;
	  padding-top: 10px;
	  float: right;
	  background-color:#f3c41f;
	  }
		
	#sidebar p {
	  padding-bottom: 14px;
	  padding-top: 5px;
	  padding-right:10px;
	  color:#000066;
	  	  
	  }
	  
	#sidebar h3 {
	  color: #000066;
	  font-size: 14px;
	  font-family: Arial, Helvetica, sans-serif;
	  text-align:right;
	  padding-top: 10px;
	  padding-right:10px;
	  padding-bottom: 10px;
	  
	  }
	#star {
	  width: 175px;
	  height:135px;
	  background-image:url(img/star.gif);
	  background-repeat:no-repeat;
	  }  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  background-color:#2763A5;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }