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


		
		body {
			margin: 0px;
			
			font-family:Geneva, Helvetica, Arial; 
			font-size:10px;  
			font-weight: plain; 
		}
		
		p {
			line-height: 15px;
		}
		
		a:link	{color:#000000; text-decoration:none; font-size:10px; font-family:Geneva, Helvetica, Arial;}
		a:visited	{color:#666666; text-decoration:none; font-size:10px; font-family:Geneva, Helvetica, Arial;}
		
		
		ul {
			padding:0px;
		}
		
		ul li {
			list-style-type:none;
			padding-left: 0px;
			margin-bottom: 2px;
		}
		
		h3 {
			font-size: 10px;
			font-weight: bold;
		}
		
		
		#content {
			width: 1010px;
		}
		
		#leftcontent {
			width: 190px;
			/* height: 600px; */ /* remove */
			float: left;
		}
		
		#rightcontent {
			width: 820px;
			/* height: 600px; */ /* remove */
			float: right;
		}
		
		#topcontent {
			height: 90px; /* keep */

		}
		
		#bottomcontent {
			/* height: 540px; */ /* remove */
		}
		
		#menu {
			float: left;
		}
		
		#logoright {
			width: 190px;
			float: right;
		}
		
		#menu ul {
			padding:0px;
			margin-top: 15px;
		}
		
		#menu ul li {
			list-style-type:none;
			padding-left: 0px;
			font-weight:bold;
			margin-bottom: 3px;
		}
		
		#row1 {
			width:100%;
			height: 250px;
			clear:both; 
		}
		
		#row2 {
			width:100%;
			height: 171px;
			clear:both; 
			margin-top:8px;
			margin-bottom:6px;

		}
		
		#row3 {
			width:100%;
			clear:both; 
		}
		
		.tbox1 {
			width: 257px;
			height: 230px;
			margin-right: 20px;
			float:left;
		}
		
		.tbox1end {
			width: 257px;
			height: 230px;
			float:left;
		}
		
		.ibox {
			width: 257px;
			height: 171px;
			margin-right: 20px;
			float: left;
		}
		
		.iboxend {
			width: 257px;
			height: 171px;
			float: left;
		}
		
		.tbox2 {
			width: 257px;
			margin-right: 20px;
			float: left;
		}
		
		.tbox2end {
			width: 257px;
			float: left;
		}

    </style>