@charset "UTF-8";
/* CSS Document */

body {margin:0px;
		padding:0px;
		background:#fff url(../images/bodybg.png) repeat-x top;
}

body, td, p, span, div {font-family: Arial, Helvetica, sans-serif;
							font-size:12px;
							line-height:18px; color:#333;}
							

.mainwrapper {width:100%;
			border-top:5px solid #0094DD; 
			padding-top:20px;}
			
.bodywrapper {width:950px; height:auto;
				min-height:100%; margin:0 auto;}
				
.logo {width:115px; height:80px; 
		 float:left; margin-bottom:15px;
		position:relative;}
		
.topcontact {width:600px; float:right;
				position:relative; height:80px;
				margin-bottom:15px;}
				
.banner {width:950px; height:290px; background:#666;
			margin:0 auto; clear:both; }
			
.menudiv {width:950px; height:30px; 
			margin:0 auto; clear:both; 
			padding-top:3px; padding-bottom:3px;
			margin-bottom:5px;}
			
.leftcontent {float:left; width:680px;
				height:auto; min-height:100%;
				margin-bottom:10px;}
				
.rightcontent {float:right; width:230px;
				height:auto; min-height:100%;
				background:#F0F0F0; padding:6px;
				margin-top:10px; margin-bottom:10px;}
				
.leftcontent h2 {color:#C00; font-size:15px;}
.leftcontent h3 {color:#333; font-size:13px;  padding:0px; margin:10px; margin-left:0px; margin-right:0px;}

.rightcontent h2 {color:#C00; font-size:15px; margin-top:5px; padding-top:0px;}

.footer {height:50px; width:950px;
			margin:0 auto; clear:both;
			background:#0094DD; color:#FFF;
			text-align:center; padding-top:10px;
			margin-bottom:10px;}
				
				
.bimage { width:300px; float:left;
		margin-left:10px;
			text-align:left;
			}
			
.bimage img { margin-right:15px;}
.mfooter {float:right; width:500px; text-align:right;
			color:#fff; margin-top:15px; margin-right:10px;}

