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

body,td,th {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: #030 url(images_old/bg_body.gif) repeat-y 50% 0;
	margin: 0;
}
a {
	color: #f60;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 5px 0 10px;
	font-size: 1.3em;
	color: #3d9a35;
}
h3 {
	margin: 0 0 10px;
	font-size: 1.2em;
	color: #3d9a35;
}
hr {
	clear: both;
	width: 100%;
	background-color: #fff;
	height: 1px;
	display: block;
	margin: 15px 0;
	border: none;
	border-bottom: 1px solid #84d25b;
}
.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

/* Layout elements --------------------------------------------------------------------- */
#bigcontainer {
	background: url(images_old/bg_main.gif) repeat-x 0 0;
	width: 100%;
	min-height: 700px;
}
*html #bigcontainer {
	height: 700px;
}
#wrapper {
	background: url(images_old/bg_layout.gif) repeat-x 0 0;
	width: 912px;
	min-height: 700px;
	margin: auto;
	padding: 0;
}
*html #wrapper {
	height: 700px;
}
#wrapper .sleeve {
	width: 900px;
	padding: 0 6px;
	background: url(images_old/bg_shadow.gif) no-repeat 0 0;
	min-height: 700px;
}
*html #wrapper .sleeve {
	height: 700px;
}
#header {
	height: 90px;
	width: 880px;
	padding: 10px;
	background: url(images_old/header.jpg) no-repeat 0 0;
}
#header h1 {
	margin: 0;
	height: 90px;
	width: 440px;
	display: block;
	background: url(images_old/logo.jpg) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

#menu {
	height: 30px;
	width: 880px;
	padding: 0 10px;
	margin: 0;
	float: left;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
#menu li a {
	line-height: 30px;
	height: 30px;
	width: auto;
	display: block;
	float: left;
	text-transform: uppercase;
	color: #cf0;
	text-decoration: none;
	padding: 0 11px;
	margin: 0;
	font-weight: bold;
	font-size: 0.8em;
}
#menu li a:hover, #menu li.on a {
	color: #fff;
	background: #393 url(images_old/menu_hover.jpg) no-repeat 50% 0;
}
#contentholder {
	margin: 0;
	clear: both;
	padding: 15px 5px;
}
#contentholder .top {
	background: #fff url(images_old/content_top.gif) no-repeat 0 0;
	width: 890px;
	height: 15px;
	display: block;
}
#contentholder .content {
	background: #fff url(images_old/bg_content.gif) no-repeat 0 0;
	width: 850px;
	min-height: 400px;
	padding: 10px 20px;
	font-size: 0.8em;
}
*html #contentholder .content {
	height: 400px;
}
#contentholder .content p {
	margin: 15px 0;
	padding: 0;
}
#contentholder .box p {
	margin: 5px 0;
}
#contentholder .bottom {
	background: #fff url(images_old/content_bottom.jpg) no-repeat 0 100%;
	width: 600px;
	min-height: 180px;
	display: block;
	padding: 0 20px 40px 270px;
	font-size: 0.8em;
}
*html #contentholder .bottom {
	height: 180px;
}
#contentholder .box {
	width: 415px;
	background: url(images_old/box_bg.gif) no-repeat 0 100%;
	float: left;
	color: #fff;
	margin-bottom: 10px;
	/*font-size: 0.9em;*/
}
#contentholder .box.right {
	background: url(images_old/box2_bg.gif) no-repeat 0 100%;
	float: right;
	text-align: right;
}
#contentholder .box .sleeve {
	width: 385px;
	padding: 10px 15px;
	background: url(images_old/box_top.gif) no-repeat 0 0;
	min-height: 200px;
}
*html #contentholder .box .sleeve {
	height: 200px;
}
#contentholder .box h2 {
	margin: 0 0 5px;
	color: #fff;
}
#contentholder .box blockquote {
	font-style: italic;
	margin: 15px 0;
}
#contentholder .bottom .greenbox {
	width: 575px;
	background: url(images_old/box_green_bg.gif) no-repeat 0 100%;
	float: right;
	color: #fff;
}
#contentholder .bottom .greenbox .sleeve {
	width: 545px;
	padding: 10px 15px;
	background: url(images_old/box_green_top.gif) no-repeat 0 0;
	min-height: 160px;
}
*html #contentholder .bottom .greenbox .sleeve {
	height: 160px;
}
#contentholder .bottom .greenbox h3 {
	margin: 0 0 5px;
	color: #cf0;
	border-bottom: 1px solid #ffb20b;
}
#contentholder .bottom .greenbox p {
	text-align: center;
	margin: 10px 0 0;
}
#contentholder .bottom .orangebox {
	width: 575px;
	background: url(images_old/box_orange_bg.gif) no-repeat 0 100%;
	float: right;
	color: #fff;
}
#contentholder .bottom .orangebox .sleeve {
	width: 545px;
	padding: 10px 15px;
	background: url(images_old/box_orange_top.gif) no-repeat 0 0;
	min-height: 135px;
}
*html #contentholder .bottom .orangebox .sleeve {
	height: 135px;
}
#contentholder .bottom .orangebox h3 {
	margin: 0 0 5px;
	color: #fff;
}
#contentholder .bottom .orangebox p {
	text-align: center;
	margin: 10px 0 0;
}
#contentholder .content img {
	padding: 8px;
	background: #fff;
	border: 1px solid #62b04f;
}
#contentholder .box img {
	padding: 0;
	background: #fff;
	border: none;
}
#contentholder img.left {
	float: left;
	margin: 0 15px 10px 0;
}
#contentholder img.right {
	float: right;
	margin: 0 0 10px 15px;
}
#contentholder .note {
	font-size: 0.8em;
	font-weight: bold;
}
#contentholder ul {
	padding: 0 0 0 25px;
	margin: 10px 0;
	list-style: none;
}
#contentholder li {
	padding: 2px 0 2px 20px;
	background: url(images_old/bullet.gif) no-repeat 0 4px;
}
#footer {
	color: #7a9c1f;
	font-size: 0.7em;
	padding: 0 20px 40px;
	width: 860px;
}
#footer .copyright {
	float: left;
}
#footer .developer {
	float: right;
}
#footer a {
	color: #7a9c1f;
	text-decoration: none;
}
#footer a:hover {
	color: #7a9c1f;
	text-decoration: underline;
}