/***  General body & paragraphs  ***/
body {
	font-family : 'Lucida Grande', geneva, verdana, arial, sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : #303030;
	margin:0;
	padding:0;
	background-color: #fff;
	height: 900px;
}
p {
	text-decoration : none;
	color : #202020;
	align: left;
	margin-top: 10px;
	margin-bottom: 6px;
	padding: 0px;
	background-color: #ffffff;
}
p + p {
	margin-top: 10px;
}
img {
	text-decoration : none;
	color : #00ff00;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
}
div.spanning p {
	width: 500px;
}
div.spanning li {
	width: 480px;
}

/***  Headings  ***/
h1 {
	font-size: 130%; 
	color : #384060;
	width:100%;
	margin-top: 8px;
	margin-bottom: 8px;
}
h1 + p {
	margin-top: 0px;
}
h2 + p {
	margin-top: 0px;
}
h2 {
	font-size: 110%; 
	text-decoration : none;
	color : #384060;
	margin-top: 8px;
	margin-bottom: 6px;
}
h3 {
	font-size: 100%; 
	text-decoration : none;
	color : #384060;
	padding:0;
}

/***  Hyperlinks  ***/
a {
	color : #4060FF; 
	font-weight : normal;  
	font-size: 100%; 
	text-decoration : none;
}
a:visited {
	color : #506090; 
}
a:hover {
	color: #FF5010;
	font-size: 100%; 
	font-weight: normal; 
	text-decoration: underline;
}

th a {
	color : #303030; 
	font-weight : bold; 
}
th a:hover {
	color: #FF5010;
	font-weight: bold; 
	text-decoration: underline;
}
th a:visited {
	color: #303030;
}

/*** News page links (and non-links) ***/ 
a.news {
	color : #4048B0; 
	font-weight : bold; 
}
a.news:hover {
	color: #FF5010;
	text-decoration: underline;
}
em.news {
	color : #4048B0; 
	font-weight: bold; 
	font-style: normal;
}

/***  Navigation table  ***/
table.nav {
	background-color: #5AB6E9;
	color: #202040;
}
table.nav td {
	padding: 0px;
}
table.nav a {
	color:#202040;
}
td.selected a {
	font-weight : bold;  
}
table.nav a:hover {
	color: #ffffff;
}
#bottom_wide {
	padding-top: 3px;
	padding-bottom: 3px;
}

/***  Bullet lists  ***/
ul {
	list-style: square outside; 
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-left: 22px;
	padding-left: 5px;
	margin-right: 5px;
}
ul li {
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.close li {
	margin-top: 0px;
	margin-bottom: 0px;
}

/***  Highlight table  ***/
table.box {
	background-color: #f0f0f0;
	border: 1px solid #808080;
	border-collapse: collapse;
	margin-left: 1px;
	margin-right: 5px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
tr.odd {
	background-color: #ffffff;
}
tr.even {
	background-color: #e8e8f0;
}
table.box th {
	background-color: #D0E8FF;
	color: #303030;
	border-bottom: 1px solid #808080;
	text-align: left;
	font-weight: bold; 
	padding: 4px 4px 4px 8px;
}
table.box td {
	padding-top: 4px;
	padding-bottom: 3px;
}

table.smallbox {
	background-color: #f0f0f0;
	border: 1px solid #808080;
	border-collapse: collapse;
	font-size: 11px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
table.smallbox th {
	background-color: #D0E8FF;
	color: #303030;
	border-bottom: 1px solid #808080;
	text-align: left;
	font-size: 10px;
	font-weight: bold; 
	padding: 3px 3px 3px 6px;
}
table.smallbox td {
	padding-top: 3px;
	padding-bottom: 2px;
}

/***  Other  ***/
form {
	border: 0;
	padding: 0;
	margin: 0;
}
