body {
	margin: 0px;
	background-color: #FFFFFF;
}
/* Float an ad content thingy to the far right, starting at 800px */
#adfloatwss {
	position: absolute;
	left: 778px;	
	top: 80px;
}
#adfloatmr1 {
	position: absolute;
	left: 778px;	
	top: 80px;
}
#adfloatmr2 {
	position: absolute;
	left: 778px;	
	top: 355px;
}
#adfloatmr3 {
	position: absolute;
	left: 778px;	
	top: 620px;
}

/* Series of classes for outlines and rules */
.ruletop {
	border-top: 1px solid #CCCCCC;
}

.ruletopbg {
	background-color: #FFFFCC;
	border-top: 1px solid #CCCCCC;
}

.ruletopright {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.ruletoprightbg {
	background-color: #FFFFCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.ruletoprightleft {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.ruletopleft {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.ruletopleftbg {	
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.ruleright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.rulerightbg {
	background-color: #FFFFCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.ruleleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.ruleleftbg {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.rulerightleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.rulebg {
	background-color: #FFFFCC;
}

/* For elements such as polls */
.grayborder {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 10px;
	padding: 5px;
}

/* For the primary content region of each page - No text styling just layout */
#maincolumn {
	margin: 10px 10px 10px 10px;
	padding: 0px;
}
#maincolumnnomargin {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* For the main index page of the site - Specific text styling */
#maincolumnhome {
	margin: 10px 10px 10px 10px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

/* Styling of links on the main index page */
#maincolumnhome a {
	font-decoration: none;
	text-decoration: underline;
	color: #000000;
}

/* Styling of unordered lists on main index page */
#maincolumnhome ul	{
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	}

/* Styling of each item in unordered lists on main index page */
#maincolumnhome ul li	{
	list-style: circle url(../images/site_images/arrow.gif) outside;
	margin: 0 0 0 16px;
	padding: 0;
	text-indent: 2px;
}	

/* Styling of mouseover changes of links on main index page */
#maincolumnhome a:hover {
	font-decoration: underline;
	color: #CC3300;
}

/* Block level formatting of individual text ads */
#textad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px 4px 8px 4px;
	height: auto;
	width: auto;
}

/* Styling of links in text ad blocks */
#textad a {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

/* Block level formatting of large ads */
#bannerad {
	padding: 10px 10px 10px 10px;
	height: auto;
	width: auto;
}

/* Formatting of subsection titles on main index page */
.subsectiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* General purpose small, clean text styling */
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/* Class for styling of input form elements */
input.clean {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* Class for styling of select (drop-down) form elements */
select.clean {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* Styling of footer text (each page) */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

#noitalic i {
	font-style: normal;
}

/* Nav buttons, code and method adapted from alistapart.com */
/* Main block level definition */
#button {
	width: 136px;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	background-color: #FFFFCC;
}

	/* Each button is actually a member of an unordered list */
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	/* List items */
	#button li {
		border-bottom: 1px solid #CCCCCC; /* Color for the rules separating each "button" */
		margin: 0;
	}

	/* Special styling and indentation for section headers, which are inactive buttons */
	#button li.head {
		padding: 2px 2px 2px 0.5em;
		border-bottom: 1px solid #CCCCCC;
		font-weight: bold;
		margin: 0;
	}
	
	/* Active buttons */
	#button li a {
		display: block;
		padding: 2px 2px 2px 0.5em;
		background-color: #FFFFCC;
		color: #000000;
		text-decoration: none;
		width: 127px; /* Compensate for weird IE behavior (1 extra pixel of padding) */
	}
	
	/* Not relevant in our implementation because we are using table cells, but leave in for reference
	html>body #button li a {
		width: auto;
	}  */
	
	/* Light up the button with this color on mouseover */
	#button li a:hover {
		background-color: #EEEEEE;
	}
	
#previews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
}

	#previews a.head {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
		font-weight: bold;
		color: #000099;
		text-decoration: none;
	}
	
	#previews .item {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#previews .last {
		padding-top: 0px;
		padding-bottom: 20px;
	}

#datehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #0000;
	text-decoration: none;
}

#previews img {
	padding-bottom: 5px;
}

/* Styling for TopLevel ads */
.toplevel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	height: auto;
	width: auto;
}

.toplevel table {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse; 
	border-spacing: 0;
}
.toplevel td {
	padding: 0;
}
.toplevel a {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
.article_body {
  font:12px/18px Verdana;
}
a:link,a:visited {
font-decoration: none;
text-decoration: underline;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: normal;
color: #000000;
}
a:hover {
 font-decoration: underline;
 color: #CC3300;
}
