/* CSS Document */

body {
	margin: 0px 0px 20px 0px;
	padding:0px;
	width:auto;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #333333;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
 }
 
a:link {
	color: #316da9;
	text-decoration: none;
}

a:visited {
	color: #316da9;
	text-decoration: none;
}
 
a:hover {
	color: #316da9;
	text-decoration: underline;
}
 
a:active {
	color: #316da9;
	text-decoration: none;
}

h1{
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1950ac;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

h2{
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
}

h3 {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
}

h4{
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-weight: lighter;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

h5{
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-weight: lighter;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
}

h6{
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-weight: lighter;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
}

#wrapper { 
	 margin: 0 auto;
	 width: 950px;
}

#preheader {
	color: #333;
	width: 950px;
	height: 59px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/bg_header_slogan.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#header {
	 color: #333;
	 width: 950px;
	 height: 250px;
	 float: left;
	 padding: 0px;
	 margin: 0px 0px 13px 0px;
}

#navigation {
	float: left;
	width: 950px;
	height: 62px;
	line-height: 62px;
	color: #fff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a.nav:link {text-decoration:none; color: #fff; padding-right: 30px;}
a.nav:visited {text-decoration:none; color: #fff; padding-right: 30px;}
a.nav:hover {text-decoration:none; color: #2178e3; padding-right: 30px;}
a.nav:active {text-decoration:none; color: #fff; padding-right: 30px;}


#leftcolumn {
	color: #333;
	margin: 0px 1px 0px 0px;
	padding: 15px 50px 25px 50px;
	/*height: 535px;*/
	width: 587px;
	float: left;
	background-color: #fff;
}

#rightcolumn { 
	 color: #333;
	 background: #fff;
	 margin: 0px;
	 padding: 25px;
	 /*height: 550px;*/
	 width: 212px;
	 float: left;
}

#rightcolumn h3 {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
}


.footer_clr {
	height: 13px;
	clear: both;
}

#footer_frame { 
	 width: 948px;
	 color: #999999;
	 border: 1px solid #4a4a4a;
	 background: #1b1b1b;
	 margin: 0px;
	 padding: 0px;
	 height: 30px;
}

#footer_l { 
	 width: 550px;
	 color: #999999;
	 margin: 0px;
	 padding: 7px;
	 float: left;
}

#footer_r { 
	 width: 360px;
	 color: #999999;
	 margin: 0px;
	 padding: 7px;
	 float: right;
	 text-align: right;
}

a.ftrlnk:link {text-decoration:none; color: #999999;}
a.ftrlnk:visited {text-decoration:none; color: #999999;}
a.ftrlnk:hover {text-decoration:none; color: #2178e3;}
a.ftrlnk:active {text-decoration:none; color: #999999;}

.copyright {
	color: #666666;
}