* {
	margin: 0;
	padding: 0;
}

.blank {
	clear: both;
}

body {
	padding: 0;
	color: #333;
	margin: 0;
	font: 16px Verdana, Arial, sans-serif;
	text-align: center; /* ie 5 center fix */
	background: #c0c0c0;
}

#wrapper {
	text-align: left; /* ie 5 center fix */
	width: 900px;
	background: #FFF;
	margin: 10px auto;
	margin-bottom: 0;
	background: #FFF url("/img/bg.gif") left top repeat-y;
}

#content {
	background: #FFF url("/img/bg.gif") repeat-y;
}

#header {
	background: url('/img/logo.gif') left top no-repeat;
	height: 80px;
	text-align: right;
}

#logo {
	color: #000;
	font: bold 26px Verdana, Arial, Helvetica, sans-serif;
	float: right;
	line-height: 40px;
}

#logo a {
	display: block;
	width: 800px;
	height: 50px;
	text-align: right;
	padding: 25px 25px 0 0;
	text-decoration: none;
	color: #000;
}

#l_col {
	width: 210px;
	float: left;
	font: 11px Verdana, Arial, sans-serif;
	border-top: 15px solid #da251c;
	padding: 20px 10px;
}

#nav {
	color: #FFF;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	border-bottom: 1px solid;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-transform: lowercase;
	padding: 8px 0;
	text-align: center;
}	

#nav a:hover {
	background: #c8c8c7;
	color: #000;
}

#nav a.active {
}

#l_col a {
	text-decoration: none;
	color: #0087c4;
	line-height: 1em;
}

#l_col a:hover {
	color: #000;
	border: 0;
}

#l_col h3 {
	text-align: center;
}

#r_col {
	float: right;
	width: 640px;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	border-top: 15px solid #dededc;
	padding: 20px 10px 20px 20px;
}

#r_col p {
	margin-bottom: 10px;
}

#r_col a, #r_col .link {
	text-decoration: none;
	color: #0087c4;
	line-height: 1em;
}

#r_col a:hover {
	color: #000;
	border-bottom: 1px dashed;
}

#r_col a.img {
	border: 0;
}

#r_col ul {
}

#r_col li {
	list-style: none;
	padding-left: 20px;
	background: url("/img/li.gif") no-repeat 0 7px;
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
	color: #009de4;
	margin-bottom: 24px;
}

h2  {
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

h3 {
	font-size: 16px;
	color: #000;
	margin-bottom: 16px;
}

#l_col h3 {
	font-size: 14px;
}

.img_r {
	float: right;
	margin: 0 0 7px 10px;
	padding: 8px;
	border: 1px solid #bbb;
	background: #dedede;
}

blockquote {
	color: #e1e1e1;
	padding: 10px;
	background: #0087c4 url('q_bg.gif') top repeat-x;
	border: 2px solid #999;
}

.block {
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	padding: 10px;
}

#footer {
	clear: both;
	background: #da251c url('header_bg.gif') bottom repeat-x;
	color: #FFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 7px;
	text-align: center;
	height: 22px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px dashed #000;
	padding-bottom: 2px;
}

#footer a:hover {
	color: #000;
	border-bottom: 2px dashed #FFF;
}

#sub {
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	width: 900px;
	color: #333;
}

#sub ul {
	width: 900px;
	margin: 0 0 0 2px;
	padding: 5px 0;
	list-style: none;
	display: inline;
	float: left;
}

#sub li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 290px;
	padding: 0 5px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.2em;
	border: 0;
}

#sub a {
	color: #0087c4;
	text-decoration: none;
}

#sub a:hover {
	color: #000;
	border-bottom: 2px solid;
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

td {
	border: 1px solid;
	padding: 5px 10px;
}

td.img {
	border: none;
}
