body {
	color: #000000;
	background-color: #cbcbcb;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
#wrapper {
	width: 800px;
	position: relative;
}
#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	height: 100px;
	overflow: hidden;
	background-position: left 10px;
	background-color: #FFFFFF;
}
h1 {
	padding-top: 15px;
	padding-left: 15px;
}

#cover {
	margin: 0px 10px 15px 0px;
}

.column {
	float: left;
}

#sub {
	width: 180px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline;
}
#main {
	width: 380px;
	margin-right: 20px;
	color: #000000;
	overflow: hidden;
}
#extra {
	width: 160px;
}
#footer {
	background-image: url(../images/bg_footer.gif);
	height: 60px;
	clear: both;
	background-repeat: repeat-x;
	padding: 10px 20px 20px;
}
#footer ul#foot_banner {
	margin: 0px;
	float: left;
	height: 46px;
}
#footer ul#foot_banner li {
	display: inline;
	width: 150px;
	margin-right: 10px;
}

#footer #copyright {
	float: right;
	text-align: right;
}
#footer #copyright img {
	margin-top: 6px;
}
#main #title h3 {
	text-align: right;
}
#sub h2 {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #95d6f4;
	background-image: url(../images/bg_leftside_top.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 15px;
	font-size: 18px;
}



#sub ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(../images/bg_leftside_bottom.gif);
	background-position: left bottom;
}
#sub h2.sub-top {
	background-image: url(../images/bg_leftside_top_b.gif);
	margin-top: -10px;
	padding-top: 27px;
}
#sub ul.sub-bottom {
	background-image: url(../images/bg_leftside_bottom_b.gif);
}
#sub li {
	margin-bottom: 3px;
}

#sub li a {
	color: #FFFFFF;
	display: block;
	border-bottom: 1px dotted #95d6f4;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
}
#title {
	background-image: url(../images/bg_title.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 130px;
}
#title h1 {
	font-size: 14px;
	padding-top: 50px;
	padding-left: 105px;
	padding-right: 25px;
}
#title h3 {
	font-size: 80%;
	padding-right: 35px;
	padding-bottom: 20px;
}
#main .section {
	background-image: url(../images/bg_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
	line-height: 150%;
	margin-top: -4px;
	padding: 20px;
}
#main .next {
	text-align: right;
	color: #0033CC;
	padding-bottom: 40px;
}
#main h1 a {
	color: #FFFFFF;
}
#main h2 {
	font-size: 100%;
	border-left: 10px solid #CFDEE5;
	padding-left: 10px;
}
#main h3 {
	font-size: 100%;
}

#main hr {
	margin-bottom: 20px;
}

#main li a {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 12px;
	margin-bottom: 10px;
}
#extra h2 {
	background-image: url(../images/bg_extra_top.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: left top;
	padding-left: 10px;
	height: 30px;
}
#extra .content {
	background-image: url(../images/bg_extra_bottom.gif);
	background-position: left bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 413px;
}
#extra .content h3 {
	font-size: 100%;
}
#extra h3 a {
	color: #0080BF;
	text-decoration: none;
}

#extra .content p {
	margin-bottom: 10px;
}
