@charset "UTF-8";
/* CSS Document */

body { 
	background: none;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#horizontalNav {
	display: none;
}

#sideContent1 {
	display: none;
}

#footer {
	display: none;
}

#container, #contentWrapper, #mainContent, #sideContent2 {
	width: 100%;
	background-color: #fff;
	background-image: none;
	margin: 0;
	padding: 0;
	color: #666;
	float: none;
	clear: both;
}

#mainContent {
	
}


a:link {
	font-weight: bold;
	color: #06c;
	text-decoration: underline;
}

a:link:after {
	content: " (" attr(href) ") ";
}

