body {
	background-color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px;
}

h1 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

h2 {
	font-size: 13px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: underline;
	color: #6bab17;
}

a:hover {
	text-decoration: none;
}

/* Overflow */

.overflow { 
	overflow: hidden;
	width: 100%;
}

/* Site Container */

#site_container {
	width: 966px;
	margin: 0px auto;
}

/* Header Container */

#header_container {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 112px;
	margin: 0px;
	padding: 35px 20px 0px 10px;
}

#header_col_01 {
	float: left;
}

#header_col_02 {
	float: right;
}

/* Body Container */

#body_container {
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

#body_background_container {
	background-image: url(../images/spine.gif);
	background-repeat: no-repeat;
	background-position: 40px 25px;
}

#body_border_top {
	background-image: url(../images/body-border-bg-top.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

#body_border_middle {
	background-image: url(../images/body-border-bg-middle.jpg);
	background-repeat: repeat-y;
	padding: 0px 10px 30px 10px;
}

#body_border_bottom {
	background-image: url(../images/body-border-bg-bottom.jpg);
	background-repeat: no-repeat;
	height: 11px;
}

#body_col_01 {
	width: 220px;
	margin: 0px;
	padding: 0px 10px;
	float: left;
}

#body_col_02 {
	background-image: url(../images/leftnav-home-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 706px;
	float: right;
}

/* Trail */

#trail {
	text-align: right;
}

/* Content Container */

#content_containr {
	background-image: url(../images/jumping_man.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #333;
	padding: 0px 2px 0px 15px;
	line-height: 1.5em;
}

#content_containr a {
	text-decoration: none;
}

/* Side Column */

#side_column {
	
}

/* Footer Container */

#footer_container {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	padding: 25px 0px 0px 0px;
	height: 57px;
}

/* Copyright Container */

#copyright_container {
	text-align: center;
	margin: 10px 0px 20px 0px;
}

#copyright_container a {
	text-decoration: none;
	font-weight: bold;
}

/* Green Arrow */
.green_arrow {
	margin: 0px 10px 0px 35px;
}

/* Qwik Link */
.qwik {
	font-family: 'Bookman Old Style';
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.qwik a {
	text-decoration: none;
	font-weight: bold;
}
.qwik a:hover {
	text-decoration:none;
}
