body { 
	padding: 0; 
	margin: 0; 
	font: 0.75em Helvetica, Verdana, sans-serif; 
	line-height: 1.4em;
	background: #fff url('../images/bg.gif'); 
	color: #000; 
}

a {	color: #777777;	background: inherit; text-decoration: none; }
a:hover { color: #333333; background: inherit; text-decoration: underline; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; padding: 3px; }

#bar ul { margin: 0; padding : 0; list-style : none; }

form { margin: 0; padding:0; }
input {
	font-size: 0.9em;
}
textarea.ask { 
	width: 230px; 
	height: 110px; 
	border: 0;
	background: transparent url('../images/askarea.gif') no-repeat;
	padding:5px;
	margin-bottom: 10px;
	color: #004D00;
}

* html textarea.ask {
	background: transparent url('../images/askarea.gif') fixed;
}

textarea.bigarea {
	width: 371px; 
	height: 140px; 
	border: 0;
	background: transparent url('../images/bigarea.gif') no-repeat;
	padding:5px;
	margin-bottom: 10px;
	color: #004D00;
}

* html textarea.bigarea {
	background: transparent url('../images/bigarea.gif') fixed;
	padding-left:5px;
	padding-right:2px;
}

input.search { 
	width: 153px;
	height: 14px;
	border: 0;
	background: #FFF url('../images/input.gif') no-repeat;
	padding: 4px; 
	padding-top:3px;
	font-weight: bold;
}

* html input.search {
	background: transparent url('../images/input.gif') fixed;
}

input.normalinput { 
	width: 115px;
	height: 14px;
	border: 0;
	background: #FFF url('../images/smallinput.gif') no-repeat;
	padding: 3px; 
	font-weight: bold;
}

* html input.normalinput {
	background: #FFF url('../images/smallinput.gif') fixed;
}

input.longinput { 
	width: 234px;
	height: 14px;
	border: 0;
	background: #FFF url('../images/longinput.gif') no-repeat;
	padding: 3px; 
	font-weight: bold;
}

* html input.longinput {
	background: #FFF url('../images/longinput.gif') fixed;
}
input.submit {
	background: url('../images/submit.gif') no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 5px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
	cursor: pointer;
}
input.submit:hover {
	background: url('../images/submithover.gif') no-repeat;
}
input.yellow {
	background: url('../images/yellow.gif') no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 5px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
	cursor: pointer;
}
input.yellow:hover {
	background: url('../images/yellowhover.gif') no-repeat;
}
input.longsubmit {
	background: url('../images/longsubmit.gif') no-repeat;
	border: 0;
	padding: 4px 0;
	width: 130px;
	margin: 0 5px 1px 0;
	color: #FFF;
	font: bold 0.9em Arial, Sans-Serif;
	cursor: pointer;
}
input.longsubmit:hover {
	background: url('../images/longsubmithover.gif') no-repeat;
}
input.cancel {
	background: url('../images/cancel.gif') no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 5px 1px 0;
	color: #FFF;
	font: bold 0.9em Arial, Sans-Serif;
	cursor: pointer;
}
input.cancel:hover {
	background: url('../images/cancelhover.gif') no-repeat;
}
input.longcancel {
	background: url('../images/longcancel.gif') no-repeat;
	border: 0;
	padding: 4px 0;
	width: 130px;
	margin: 0 5px 1px 0;
	color: #FFF;
	font: bold 0.9em Arial, Sans-Serif;
	cursor: pointer;
}
input.longcancel:hover {
	background: url('../images/longcancelhover.gif') no-repeat;
}
input.login { 
	width: 150px;
	border: none; 
	padding: 4px; 
}

#content { 
	margin: 0 auto;
	width: 795px;
	padding: 10px; 
	background: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

#body {
	min-height:300px;
}

#header { 
	height: 90px;
	color: #000;
	margin: 3px 0;
	padding: 0px 0 0 0;
	border-bottom: 1px solid #ccc;
}

#bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #599C59	;
}

	#bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		float: left; 
	}
	
	#bar li.active { 
		background: url('../images/bar.gif') no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
		cursor: pointer;
		text-decoration: underline;
	}
	
	#bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	#bar li a:hover { 
		text-decoration: underline;
		color: #fff;
	} 

#filler {
	width: 120px;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

#left {
	float: left;
	width: 505px;
	margin: 0 0 10px 0;
}

h3 {
	clear: both;
	background: #599C59 url('../images/corner.gif') no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}

	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url('../images/dotted.gif') repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; width:500px; }
	
		
		
#right {
	float: right;
	width: 280px;
	margin: 0 0 10px 0;
}

#right h3 {
	background: #599C59 url('../images/corner.gif') no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

#right h3.bgred {
	background: #F8C75E url('../images/corner.gif') no-repeat top right;
	color: #000;
}

.bgred {
	background: #F8C75E url('../images/corner.gif') no-repeat top right;
	color: #000;
}

	.right_items {
		background: #E8F2E8;
		color: #000;
		padding:8px;
		margin: 0 0 3px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

#footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
	font-size: 0.85em;
}

#footer a { color: #808080; background: #fff; }

.clearer { clear: both; margin-top:1px; }

#login a {
	text-decoration: none;
}