body{
	padding:23px 0 0 0;
	margin:0;
	background:url(../images/bg.gif) 0 0;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#4C4C4C;
	background-color:inherit;
}
	
td, p, ul, li, a, img, dl, dt, dd, input, form, label, div ,h2 {
	padding:0;
	margin:0;
}

a {
	outline:none;
}

ul, dl {
	list-style-type:none;
}
	
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
}
	
.mainbg{
	width:100%;
	background:url(../images/redbg.gif) 0 255px repeat-x;
}
	
#wrapper {
	width:939px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	border:8px solid #fff;
	background: #fff;
}
	
.header{
	background:url(../images/header.jpg) top left no-repeat;
	width:939px;
	height:223px;
	position:relative;
}

.header div.logo {
	width:228px;
	height:102px;
	position:absolute;
	left:51px;
	bottom:0;
}

.header div.logo a {
	width:228px;
	height:102px;
	text-indent:-9999px;
	display:block;
}

/* NAVIGATION */

.nav{
	list-style:none;
	background:url(../images/navbg.gif) 0 0 repeat-x;
	width:auto;
	height:36px;
	padding-left:50px;
}

.nav li{
	display:inline;
}

.nav li a{
	font-weight:bold;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	padding:9px 22px;
	float:left;
}

.nav li a:hover, .nav li .current{
	background:#FFE37F;
	color:#B76101;
	display:block;
	text-decoration:none;
}

/* CONTENT */
	
h2 {
	font-size:24px;
	color:#333333;
	background-color:inherit;
	line-height:18px;
	font-weight:normal;
	padding-bottom:12px;
}
	
p {
	font-size:12px;
	color:#4C4C4C;
	background-color:inherit;
	line-height:18px;
	font-weight:normal;
	margin-bottom: 20px;
}
	
p.question {
	font-size:12px;
	color:#3A3A3A;
	background-color:inherit;
	line-height:18px;
	font-weight:bold;
	padding-bottom:18px;
}
	
p.title {
	font-size:14px;
	color:#B94001;
	background-color:inherit;
	line-height:18px;
	font-weight:bold;
	padding-bottom:18px;
}
	
p.nopadding {
	padding-bottom:0px!important;
}
	
p.nopadding2 {
	padding-bottom:5px!important;
}
	
p.link {	
	color:#DB5100;
	background-color:inherit;
	line-height:18px;
	font-weight:bold;
	padding-bottom:8px;
}
	
p.link a {
	color:#DB5100;
	background-color:inherit;	
	text-decoration:underline;
	}

p.link a:hover {	
	color:#A03B00;
	background-color:inherit;	
	text-decoration:none;
}
	
.btn {
	width:60px;
	height:20px;
	background:#1D7DB7;
	display:block;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:1px 0;
	margin: 10px 0;
	line-height: 18px;
	text-decoration: none;
	float: right;
}
	
.btn:hover{
	width:60px;
	height:20px;
	background:#D56E03;
	display:block;
	text-decoration:none;
	}

/* Gray Highlight Textbox */	
.gray_textbox {
	background:#EEEEEE;
	padding:12px;
	margin-bottom:12px;
	}
	
.floatingimg {
	border:#DFDFDF 6px solid;
	margin:0 10px 10px 0;
	float:left;
	padding:0;
}

.foto img {
	border: none;
	background: none;
}

/* LEFT CONTENT BOX */
.leftcont{
	width:500px;
	overflow:hidden;
	float:left;
	padding:15px;
}

/* RIGHT CONTENT BOX */
.rightcont{
	width:379px;
	overflow:hidden;
	float:left;
	padding:15px;
}

.container {
	display: block;
	clear: both;
	background: 1px solid #000;
}

/* FOOTER */
.footer{
	width:955px;
	height:66px;
	clear: both;
	margin:0 auto;	
	font-size:14px;
	color:#FFF1DC;
	line-height:18px;
	text-align:center;
	padding-top:24px;
	}
	
.footer a{
	color:#FFF1DC;
	text-decoration:none;
	padding:0 10px;
	font-weight:bold;
	}
	
.footer a:hover{
	color:#FFF1DC;
	text-decoration:underline;
	}