body { 
	font-family:Arial, Helvetica, sans-serif;
	background: #fff url(images/bg.gif) repeat-x; 
	font-size: 14px;
	
	color: #444;
	padding: 0;
	margin:0;
}

* { outline: none }

/*	Layout
--------------------------------*/


/*	Links
--------------------------------*/
.a {	
	color: #317486;	
	background: inherit; 
	text-decoration: none; 
}
a:hover { 
	color: #808080; 
	background: inherit; 
	text-decoration: underline;
}




.left a, .right a, .footer a {color: #317486; }

.logo a { text-decoration: none; color: #CCCCCC; }


h1 a { color: #fff; background: inherit; }

/*	Text formatting
--------------------------------*/
.bold {	
	font-weight: bold 
}
.orange { 
	color: #00acff
}
.fontsize-11 { 
	font-size: 11px; 
}
.separator-line { 
	border-bottom: 1px solid #ccc;
	margin-top: 12px;
}

.right h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

.left h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
}


h1 { font: bold 1.7em Arial, Sans-Serif;  margin: 20px 0 0; }

h1 a:hover {
	color: #E4FFD3;
	background: inherit;
}

h2 {
	font-size: 16px;
}

h4 {
	color: #808080;
	background: inherit;
	font-weight: normal;
	font-size: .9em;
}

#content { width: 900px; margin: 0 auto; }

.logo { margin: 10px 0 0 0; height: 66px; width: 240px; float: left; background: url(images/logobg.gif) no-repeat bottom; text-align: center;}

#menu { 
	float: right;
	padding-top:40px;
	font-size:11px;
}
#menu li { font-size: 1.1em; display: inline; }
#menu li a { 
	padding: 0px 15px 0px 0px; 
	margin: 0 0 0 20px; 
	color: #ccc; 
	background: #505050 url(images/tab.gif) no-repeat right bottom;  
}
#menu li a:hover { background: #505050 url(images/tabhover.gif) no-repeat right bottom; color: #FEFFB8; }

.intro { 
	clear: both;
	color: #4C8734;
	height: 170px;
	margin: 0 0 20px;
	padding: 0px 40px 30px 0;
	text-align: right;
	_padding-top:1px;
}

	
.left {
	clear: left;
	float: left;
	width: 190px;
	padding: 5px 10px 0 15px;
	margin: 0 0 15px;
	font-size: 13px;
	border-right: 1px solid #ccc;
}

.leftmenu li a { background: #EAFFE3; color: #46852F; }

.right {
	margin: 0 0px 20px 0;
	padding: 0 0 0 20px;
	
	float: left;
	width: 660px;
	
}

.equipment {

	font-size: 11.5px;
	padding-top:3px;
}

.table {
	font-size:12px;
	padding-right: 3px;
}
	#notice { padding: 12px 14px 1px; background: #f4f4f4 url(images/noticebg.gif) no-repeat bottom right; color: #808080; }
	

	#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }
	

/*	Footer boxes
--------------------------------*/

	#col1 { float: left; width: 274px; padding: 7px 0 0 15px; margin: 0 0 10px; }
	#col2 { float: left; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }
	#col3 { float: right; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }