/* CSS Document */

#about_menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-bottom: 4px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 5px;
	margin-bottom: 7px;

}

#current {
	font-weight: bold;
	background-color: #003366;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
  
}

.author {
    font-style: italic;
	}
	
#here {
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	}
	
#paper_title {
	font-weight: bold;
	color: #036;

}

#crumbs {
	padding-bottom: 3px;
	background-image: none;
	background-repeat: repeat-x;
	color: #000000;
	background-color: #CCCCCC;
	padding-top: 2px;
	border: 1px solid #003366;
}

#crumbs a:link {
    color:#006699;
	text-decoration: underline;
}
#crumbs a:visited {
    color:#006699;
	text-decoration: underline;
}
#crumbs a:hover{ 
    color:#fff;
	text-decoration: none;
}
#crumbs a:active {
    color:#fff;
}



#pagetitle {
	background-image: url(images/pagetitle_tile.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	height: 30px;
	font-weight: bold;
	display: block;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#image_title {
	text-align: center;
}
#main_banner {
	margin-bottom: 10px;
}
.graybar {
	background-color: #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
}
.textbox {
	padding-left: 10px;
}
.article {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #003366;
	padding: 5px;
	background-color: #eeeeee;
}
.article_odd {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #003366;
	padding: 5px;
	background-color: #fff;
}
.article a, .article_odd a, .article span, .article_odd span {
   font-weight: bold;
   
}
#medialinks {
	padding-bottom: 3px;
	border: 1px solid #666666;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
}
#medialinks a {
	font-weight: bold;
    
}
#guestbook_border {
	border: 1px solid #003366;
}
#submit_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
    
}
#title_border {
    border-bottom: 1px solid #003366;	
}
.label {
    padding-left: 5px;
	/*border-bottom: 1px solid #003366;*/
}
#cell_pad {
	padding-left: 10px;
}
#cell_pad_label {
	padding-left: 5px;
}
.grayback {
	background-color: #Eeeeee;

}
#committee_table {
	margin-left: 40px;
}
.post_date {
	font-style: italic;
	color: #666666;
	padding-top: 3px;
}

