/* Layout Stylesheet */ 



body {
	margin:20px;
	color: #333333;
	text-align:center;
	padding:0;
	height: 100%;
	font-family: "Trebuchet MS";
	font-size: 85%;
 }
 
 a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#333;
}

a:active
{
	outline: none;

}
a:visited
{
	outline: none;
	color:#fff;

}

#outer {
	text-align:left;
	width:900px;
	margin:auto;
	height: 100%;
 }

#hdr {
	height:122px;
	color: #333;
	background-color: #000;
 }

#bar {
	height:30px;
	background-color: #000000;
 }

#bodyblock {
	position:relative;
	color: #333333;
	width:900px;
	padding:0;
	background-color: #333;
	height: 100%;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
 }



#l-col {
	float:left;
	color: #333333;
	width:200px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	


 }

#cont {
	width:700px;
	color: #333333;
	text-align:left;
	padding-bottom: 20px;
	min-height:850px;
	


	

 }
#banner {
	background-color: #000;
	height: 225px;
	color: #FFFFFF;
}
#banner img {
	float: left;
}


#ftr {
	color: #ccc;
	margin:0;
	text-align:right;
	font-size:11px;
	clear:both;
 }
 
#ftr a {
	color: #ccc;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

#ftr a:hover {
	color: #fff;

}

 





#scroller {
	height:272px;

}

 
 
/* -----------------------left nav -----------------*/

#navigation ul {

	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: 180px;
		background-image:url(../images/nav_up.jpg);
	background-repeat: repeat-y;

	}
	
#navigation li {
	margin: 0;
	padding: 0px;
	margin-bottom:5px;

	}
	
#navigation a {
	display: block;
	width: 160px;
	color: #CCC;
	border-bottom: dotted 1px #666;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;

	}
	
#navigation a:hover {
	color: #FFFFFF;
	background-repeat: repeat-x;
	}
	
#navigation #currentpage a {
	color: #FFFFFF;
	background-repeat: no-repeat;
	}

 
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
