
body {
	color: #2e2e2e;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

table {
	font-size: 11px;
}

h1 {
	border-bottom:1px dashed #c3c3c3;
	color: #274f70;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom:6px;
}

a:link { 
	color: #274f70;
	font-weight: normal;
	text-decoration: underline;
}
	
a:visited { 
	color: #274f70;
	font-weight: normal;
	text-decoration: underline;
}
	
a:hover, a:active { 
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

	#nav a:link { 
		background: #e0e0e0;
		border-bottom: 1px solid #ffffff;
		color: #274f70;
		display: block;
		font-weight: normal;
		height: 17px;
		padding-left:5px;
		padding-top:4px;
		text-decoration: none;
		width: 165px;
	}
		
	#nav a:visited { 
		background: #e0e0e0;
		border-bottom: 1px solid #ffffff;
		color: #274f70;
		display: block;
		font-weight: normal;
		height: 17px;
		padding-left:5px;
		padding-top:4px;
		text-decoration: none;
		width: 165px;
	}
		
	#nav a:hover, #nav a:active { 
		background: #274f70;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		display: block;
		font-weight: normal;
		height: 17px;
		padding-left:5px;
		padding-top:4px;
		text-decoration: none;
		width: 165px;
	}
	
	* html #nav a:link { 
		background: #e0e0e0;
		border-bottom: 1px solid #ffffff;
		color: #274f70;
		display: block;
		font-weight: normal;
		height: 21px;
		text-decoration: none;
		width: 170px;
	}
		
	* html #nav a:visited { 
		background: #e0e0e0;
		border-bottom: 1px solid #ffffff;
		color: #274f70;
		display: block;
		font-weight: normal;
		height: 21px;
		text-decoration: none;
		width: 170px;
	}
		
	* html #nav a:hover, * html #nav a:active { 
		background: #274f70;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		display: block;
		font-weight: normal;
		height: 21px;
		text-decoration: none;
		width: 170px;
	}

	#indent a:link { 
		background: #c3c3c3;
		display: block;		
		padding-left:10px;
		text-decoration: none;
		width: 160px;
	}
		
	#indent a:visited { 
		background: #c3c3c3;
		display: block;
		padding-left:10px;
		text-decoration: none;
		width: 160px;
	}
		
	#indent a:hover, #indenta:active { 
		background: #274f70;
		display: block;
		padding-left:10px;
		text-decoration: none;
		width: 160px;
	}

#content {
	background: url(../images/content-bg.gif) repeat-y 1px 0% ;
	clear: both;
	width: 750px;
}

* html #content {
	width: 748px;
}

#banner {
	clear: both;
	margin: 1px;
	margin-right: 0;
	width: 748px;
}

#left {
	float: left;
	width: 	171px;
}

#nav {
	margin-left:1px;
	width: 171px;	
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#right {
	float: left;
	line-height: 16px;
	padding: 8px;
	width: 381px;
}

* html #right {
	width: 393px;
}

#right2 {
	float: left;
	line-height: 16px;
	padding: 8px;
	width: 557px;
}

* html #right2 {
	width: 573px;
}

#rightimages {
	float: left;
	padding-top: 10px;
	width: 180px;
}

#rightimages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#rightimages li {
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#topbar {
	background: #ececec;
	border-bottom: 1px solid #c3c3c3;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	width: 738px;
}

* html #topbar {
	height: 22px;
	width: 748px;
}

#footer {
	margin: 0 auto;
	margin-top: 5px;
	padding-bottom:20px;
	text-align: left;
	width: 748px;	
}

#wrapper {
	border: 1px solid #b5b5b5;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	width: 748px;
}

.flt-lft {
	float: left;
}

.flt-rgt {
	float: right;
}