@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p  {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px
}
a img {
	border: none;
}
a:link {
	color: #A5151E;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #B71C1A;
}
.container {
	width: 6.5in;
	margin: 0 auto;
	background-image: none;
}
.header {
	height: 152px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	display: none;
}
.header2 {
	height: 240px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	display: none;
}
.navTop {
	background-image: url(../layout/layout_10.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 27px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: none;
}
.sidebar1 {
	float: left;
	width: 244px;
	padding-bottom: 10px;
	background-image: url(../layout/layout_13.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	display: none;
}
.content {
	width: 6.5in;
	float: left;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0px;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
.sidebar2 {
	float: left;
	width: 205px;
	background-image: url(../layout/layout_13.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 3px;
	display: none;
}
.titleImg {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	clear: both;
}
.titleImg-R {
	padding-left: 0px;
	padding-bottom: 12px;
	padding-top: 12px;
	padding-right: 0px;
	clear: both;
}
/* ~~ The footer styles ~~ */
.footerNav {
	background: #3c3c3c;
	position: relative;
	clear: both;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	display: none;
}
.footer {
	background-color: #FFF;
	clear: both;
	width: 6.5in;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	line-height: 1.2em;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
.footer p #footerImg { display: none; }
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.headline {
	font-size: 36px;
	color: #185274;
	padding-left: 0px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: -0.5mm;
}
.headsubtitle {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #7F7418;
	line-height: 2.3em;
}

