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

* {margin: 0; padding:0;}

body {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background-color:#CCCCCC;
	text-align:center;
}

#wrapper {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	margin-top:10px;
	text-align:left;
	padding:10px;
}

div#logo {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}

#footer {
	color:#999999;
	font-size:10px;
}

#footer p{
	text-align:center;
}

/* MENU BAR STYLES */

div#menu_bar {
	color:#359A35;
	font-size:16px;
	font-weight:bold;
	border-bottom:#359A35 1px solid;
	border-top:#359A35 1px solid;
	text-align:center;
	margin-top:5px;
}

#menu_bar ul {
	background-color:#CCCCCC;
	margin:3px 5px;
	padding:3px 3px;
}

#menu_bar ul li {
	display:inline;
	margin:0 3px;
}

#menu_bar a:visited, a:link {
	color:#359A35;
	text-decoration:none;
}

#menu_bar a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* TWO COLUMN CONTENT */

.two_column_content {
	width:830px;
	margin:10px auto;
}

.left_col {
	width:450px;
	float:left;
	margin-left:5px;
}

.left_text {
	margin:10px 15px;
	color:#666666;
}

.left_top_img {
	background:url(/images/top_header.gif) center no-repeat;
	height:34px;
	text-align:center;
	padding-top:15px;
	font-size:18px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#359a35;
}

.left_top_img_300 {
	background:url(/images/top_header_300.gif) center no-repeat;
	height:34px;
	text-align:center;
	padding-top:25px;
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#359a35;
}

.left_bottom_img {
	background:url(/images/bottom_header.gif) center no-repeat;
	height:34px;
}

.right_col {
	width:350px;
	margin:0 0 0 470px;
}

.right_top_img {
	background:url(/images/right_top_header.gif) center no-repeat;
	height:40px;
	text-align:center;
	padding-top:16px;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#359a35;
}

.main_content {
	width:auto;
	margin:10px;
	
}

.category_name {
	background:url(/images/hr_grad.gif) repeat-x #359a35;
	font-size:18px;
	color:#FFFFFF; 
	font-weight:bold; 
	text-align:center; 
	width:800px; 
	margin:10px auto;
	height:25px;
}

p.series_titles {
	text-align:center;
	font-size:18px;
	font-style:italic;
	margin-bottom:10px;
}