@charset "UTF-8";
/* main color

   blue: #0062a4;
   dark-gray: #888989;

 */
 
 @import url(menu.css);
   @import url(table.css);
 

* {
	margin:0;
	padding:0;
}
img{
   border: 0;
}
body {
    margin-top: 0;
	font-family: Tahoma, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	
	
}
p{
    font-size: 12px;
}

.imgFloatLeft{
    float: left;
	margin: 0 10px 10px 0;
	
}
.imgFloatRight{
    float: right;
	margin: 0 0 7px 7px;
	
}
.border{
   	border: 1px solid #c0c2c4;
}

#wrapper{
    width:880px;
	position:relative;
	margin:0 auto;
	background: url(../images/global/bg.gif) repeat-y;
	border-bottom: 1px solid #ccc;
		
}

#navigation{
    width: 800px;
	margin: 0 40px 0 0;
	text-align: right;
}
#TopHeader{
    width: 800px;
	margin: 0 40px;
}
#TopHeader .logo{
    float: left;
	width: 150px;
	height: 92px;
}


#flash{
    width: 800px;
	height: 150px;
	margin: 0 40px;
	clear: both;
	overflow: hidden;
}

#homecontent{
    margin: 0 40px 0;
	width: 800px;
	
}
#homecontent h1{
    font-size: 14px;
	color: #0061a3;
	line-height: 26px;
	text-indent: 15px;
	text-transform: uppercase;
	background-color: #ccc;
	width: 800px;
	height: 26px;
}
#homecontent h2{
    margin: 15px 0 0 15px;
	font-size: 13px;
	color: #888989;
}
#homecontent h3{
   font-size: 14px;
	color: #0061a3;
	line-height: 26px;
	text-indent: 15px;
	text-transform: uppercase;
}
#homecontent p, 
#homecontent li{
    margin: 15px 15px 0;
	font-size: 12px;
	color: #333;
}
#homecontent ul{
    list-style-type: circle;
	margin: 12px 10px 0 30px;
	
}
#homecontent ul.none{
    list-style-type: none;
	margin: 12px 10px 0 30px;
	
}
#homecontent ul.number{
   list-style-type: decimal;
   
}
#homecontent p a,
#homecontent li a
{
   color: #0062a4;

}

#homecontent .download{
    float: left;
	background: url(../images/global/side-bg.gif) repeat-y;
	width: 145px;	
	
}

#homecontent .download h2{
    font-size: 13px;
	color: #ccc;
	margin: 10px 0 0 33px;
}
#homecontent .download h2 a{
   color: #fff;
   text-decoration: none;
}
#homecontent .download h2 a:hover{
   color: #bebfc1;
}
#homecontent .download p{
    font-size: 11px;
	line-height: 17px;
	color: #fff;
	margin: 10px 10px 10px 33px;	

}

#homecontent .download p a{
   color: #fff;
   font-weight: 130;
   text-decoration: none;
}
#homecontent .download p a:hover{
   color: #bebfc1;
}
#homecontent .download .divider{
     border-bottom: 1px dotted #bebfc1;
	 margin: 5px 0 5px 26px;
}

#homecontent .content{
    width: 615px;
	margin: 0 15px 0 25px;
	float: left;
}
#homecontent .content .welcometxt{
    font-size: 18px;
	color: #666;
	
}
#homecontent .content .welcometxt a{
    color: #0062a4;
	text-decoration: none;
}
#homecontent .content p{
    margin-top: 16px;
	color: #333;
}
#homecontent .content .Mics{
    margin-top: 15px;
	background: url(../images/global/misc.gif) no-repeat;
	width: 615px;
	height: 220px;
	
}
#homecontent .content .Mics .box{
    width: 195px!important;
	width: 190px;
	float: left;
}
#homecontent .content .Mics .boxmargin{
   margin-left: 12px;

}
#homecontent .content .Mics .box p{
   font-size: 11px;
   color: #666;
   margin-top: 18px;
}
.titletxt{
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  margin: 10px 0;
  line-height: 33px;
  text-align: center;
  
}
.titletxt a{
  color: #333;
  text-decoration: none;
 }
.titletxt a:hover{
  color: #0062a4;
  }

#footer{
   background-color: #d1d2d4;
   width: 800px;
   height: 28px;
   margin: 0 40px;
   clear: both;  
}

#footer p{
    padding: 5px 0 0 15px;
    color: #333;
	font-size: 11px;
}

#footer p a{
    color: #333;
	text-decoration: none;
}

.break{
   margin: 10px 15px 10px;
   clear: both;
   border-top: 1px dotted #ccc;
}
.bluetxt{
   color: #0062a4;
   font-weight: bold;
}

.graytxt{
   color: #888989;
   
}
