﻿/**********  Element Level Rules **********/
body 
{
	width:100%;
	background-color: #FBFAF4;
	
	color: #000000;
	font-family: arial, sans-serif;
}

a
{
	color: #5D7B34;
	font-weight: bold;
	text-decoration: none;
}

blockquote
{
	background-color: #F8F7EF;
	padding: 10px;
	text-align:justify;
	font-style: italic;
}

.selected-element a
{
	color: #000000;
}
/**********  Class Level Rules **********/
.centered
{
	text-align: center;
}

.content
{
	clear:left;
	font-family: Arial, Sans-Serif;
	font-size: 90%;
}

.content h1
{
	color: #C3560D;
	font-family: "Times New Roman", Serif;
	font-weight: bold;
	font-size: 120%;
	padding: 7px 0 0 0;
}

.content h2
{
	color: #C3560D;
	font-family: "Times New Roman", Serif;
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 0 0;
}

.imageLeft
{
	float: left;
	margin-right: 5px;
}

.note
{
	font-size: 70%;
}

.side-bar-item
{
	margin-top: 10px;
}

/**********  ID Level Rules **********/

#header
{
	width: 540px;
	padding: 0 0 5px 20px;
	border-bottom: solid 1px #000000;
}

#header h1
{
	font-family: "Times New Roman", Sans-Serif;
	font-weight: bold;
	font-size: 200%;
	display: inline;
}


#listing
{
	list-style-type:none;
}

#list_menu
{
	font-family: "Times New Roman", Serif;
	font-size: 110%;
	color: #006699;
	background-color: #F8F7EF;
	min-height: 30px;
	border-bottom: dashed 1px #B9B9B9;
}

*html #list_menu
{
	height: 30px;
	overflow: visible;
}

#list_menu ul
{
	display: block;
	list-style: none outside;
	padding: 0;
	margin: 0;
}

#list_menu li
{
	padding: 0;
	padding: 3px 7px 3px 5px;
	display: block;
	float: left;
	position: relative;
}

#mainContent1
{
	width: 560px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 5px;
	border: solid 1px #666666;
}

#main_content
{
	padding: 0 10px;
}

#main_footer
{
	margin: 10px 10px 0 10px;
	padding: 15px;
	border-top:solid 1px #B9B9B9;
	font-family: Arial, Sans-Serif;
	font-size: 80%;
	clear: both;
}

#news_area
{
	margin: 10px 0;
	padding: 0 10px 10px 10px;
	border-top: dashed 1px #B9B9B9;
}

#news_list ul
{
	list-style: none outside;
	padding: 0;
	margin: 0;
}

#publication-content
{
	clear: left;
	padding-top: 10px;
}

#publication-header
{
	font-weight:bold;
	font-size: 110%;
	padding: 0 0 0 20px;
}

#publication-image
{
	margin: 10px 10px 0 0;
	float: left;
}

#publication_list ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#publication_list li
{
	padding: 5px 10px;
}

#rightPanel
{
	display: none;
}

#search_content a
{
	display: block;
	margin-bottom: 10px;
}