
	html, body {
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	
	a {
		text-decoration: none;
		color: #0000FF;
	}
	a:visited {
		color: #0000FF;
	}
	a:active {
		color: #FF0000;
	}
	a:hover {
		text-decoration: underline;
	}
	
	h1 {
		font-size: 1.8em;
		margin: 0.67em 0;
	}
	h2 {
		font-size: 1.3em;
		margin-bottom: 0;
		font-weight: normal;
	}
	h3 {
		font-size: 1.2em;
		margin: 0.6em 0 0 0;
		font-weight: normal;
	}
	
	p {
		margin: 0 0 0.8em 0;
	}
	
	form {
		margin: 0;
	}
	
	img {
		border: 0;
	}
	
	td, th {
		padding: 3px 10px;
		font-size: 1em;
	}
	
	
	.hideOff {
		position: absolute;
		left: -1000em;
		width: 20em;
	}
	
	#pageBody {
		width: 765px;
		margin: 0 auto;
	}
	
	#header {
		width: 765px;
		height: 193px;
		background: url('../_images/style/logo.gif') no-repeat 0px 36px;
		position: relative;
	}
	#header .headerTag {
		width: 205px;
		height: 40px;
		background: url('../_images/style/southEastTag.png');
		position: absolute;
		top: 69px;
		left: 215px;
	}
	*html #header .headerTag {
		background: url('');
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/style/southEastTag.png', sizingMethod='scale');;
	}
	#header .randomImage {
		width: 424px;
		height: 165px;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	#header .clickFrame {
		width: 424px;
		height: 100px;
		position: absolute;
		top: 36px;
		left: 0px;
	}
	
	#navBar {
		position: absolute;
		top: 166px;
		left: 0px;
		width: 765px;
		height: 26px;
		background: #00A7D4;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #072A5E;
	}
	#navBar li {
		list-style: none;
		float: left;
		margin-top: 4px;
	}
	#navBar .navBarRight {
		float: right;
	}
	#navBar a {
		padding: 0 15px;
		color: #FFFFFF;
		border-left: 1px solid #FFFFFF;
	}
	#navBar a:active {
		color: #072A5E;
	}
	
	#sideNavHolder {
		float: left;
		width: 155px;
		margin: 10px 0 20px 0;
	}
	.sideNav {
		border-right: 1px solid #072A5E;
		border-bottom: 1px solid #072A5E;
		padding: 0;
		margin: 0;
	}
	.sideNav li {
		list-style: none;
		margin: 5px 0 10px 0;
		padding-left: 5px;
	}
	.sideNav .seperator {
		border-bottom: 1px solid #072A5E;
		padding-bottom: 10px;
	}
	.sideNav a {
		color: #072A5E;
	}
	.sideNav a:visited {
		color: #072A5E;
	}
		
	#footerBar {
		border-top: 1px solid #072A5E;
		height: 55px;
		width: 765px;
		font-size: 0.7em;
		color: #666666;
		padding-top: 15px;
		position: relative;
		clear: both;
	}
	#footerBar a {
		color: #666666;
	}
	#sponsorLogos {
		margin-top: 20px;
		background: url('../_images/style/ace.gif') no-repeat;
		height: 68px;
		width: 67px;
	}
	#newsBox {
		background: url('../_images/style/newsHeader.gif') no-repeat;
		border-right: 1px solid #F50003;
		border-bottom: 1px solid #F50003;
		position: relative;
		padding-top: 22px;
		margin-top: 15px;
	}
	.newsStory a {
		color: #072A5E;
	}
	.newsStory a:visited {
		color: #072A5E;
	}
	.newsStory {
		border-top: 1px solid #F50003;
		padding: 4px 4px 0 2px;
		margin-bottom: 8px;
		width: 148px;
		position: relative;
	}
	.newsBoxCorner {
		background: url('../_images/style/newsCorner.gif');
		position: absolute;
		bottom: -1px;
		left: 118px;
		height: 37px;
		width: 37px;
	}
	
	#twitterBox {
		border-right: 1px solid #F50003;
		border-bottom: 1px solid #F50003;
		position: relative;
		padding: 0 3px 3px 0;
		margin-top: 15px;
	}
	#twitterFeedBox {
		overflow: hidden;
		height: 0px;
	}
	#twitterBox .story {
		font-size: 0.8em;
		margin-top: 3px;
	}
	#twitterPreloadBox {
		width: 151px;
		font-size: 0.8em;
	}
	#facebookBox {
		border-right: 1px solid #F50003;
		border-bottom: 1px solid #F50003;
		position: relative;
		padding: 0 3px 3px 0;
	}
	.socialNetworkLinkBox {
		text-align: right;
		font-size: 0.85em;
		padding-top: 3px;
	}
	.socialNetworkLinkBox img {
		vertical-align: -5px;
	}

	#copyright a {
		display: inline;
		margin: 0;
		color: #999999;
	}
	
	#mainContent {
		width: 590px;
		float: right;
		position: relative;
		margin-bottom: 20px;
	}
	
	.note {
		font-size: 0.8em;
		font-style: italic;
		color: #666666;
	}
	
	.error {
		padding: 8px 5px 8px 30px;
		margin-bottom: 8px;
		font-weight: bold;
		font-size: 0.9em;
		color: #FF0000;
		border: 1px solid #FF0000;
		background: #FFEEEE url('../_images/buttons/16/dialog-error.png') no-repeat 6px 8px;
	}
	
	.frmLbl {
		font-size: 0.8em;
		font-weight: bold;
		text-align: right;
	}
	
	.letterLnk {
		padding: 0 5px;
	}
	
	ul {
		margin-top: 5px;
	}
	li {
		margin-bottom: 6px; 
	}
	
	.bar {
		width: 100%;
		height: 1.1em;
		color: #072A5E;
		padding: 2px 0;
		margin: 0;
		font-weight: bold;
		font-size: 0.85em;
	}
	
	.pdfFile {
		background: url('../_images/icons/pdf.gif') no-repeat;
		padding-left: 25px;
		margin-bottom: 5px;
	}
	.txtIcon {
		background-repeat: no-repeat;
		padding-left: 20px;
	}
