	body {
		background-color:#ccc;
		font-family:verdana,arial,helvetic,sans-serif;
		font-size:11px;
		color:#333;
	}
	
	#wrapper {
		background-color:#fff;
		border:#333 solid 1px;
		margin:15px auto 10px auto;
		width:700px;
		height:400px;
	}
	#colA {
		background:transparent url(/images/blackRibbon.gif) no-repeat top center;
		margin:5px 0;
		/*float:left;*/
		position:absolute;
		width:150px;
		border-right:#999 solid 1px;
		clear:both;
		height:390px;
	}

	#colB {
		position:absolute;
		margin:0 0 0 500px;
	}
	
	#colB h2 {
		margin:0;
		background-color:#fff;
		font-size:12px;
		font-weight:bold;
		font-size:12px;
		color:#333;
	}
	
	#colB a {
		color:orange;
		text-decoration:none;
		margin:0;
	}
	
	#colB a:hover {
		color:#000;
		text-decoration:none;
		border-bottom:1px dotted orange;
	}
	
	#colB table {
		width:180px;
		padding:0;
		margin:5px 10px;
		background-color:#fff;
		border-bottom:gray solid 1px;
		border-left:gray solid 1px;
		font-size:10px;
	}
	
	#colB td,
	#colB th {
		padding:2px;
		background-color:transparent;
		border-top:gray solid 1px;
		border-right:gray solid 1px;
	}
	
	#colB th {
		color:#333;
		background-color:transparent;
		font-weight:bold;
	}
	
	#colB strong {
		font-weight:normal;
	}

	
	#mainNav {
		margin: 200px 5px 25px 20px;
	}

#mainNav ul { 
	list-style-image: url("/images/bullets.gif"); 
	margin-left: 10px; 
	padding: 0; 
}

#mainNav li  { 
	line-height: 1.5em; 
	list-style: none url("/images/bullets.gif"); 
	margin: 0; 
	padding: 0; 
}
	
	#mainNav a {
		color:orange;
		text-decoration:none;
		margin:0;
	}
	
	#mainNav a:hover {
		color:#000;
		text-decoration:none;
		border-bottom:1px dotted orange;
	}

	#content {
		margin:10px 10px 50px 165px;
		position:absolute;
		width:350px;
	}
	
	#content p,
	#content ul {
		line-height: 18px;
	}
	
	#content strong,
	#content b {
		font-weight: bold;
		color: #000000;
	}
	
	#content a, #content a:link, #content a:visited {
		/*font-weight: normal;*/
		color: orange;
		text-decoration: none;
	}
	
	#content a:hover {
		color: #333333;
		text-decoration: underline;
	}
	
	#content h1 {
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}

	#content h2 {
		line-height: 14px;
		font-size:11px;
		font-weight: normal;
		color: gray;
		display:block;
		margin:5px 0 5px 0;
	}
	
	#content ul {
		margin:10px 0;
		padding:0 15px;
	}
	
	#content li {
		margin:0;
		padding:0px;
		line-height:1.75em;
		list-style-position: outside;
		list-style-type: none;
		list-style-image: url(/images/bullets.gif);	
	}
	
	#footer {
		clear:both;
		width:700px;
		margin:10px auto 0 auto;
		font-size:.9em;
	}

	#footer a {
		color:#000;
		text-decoration:none;
		margin:0;
	}
	
	#footer a:hover {
		color:#000;
		text-decoration:none;
		border-bottom:1px dotted orange;
	}
	
