body {
	font-family: Georgia, serif;
	font-size: 1em;
	color: #555555;
	background-color: transparent;
	margin: 15px;
	padding: 15px;
}

td {
	font-family: Georgia, serif;
	font-size: 0.9em;
	color: #555555;
	margin: 0;
	padding: 0;
}


#header
	{
	position: absolute;
	vertical-align: top;
	left: 6px;
	top: 5px;
			
	}

h2.division	{
	font-variant: small-caps;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #226CB2;
	color: #FFFFFF;
	border: 1px solid #226CB2;
	}
	
#linkbar
	{
		position: absolute;
		font-size: 0.9em;
		top: 160px;
		height:  800px;
		width: 20%;
		margin-right: 2%;
	}
	
#maincontent
	{
		font-family: Georgia, serif;
		font-size: 0.9em;
		display: block;
		position: absolute;
		top: 140px;
		left: 22%;
		padding-left: 2%;
		padding-right: 0%;
		border-left: 1px dashed #DCDCDC;
		min-height: 480px;
		width: 75%;
	}
	
a
	{
		text-decoration:  none;
		font-weight: bold;
		color: #226CB2;
		background-color: transparent;
	}

a:hover
	{
		background-color: inherit;
		color: red;
}
	

#linkbar a
	{
		display: block;
		position: relative;
		margin-bottom: 1em;
		padding-left: 5px;
	}
	
#pagemiddle
	{
	width: 36%;
	position: absolute;
	top: 300px;
	left: 20%;
	padding-left: 2%;
	padding-right: 0%;
	border-left: 1px dashed #DCDCDC;
	border-right: 1px dashed #DCDCDC;
	min-height: 480px;
	height: 480px;
	}
	
#pageright
	{
		position: absolute;
		top: 300px;
		left: 57%;
		width: 38%;
		margin-left: 2%;
		margin-right: 0%;
	}


#footer
	{
	display: block;
	position: static;
	left: 20%;
	width: 75%;
	font-size: 0.8em;
	}

	
.listing
	{
		font-family: inherit;
		background-color: inherit;
		color: inherit;
		font-size: 0.8em;
		
	}

.attnbox
	{
		border: 1px solid;
		padding: 5px;
		background: #E0FFFF;
		color: Black;
}

h1.articletitle
	{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
.smallstuff
	{
		font-size: 0.9em;
		background-color: transparent;
		color: Black;
		margin-top: 2px;
	}
	
.rightside
	{
	float: right;
	}

.headerdate
	{
		font-family: inherit;
		font-weight: bold;
		color: Black;
		background-color: inherit;
	}