/* Layout Stylesheet */ 
a:hover {
	font-family: "Minion Web", sans-serif;
	font-size: 11px;
	color: #blue;
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	font-size: 11px;
	font-family: "Minion Web", sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	}
		
a:visited {
	text-decoration: none;
	font-size: 11px;
	font-family: "Minion Web", sans-serif;
	font-size: 11px;
	color: #CC0000;
	}
		
a:active {
	text-decoration: none;
	font-size: 11px;
	font-family: "Minion Web", sans-serif;
	font-size: 11px;
	color: #CC0000;
	}
		
#navlist {
	margin: 0;
	padding: 0px 20px 20px 10px;
	border-bottom: 0px solid #000;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited {
	float: right;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 7px;
	text-decoration: none;
	color: #999;
	}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 0px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
	}

#navlist a:hover { color: #006699; }


body {
 	margin:20px;
	background:#808080;
 	color: #333333;
 	text-align:center;
	padding:0;
 	}
	
#float {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 0px 0px 0px 0px dotted #666666;
	}
	
#float-right {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 0px 0px 0px 0px dotted #666666;
	}
	
#outer {
	text-align:left;
 	border:1px solid #000000;
	width:652px;
 	margin:auto;
 	}

#hdr {
	height:135px;
	background:#eeeeee;
 	color: #333333;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
 	}



#bodyblock {
	position:relative;
	background: #dcdcdc;
	color: #333333;
	width:650px;
	padding:0;
	background-color: #FFFFFF;
	}

#l-col {
 	float:left;
 	background:#003366;
 	color: #003366;
 	width:144px;
	border:solid #000000;
	font-color: #CCCCCC;	
 	border-width:0 0 0 0px;
	background-image: url(images/fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
 	}

#cont {
 	width:495px;
 	background:#ffffff;
 	color: #333333;
 	border:solid #000000;	
 	border-width:0 0 0 0px;
 	text-align:left;
 	}

#ftr {
 	height:25px;
 	background:#c0c0c0;
 	color: #333333;
 	border:solid black;
 	border-width:1px 0 0 0;
 	margin:0;
 	}
