	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		background-color: #999999;
	}
	
	a {
		color: #CC0000;
		text-decoration: underline;
	}
	
	a:hover {
		color: black;
	}
	
	#frame {
		width: 800px;
		text-align:left;
		border: solid 2px #336699;
		background-color:#FFFFFF;
	}
	
	#header {
		height: 181px;
		background-image: url(../images/layout/header.jpg);		
	}
	
	#menu {
		height: 28px;
		color: #ffffff;
		background-image: url(../images/layout/menutile.jpg);
		background-repeat:repeat-x;
		line-height: 28px;
		vertical-align: middle;
		text-align:center;
	}
		#menu a, #menu a:link {
			color: #ffffff;
			font-size: 1.2em;
			font-weight:bold;
			text-decoration: none;
			margin: 15px;
		}
		
		#menu a:hover {
			color: #CCE6FF;
		}
	
	#content {
		background-image: url(../images/layout/gradtile.jpg);
		background-repeat:repeat-x;
		color: #666666;
	}
	
	#leftcol {
		float: left;
		clear: none;
		width: 466px;
		background-image: url(../images/dotline.gif);
		background-position: right;
		background-repeat: repeat-y;
	}
	
	#rightcol {
		float: right;
		clear: none;
		width: 332px;
	}
	
	.breaker {
		clear: both;
	}
	
	.padding20 {
		padding: 20px;
	}
	
	h1 {
		color: #336699;
		font-size: 1.8em;
	}
