/* set the styles that apply to the entire page */

A {
	text-decoration: none;
	color: #000000;
}

A:hover {
	color: #666666;
	text-decoration: none;
}

A:visited {
	color: #000000;
}

A:active {
	color: #666666;
}

body {
font-size: 9px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}

/* set the styles that apply to the main table that holds the home page content */

#maintable {
width:575px;
margin-left:36px;
font-size: 9px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}

/* set the styles that apply to the main page header */

#headertable {
margin: 40px 0 30px 0;
}

.headernav {
font-size: 9px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-align:center;
padding: 0 13px 0 13px;
}

/* set the styles that apply to the left column */

#leftcolumn {
padding: 0 5px 0 0;
}

.feature {
margin-bottom:15px;
font-style:italic;
}

.new {
margin-top: 20px;
}

#searchbox {
margin-top: 30px;
}

#archivenote {
width:288px;
}


/* set the styles that apply to the right column */

#rightcolumn {
padding: 0 5px 0 0;
}

.heading {
margin:0 170px 20px 0;
text-align:right;
font-weight:bold;
font-size:11px;
}

.subheading {
margin-right:170px;
text-align:right;
font-size:10px;
}

.content {
margin-left:110px;
padding: 0;
margin-top: -12px;
list-style:none;
}

.content li {
padding: 0 0 5px 0;
}

