/* CSS Document */

body {
	margin: 0px 0px 20px 0px;
	padding:0px;
	width:auto;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #333333;
	/* OLD 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: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1950ac;
 	line-height: 20px;;
	padding: 0px;
	margin: 0px;
}

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

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

h4{
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1950ac;
	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:#1950ac;
	font-weight: lighter;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
}

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

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

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

td.banner_r {
	padding: 10px;
}

#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 17px 0px 0px;
	padding: 127px 10px 10px 10px;
	/*height: 233px;*/
	width: 205px;
	float: left;
	background-color: #fff;
	background-image: url(../img/bg_home_left.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#leftmiddle {
	color: #333;
	margin: 0px 16px 0px 0px;
	padding: 10px;
	/*height: 350px;*/
	width: 205px;
	float: left;
	background-color: #fff;
	background-image: url(../img/bg_home_left_middle.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#rightmiddle { 
	 color: #333;
	 background: #fff;
	 margin: 0px 17px 0px 0px;
	 padding: 10px;
	 /*height: 350px;*/
	 width: 205px;
	 float: left;
	 background-color: #fff;
	 background-image: url(../img/bg_home_right_middle.jpg);
	 background-repeat: no-repeat;
	 background-position: bottom;
}

#rightcolumn { 
	 color: #333;
	 background: #fff;
	 margin: 0px 0px 0px 0px;
	 padding: 10px;
	 /*height: 350px;*/
	 width: 205px;
	 float: left;
}

.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;
}