﻿body, html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003264;
}
/*
#inner {
	background: url(../images/rail_inner.gif) repeat-x top left;
}
*/
img {
	border: none;
}
#CT_Body {
	width: 1003px;
	margin: auto;
	min-height: 100%;
	background-image: url(images/body_rail.png);
	background-repeat: repeat-y;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
* html #CT_Body {
	height: 100%;
}
#Headerhome_main {
	height: 230px;
}
#CT_Headerhome {
	height: 350px;
	width: 1003px;
	clear: both;
}
#CT_Header {
	height: 230px;
	width: 1002px;
	clear: both;
}
#Header_topstripe {
	height: 21px;
	width: 1003px;
	background-position: center;
	position: relative; /*	left: -10px;*/;
	top: 0px;
}
#CT_Content {
	width: 999px;
	clear: both;
	background: url(images/content_l.gif) repeat-y top left #FFF;
	padding-bottom: 38px;
	overflow: hidden;
}
#Content_left {
	float: left;
	width: 292px;
	padding: 20px 30px 40px 30px;
}
#Content_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#Content_right {
	float: left;
	width: 590px;
	padding: 18px;
	margin-right: 20px;
	text-align: justify;
}
#Content_right_nopad {
	float: left;
	width: 610px;
}
#Content_left ul {
	/*float: right;
	margin: 70px 0px 0px 0px;*/
	right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin-left: 10px;
	padding-left: 10px;
}
#Content_left ul li {
	display: inherit;
	right: 10px;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#Content_left ul li a {
	text-decoration: none;
}
#Content_left ul li a:hover {
	padding-bottom: 0px;
}
#Content_left a:link {
	text-decoration: none;
}
#Content_left a:visited {
	text-decoration: none;
}
#Content_left a:hover {
	text-decoration: none;
}
#Content_left a:active {
	text-decoration: none;
}
#CT_Footer {
	margin: auto;
	height: 38px;
	width: 999px;
	clear: both;
	text-align: center;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	margin-top: -38px;
	color: #000000;
}
#Footer_top {
	height: 7px;
	background-color: #c2c3c3;
	border-top: solid 1px #85898b;
}
#Footer_bottom {
	height: 24px;
	background-color: #e5e6e6;
	padding-top: 5px;
}
#footer_Text {
	margin-top: 5px;
}
#footer_Text a:link {
	text-decoration: none;
	color: #000000;
}
#footer_Text a:visited {
	text-decoration: none;
	color: #000000;
}
#footer_Text a:hover {
	text-decoration: none;
	color: #000000;
}
#footer_Text a:active {
	text-decoration: none;
	color: #000000;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
}
.boldText {
	font-weight: bold;
}
.justify {
	text-align: justify;
}
.clear {
	clear: both;
}
