body
{
	padding: 0;
	margin: 0;
	border: 0;
	background:;
	font-family: verdana, arial;
}

table
{
	font-size: 1em;
	font-family: verdana, arial;
}

a:link, a:visited
{
	text-decoration: none;
	color: #900;
}

a:link#current, a:visited#current, a:hover
{
	background: transparent;
	color: #000;	
}

#top
{
	height: 45px;
	width: 737px;
	align: left;
	text-align: left;
}

#container
{
	position: absolute;
	width: 737px;
	background: #fff;
	min-height: 100%;
	height:100%;

}

#left
{
	width: 550px;  /* 150px in IE */
	position: relative;
	float: left;
	padding: 0px 2px 1px 2px;
	text-align: left;
	align: left;
}

#right
{

	float: left;
	min-width: 140px;
	width: 140px;
	font-size: 0.70em;
	line-height: 14px;
	margin-left: 10px;
	padding-left: 4px;
}

#topM
{
	float: left;
	padding: 1px 2px 1px 2px;
}

#bottomM
{

	margin-top: 10px;	
	float: left;
	width: 550px;
	padding: 1px 2px 1px 2px;
	font-size: 0.70em;
}

#currentIssue
{
	background: url(img/issue.gif);
	width: 150px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 1px solid #999;
}

#currentIssue p
{
	padding: 0px 2px 0px 2px;
}

/* Side Nav Shit */

.Snavlist
{
	border-left: 4px solid #ccc;
	margin-left: 10px;
	margin-bottom: 8px;
	padding-left: 4px;
}

.Snavlist a:link, .Snavlist a:visited
{
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #933;
}

.Snavlist a:link#current, #Snavlist a:visited#current, .Snavlist a:hover
{
	background: transparent;
	color: #000;	
}

.Snavlist a:hover { color: #000; }

/* Custom stuff */

.newsHeader
{
	font-size: 1.1em;
	font-weight: bold;
}

h1
{
font-size: 1.2em;
}