@charset "utf-8";
/* CSS Document */

body {
	background-color:#f0eeee;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

a:link { 
	color:#003399;
	text-decoration:underline;
}

a:visited {
	color:#990000;
	text-decoration:underline;
}

a:hover{ 
	color:#CC9900;
	text-decoration:underline;
}

.style8 {color: #000000; font-weight: bold; font-size: 12px; }
.style22 {font-size: 11px; color: #003399; padding-bottom:2px;}
.style23 {
	color: #FFFFFF;
	font-weight: bold;
}

#wrapper {
	width:850px;
}

#header {
	width:850px;
	height:62px;
	background-image: url(../images/shell/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#search {
	float: right;
	margin-top:20px;
	margin-right:15px;
}

#topNav {
	width:850px;
	height:41px;
	background:url(../images/shell/tnbg_tile.gif) repeat-x;
	padding-top:0px;
	text-align:left;
}

#topNav ul {
	float:left;
	padding: 10px;
}

#topNav li {
	display:inline;
}

#topNav a{
	border:solid 1px #000066;
	border-bottom:none;
	padding: 5px 15px 5px 15px;
	margin-right:5px;
	background:url(../images/shell/buttons/tnmain_tile.gif) repeat-x;
	text-decoration:none;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#topNav li a:hover{
	background:url(../images/shell/buttons/tnmain2_tile.gif) repeat-x;
	color: #000066;
}

#wrapper2 {
	width:848px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color:#FFFFFF;
	background:url(../images/shell/main_tile.gif) repeat-y left top;
	padding-top:10px;
}

#leftNav {
	width:175px;
	float:left;
}

#lnCatTitle {
	width: 175px;
	height: 27px;
	background:url(../images/shell/buttons/lnmain_tile.gif) repeat-x;
	text-align:center;
	padding-top:4px;
	
}

#leftNav ul{
	margin-left:-25px;
	margin-top:0px;
}

#leftNav li{
	list-style-type: none;
	text-align: left;
	display: block;
	line-height: 1.75em;
}

#leftNav a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

#leftNav a:visited{
	color:#666666;
	text-decoration:none;
}

#leftNav a:hover{
	color:#666666;
	text-decoration:underline;
}

.gLink {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #999999;
}

.style1 {
	color: #003399;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.style2 {
	color: #003399;
	font-size: 12px;
	font-weight: bold;
}

.style3 {
	font-size: 14px;
	color: #00409A;
	font-weight: bold;
}

.style24 {
	color: #6184B8;
	font-weight: bold;
}

#indexBlocks {
	width: 620px;
	margin-right: 25px;
	float:right;
}

#mainContent {
	width: 640px;
	float: right;
	text-align:left;
	padding-right:20px;
}

#footer {
	width:850px;
	color:#0033CC;
	background:url(../images/shell/footer_tile.gif) repeat-x;
	background-color:#ffffff;
	text-align:left;
	border-top:2px solid #666666;
}

#footer a:link{
	color:#333333;
	font-size:10px;
	text-decoration:none;
}

#footer a:visited{
	color:#333333;
	font-size:10px;
	text-decoration:none;
}

#footer a:hover{
	color:#000000;
	font-size:10px;
	text-decoration:none;
}

#copyright{
	width:840px;
	background-color:#2953B4;
	text-align:center;
	padding-left:10px;
	color:#ffffff;
	font-size:10px;
}

#ClearFix{
	clear: both;
}