

body {
	text-align: center;
	background-color: #fff;
}

/* Sized containers in hierarchical order */
	
#frame {
	background-color: transparent;
	position: relative;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 0;
	text-align: left;
	font-family: Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333;
}

#links {
	margin-right: 5px;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

#navbar {
	padding: 5px 5px 5px 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	font-size: 14px;
}

#subnav {
	background-color: #bbddff;
	padding: 5px 5px 5px 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 12px;
	margin-bottom: 15px;
}

#left {
	float: left;
	width: 158px;
	margin-top: 10px;
}

#right {
	float: left;
	width: 158px;
}

#leftcontent {
	padding-right: 10px;
}

#rightcontent {
	padding-left: 10px;
}

#center {
	float: left;
	width: 400px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

#centercontent {
	margin: 0 15px 0 15px;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 13px; 
}

#newsfeed {
	text-align: left;
	margin: 0 15px 0 15px;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 13px; 
}


/* Anchor styles */

a, a:visited { 
	color: #006a9d;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

a.group, a.group:visited { 
	background-color: transparent;
	color: #669966;
}

span.group {
	background-color: transparent;
	color: #669966;
}

/* Paragraph styles */

p { 
	margin: 3px 0 14px 0;
}

h3.blogdate {
	font-weight: normal;
	font-size: 13px;
	margin: 20px 0 10px 0;
	padding-bottom: 2px;
	border-bottom: 1px dotted #333;
}

h3.headlinesdate {
	font-weight: normal;
	font-size: 11px;
	margin: 20px 0 10px 0;
	padding-bottom: 2px;
	border-bottom: 1px dotted #333;
}

p#archivelink {
	margin-top: 25px;
}

p#endspace {
	margin-bottom: 60px;
}

div#copy {
	position: relative;
	top: 50px;
	margin-top: 50px;
	font-size: 10px;
	text-align: center;
}

div#validator {
	position: relative;
	top: 50px;
	margin-top: 50px;
	font-size: 11px;
	text-align: center;
}

.masthead {
	margin-left: 5px;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: normal;
}

.head1 {
	font-size: 18px;
	margin-bottom: 4px;  
}

.head2 {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 13px;
}

a.projpub, a.projpub:visited {
	background-color: transparent;
	color: #333;
}

a.nav {
	padding: 5px 15px 5px 15px;
}

a.navactive {
	padding: 5px 10px 5px 10px;
	background-color: #bbddff;
	font-weight: bold;
}

a.nav:hover {
	xbackground-color: #eeeeee;
}

a.subnav {
	padding: 5px 15px 5px 15px;
}

a.subnavactive {
	padding: 5px 10px 5px 15px;
	font-weight: bold;
}

.subhead {
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 12px; 
	font-size: 10px; 
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #669966;
}

.subhead2 {
	background-color: transparent;
	margin-top: 12px;
	margin-bottom: 12px; 
	font-size: 10px; 
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #669966;
}

p.articleofthemonth {
	margin-top: 13px;
}

form {
	margin: 15px 0 20px 0;
}

.nodisp {
	display: none;
}
.divider {
	padding: 5px 0px 5px 0px;
	background-color: #ffffff;
}
#sendemail {
	border: 1px solid #999;
	width: 45px;
	height: 18px;
	background-color: #bbddff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333;
}
#email {
	border: 1px solid #999;
	width: 130px;
	line-height: 12px;
	padding: 1px 1px 1px 3px;
	margin: 2px 0 2px 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333;
}
#search {
	border: 1px solid #999;
	width: 130px;
	line-height: 12px;
	padding: 1px 1px 1px 3px;
	margin: 2px 0 2px 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333;
}
#searchButton {
	border: 1px solid #999;
	width: 45px;
	height: 18px;
	background-color: #bbddff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333;
}
