* {
	margin: 0px;
	padding: 0px;
}
html {
	min-height: 100%;
}
body {
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	background:white url(../images/bg_page.gif) no-repeat 50% 0;
	line-height:18px;
}
h1 {
	padding:6px 0px 12px 4px;
}
p, ol, ul, dl {
	padding:6px 6px 12px;
}
ol, ul, dl  table, th, td {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
}
ol, ul, dir, menu, dd {
	margin-left: 20px;
	list-style-type: square;
}
ol {
	list-style-type: square;
}
ol ul, ul ol, ul ul, ol ol {
	margin-top: 0;
	margin-bottom: 0
}
blockquote {
	margin:10px auto;
	padding:0 26px;
	background:#FFF url(../images/bg_blockquote_side.gif) no-repeat 0 50%;
}
#skip {
	display: none;
}
a img, :link img, :visited img {
	border: none;
}
img {
	display: block;
}
a {
	color: #728193;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666;
	text-decoration: none;
}
.alignright {
	text-align: right !important;
}
.floatright {
	float: right;
}
.inline {
	display: inline;
}
.clear {
	clear: both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/*\*/ .clearfix {
	display:block;
} /**/
h1 {
	font-size: 22px;
	font-weight:normal;
	line-height: 18px;
	color:#000;
}
h2 {
	font-size:16px;
	color:#344356;
	padding:12px 6px 0px;
}
#content #col_2 h2 a {
	text-decoration: none;
}
#content #col_2 h2 a:hover {
	text-decoration: none;
}
h3 {
	font-size: 14px;
	color: #666;
	padding:12px 6px 6px;
}
#wrapper {
	width:760px;
	margin:0 auto;
}
#header {
	position:relative;
	display:block;
	width:760px;
	height:122px;
	background:#FFF url(../images/bg_header.gif) no-repeat;
}
#header .logo {
	position:absolute;
	left:40px;
	top:0px;
}
#nav {
	display:block;
	width:760px;
	height:26px;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	background:#A13D3D url(../images/bg_nav.gif) repeat-x;
}
#nav li {
	float:left;
	width:150px;
}
#nav li a {
	text-decoration:none;
	display:block;
	padding:0;
	padding:0;
	height:1%;
	line-height:26px;
	color:#FFF;
}
#nav li.on {
	display:block;
	padding:0;
	width:120px;
	height:26px;
	line-height:26px;
	background:url(../images/bg_nav_on_2.gif) no-repeat 50% 0;
	color:#EFEFEF;
}
#nav li a:hover {
	background:url(../images/bg_nav_on.gif) no-repeat 50% 0;
}
#content {
	width:740px;
	padding:30px 10px 0;
	min-height:543px;
	background:#FFF url(../images/bg_content.gif) no-repeat 0 0;
	text-align:left;
}
* html #content, * html #content #col_1 {
	height:543px;
}
#content #col_1 {
	width:20%;
	float:left;
	min-height:543px;
	background:url(../images/bg_left.gif) no-repeat 100% 50%;
}
#content #col_1 h2 {
	color:#999999;
	font-size:14px;
	font-weight:normal;
}
#subnav, #subnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#subnav li {
}
#subnav li a {
	display:block;
	padding:5px 0px 5px 5px;
	height:1%;
	color:#344356;
	background:url(../images/bg_subnav.gif) no-repeat 100% 100%;
	text-decoration:none
}
#subnav li a:hover, #subnav li a.current {
	background:#E6E8FA;
	width: 140px;
	color: #344356;
	text-decoration:none;
}
#content #col_2 {
	width:75%;
	padding-left:20px;
	float:left;
}
#footer {
	display:block;
	width:680px;
	padding: 10px 40px;
	margin:0 auto;
	background:#E6E8FA;
	-moz-border-radius:6px;
}
#footer small {
	font-size:11px;
}
.t_form {
	margin:20px;
}
.t_form th {
	background:#efefef;
}
.t_form td, .t_form th {
	padding:5px;
	border-bottom:1px solid #666;
}
