@charset "UTF-8";
/* CSS Document */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0; }

#ie .clearfix { height: 1%; }
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #124268;
}

#containerColumns {
	color: #352c27;
}

	#columnMain {
	float: right;
	width: 680px;
	padding: 10px;
	background-position: right;
	background-repeat: repeat-y;
}

	#columnMainNOform {
	float: left;
	width: 880px;
	padding: 10px;
	background: white;
	height: 100%;
}

	#columnPanel {
	float: left;
	width: 200px;
}

		#containerColumns .content { padding: 25px; }
		
		
div#mainwrap{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/main-wrap-bg.jpg);
	background-repeat: repeat-y;
}
div#header{
	height: 180px;
}
div#footer{
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}
div#footercontent{
	padding: 25px;
	background-color: #666;
	float: right;
	width: 850px;
	color: white;
}
h1 {
	font-size: 20px;
	color: #5C1E1B;
	padding-left: 0px;
}
h2 {
	font-size: 15px;
	color: #13567E;
}
h4 {
	font-size: 12px;
	color: #888;
	padding-top: -10px;
	padding-bottom: -10px;
}
h5 {
	font-size: 10px;
}
a:link {
	color: #1D1C21;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1D1C21;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333;
}
div#rightbump{
	padding-right: 0px;
}

div#rightbump2{
	padding-left: 8px;
}

div#columnwrapper{
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/main-wrap-bg.jpg);
	background-repeat: repeat-y;
}

a.bottom:link {
	color: #FFF;
	text-decoration: none;
}
a.bottom:visited {
	text-decoration: none;
	color: #FFF;
}
a.bottom:hover {
	text-decoration: underline;
	color: #651517;
}
a.bottom:active {
	text-decoration: none;}

div#white{
	color: white;
	text-align: center;
	line-height: 1.2;
}

div#left-text{
	text-align: center;
	padding: 10px;
	font-size: 85%;
}
