/* Layout Stylesheet */ 
a:hover {
	font-family: "verdana", sans-serif;
	font-size: 10px;
	color: #CC3333;
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	font-size: 10px;
	font-family: "verdana", sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	}
		
a:visited {
	text-decoration: none;
	font-size: 10px;
	font-family: "verdana", sans-serif;
	font-size: 10px;
	color: #CC0000;
	}
		
a:active {
	text-decoration: none;
	font-size: 10px;
	font-family: "verdana", sans-serif;
	font-size: 10px;
	color: #CC0000;
	}
		
#navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid black;
	width: 145px;
	font-color: #CCCCCC;
	}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid black;
	font-color: #CCCCCC;
	}

#navlist li a { 
	text-decoration: none; 
	}

body {
 	margin:20px;
	background:#808080;
	/*background-image: url(images/usasidebar-a.jpg);*/
 	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;
		}
#outer {
	text-align:left;
 	border:1px solid #000000;
	width:652px;
 	margin:auto;
 	}

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

#bar {
	height:25px;
	background:#CC3333;
 	color: #333333;
 	border:solid #000000;	
 	border-width:1px 0 1px 0;
 	}

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