/* Print Style */
@media print {

body {
	padding: 0;
	margin: 0;
	/*
	overflow-x:hidden;
	overflow-y:scroll;
	*/
}

img.border {
	border: 1px solid #fff;
}

a:link, a:visited, a:active 
{ 
	color: #C9E316;
	text-decoration: none;
    border-bottom: #C9E316;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

hr {
	border-bottom:1px;
	height:1px;
    border-bottom: #999999;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
	}

a:hover 
{
	color: #E3FF11;
	text-decoration: none;
    border-bottom: #E3FF11;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}


h1
{
	font:120% trebuchet ms,sans-serif;
	color:#CDCDCD;
	font-weight:bold;
}


/*  ---- Structural Block definitions ----------------------------------------------------------------  */

#page_wrapper {
	width: 784px;
	margin: 0 auto;
	border: 1px solid #fff;
	font-size: small;
	font-family: "Trebuchet MS", serif;
}

#header_wrapper object {
	position: relative;
	top: -1px;
	left: 1px;
}

#main_wrapper {
	/*overflow: hidden;*/
}

#left_wrapper {
	float: left;
	width: 0px;
	visibility: hidden;
	/*padding-bottom: 32000px;
	margin-bottom: -32000px;*/
}

#content_wrapper {
	/*padding-bottom: 32000px;
	margin-bottom: -32000px;
	float: left;*/
	width: 615px;
	position: relative;
	border: 1px solid #fff;
	margin: 0 0 0 163px;
}

#board_jump {
	position: relative;
	top: -40px;
	left: 30px;
	background: url(../graphics/board_jump.jpg);
	background-repeat: no-repeat;
	z-index: 1000;
	height: 217px;
	width: 215px;
	float: right;
	margin-left: -20px;
	margin-bottom: -40px;
}

#content_header {
	position: relative;
	border-bottom: 1px solid #939690;
	background-color: #646961;
	padding: 17px 29px 7px 29px;
	width: 557px;
	background-image:url(/component/graphics/top_shade.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#content_header h1 {
	font:120% trebuchet ms,sans-serif;
	font-weight: bold;
	color: #999999;
	padding: 0;
	margin: 0;
}

#home_footer {
	margin: 0 0 0 119px;
	padding: 40px 0 0 0;
	height: 176px;
	width: 457px;
}

.home_footer_content {
	border: 1px solid #fff;
	float: left;
	width: 127px;
	margin: 0 10px;
}

#content {
	font:12px trebuchet ms,sans-serif;
	border-bottom: 2px solid #fff;
	background-color: #646961;
	padding: 13px 29px 13px 29px;
	color: #fff;
}

.content_box {
	margin: 15px 0 15px 20px;
	border: 1px solid #999;
	padding: 0 18px;
	width: 220px;
	float: right;
	background-color: #737871;
	background-image: url(../graphics/content_box_head.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.content_box h3 {
	width: 100%;
	margin: 6px -3px 0 0;
	text-align: right;
	color: #646961;
	font-size: 100%;
	font-weight:bold;
	padding-bottom: 20px;
}

.content_box ul {
	margin: 35px 0 55px 0;
	padding: 0 0;
}

.content_box ul li {
	list-style: none;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 3px 2px;
	font-size: 100%;
}

.content_box ul li a, .content_box a {
	display: block;
	color: #C9E316;
    border-bottom: #C9E316;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
	font-weight:bold;
	font-size: 100%;
}

.content_box ul li a:hover, .content_box a:hover {
	display: block;
	color: #E3FF11;
    border-bottom: #E3FF11;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
	font-size: 100%;
}

#content_footer {
	color: #fff;
	background-color: #bdbebc;
}

#copyright {
	height: 30px;
	background-color: #bdbebc;
	background-image: url(../graphics/bottom_snow_splash.jpg);
	background-repeat: no-repeat; 
	background-position: bottom right;
	font-size: 8.5pt;
	padding: 13px 0 0 29px;
	color: #fff;
}


}