	body {	
		font-family: Tahoma; 
	  	color: #000;
	    font-size: 11px;	
		text-align: center;
		background-image: url(img/bg.jpg);
		background-repeat: repeat-x;
		}
	a:link, a:visited {
		color: #005288;
		text-decoration: none;
		}  
	a:hover {
		color: #000;
		text-decoration: none;
		}
	p {
		line-height: 1.7;
	}
	#main-box {
		margin: 0 auto;
		width: 929px;
		height: 756px;
		background-image: url(img/mainbg.jpg);
		background-repeat: no-repeat;		
		}
	#minimenu {
		float: right;
		color: #000;
		padding: 7px 25px 0 0;
		}
	#body {
		text-align: left;
		padding: 24px 25px 20px 24px;
		}
	#logo {
		color: #fff;
		padding-bottom: 0px;
		text-align: left;
		background-image: url(img/top.jpg);
		background-repeat: no-repeat;			
		}
	input, button, textarea {
		background-color: #f7f7f7;
		border-color: #aaa;
		border-width: 1px;
		color: #000000;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 0.9em;
		}
	#line {
		background-color: #005288;
		margin: 5px 0 5px 0;
		padding: 3px;
		}
	#left {
		width: 170px;
		float: left;
		}
	#right {
		width: 705px;
		float: right;
		}
	.logos {
		_margin: 0 0 -2px 0;
		}
	.fiftyleft {
		width: 49%;
		float: left;
		}
	.fiftyright {
		width: 50%;
		float: right;
		}
	
/* menu */
#navcontainer, .tab {
	background-color: #d6d8db;
	}

#navlist {
	padding-left: 0;
	margin-left: 0;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #fff;
}

#navlist li a { text-decoration: none; color: #000; }
