	body {
		background-color: #666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		margin: 15px;
		padding: 0px;
		background-image: url(../images/bg.gif);
	}
	
	table {
	font-family: Arial, Helvetica, sans-serif;
	}

	#frame {
		width: 800px;
		text-align:left;
		background-color:#000000;
	}
	
	#header {
		background-image: url(../images/header.jpg);
		backgruond-repeat: no-repeat;
		height: 116px;
	}
	
	#menu {
		background-color: #0156B6;
		color: white;
		height: 18px;
		padding: 2px;
		text-align:center;
	}
	
	#menu a {
		color: #ffffff;
		text-decoration: none;
		margin: 10px;
		font-weight: bold;
	}
	#menu a:hover {
		/*text-decoration: underline;*/
		color: #000000;
	}
	
	#content {
		background-color:#000000;
		color: #ffffff;
		padding: 10px;
		
		font-size:1.0em;
	}
	
	#footer {
		background-color: #333333;
		height: 20px;
		clear: both;
		margin-top: 10px;
		color: #CCCCCC;
		font-size: 0.9em;
		padding: 10px;
		padding-left: 20px;
		padding-bottom: 20px;
	}
	   #footer a {
	   	text-decoration: none;
		color: #cccccc;
	   }
	
	#footer2 {
		background-color: #ffffff;
		height: 20px;		
		padding: 10px;
		font-size:0.9em;
		padding-left: 20px;
		padding-bottom:5px;
	}
	
	 #footer2 a {
	 	text-decoration: none;
		color: #000000;
	 }
	
	#leftcol {
		float: left;
		width: 300px;
		margin-left: 10px;
	}
	
	#rightcol {
		float:left;
		clear: none;
		padding: 10px;
		padding-top: 0px;
		width: 450px;
	}
	
	h1 {
		margin-top: 0px;
	}
	
	
	.boxlink {
		border: solid 1px silver;
		color: silver;
		text-decoration: none;
		padding: 4px;
		margin: 1px;
		width: 20px;
	}
	
	.boxlink:hover {
		border-color: #0156B6;
		color: #ffffff;

	}
	
	.boxlinkactive {
		border: solid 1px #0156B6;
		background-color: #0156B6;
		color: #ffffff;
		text-decoration: none;
		padding: 4px;
		margin: 1px;
		width: 20px;
	}
	
	
		.boxlinksm {
		border: solid 1px silver;
		color: silver;
		text-decoration: none;
		padding: 2px;
		margin: 1px;
		width: 14px;
	}
	
	.boxlinksm:hover {
		border-color: #0156B6;
		color: #ffffff;

	}
	
	.boxlinkactivesm {
		border: solid 1px #0156B6;
		background-color: #0156B6;
		color: #ffffff;
		text-decoration: none;
		padding: 2px;
		margin: 1px;
		width: 16px;
	}
	
	a { color: white; }
	a:hover { color: #0156B6; }
	
	hr {
		border: solid 1px white;
	}
	
	ul {
		margin: 0px;
		margin-left: 15px;
	}
	
	li { 
		list-style-image: url(../images/bullet.gif); 
		margin-left: 15px;

	} 
	
	.print {
		display: none;
	}
	
	.graybg {
		background-color: #333333;
	}