body
{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Georgia, 'Times new roman', Times, serif;
}

body img
{
	border: 0;
}

label
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}

#container
{
	width: 900px;
	margin: 0 auto;
}

#header 
{
	margin: 0;
	border: none;
	height: 130px;	
}

#header img
{
	float: left;
	padding: 20px 0 0 0;
}

#menu
{
	margin: 0;
	float: right;
}

#menu a
{
	display: block;
	float: left;
	color: #555555;
	height: 20px;
	margin: 0 6px;
	padding: 55px 8px 5px;
	text-decoration: none;
	font-size: 14px;
	
}

#menu a:hover
{
	color: black;
	background: #fcfcfc;
	border-bottom: 3px #333333 solid;
}

#menu a.active
{
	background: #333333;
	border-bottom: 3px #818181 solid;
	color: #eeeeee;
}

.large_text
{
	margin-right: 90px;
}

.large_text , .large_text p
{
	color: #383838;
	font-size: 14px;
	line-height: 30px;	
}

.large_text a , .large_text .large
{
	font-size: 18px;
	color: #383838;
}

.large_text a 
{
	text-decoration: none;
}

.large_text a:hover
{
	color: red;
}

#footer
{
	border-top: 1px #ddd solid;
	padding: 5px 0;
	text-align: center;
	margin-top: 10px;
	color: #919191;
	font-size: 13px;
}

#footer a
{
	text-decoration: none;
	color: #919191;
}

#footer a:hover
{
	color: red;
}

#quote
{
	background-image: url("/images/left_citation.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 32px 0px 0px 35px;
	color: #666666;
	font-size: 30px;
	width: 90%;
	margin: 0px 0px 50px;
	line-height: 40px;
}

#content img
{
	float: left;
	margin: 0px 100px 60px 35px;
}

#content h1
{
	color: #555555;
	font-weight: normal;
	margin: 50px 0px 20px 0px;
}

#committee
{
	margin-left: 35px;
}

#committee .profile
{
	width: 205px;
	float: left;
	height: 380px;
}

#committee img
{
	float: none;
	margin: 0 0 8px 0;
}

#committee .profile .name
{
	font-size: 16px;
}
#committee .profile .position
{
	color: #888;
	margin-top: 2px;
	font-size: 17px;
}

#language_selector
{
	margin: 0 0 0 20px;
	background: #fcfcfc; 
	border: 1px #dedede solid; 
	color: #b0b0b0; 
	width: 130px; 
	float: right;
	padding: 3px;
}

#language_selector a
{
	text-decoration: none;
	color: #b0b0b0;
}

#language_selector a:hover
{
	color: black;
}

#language_selector img 
{
	margin: 0 0 0 10px;
	float: none;
} 

#languages {
	padding: 10px;
}

#languages a 
{
	display: block;
	margin: 3px 0px;
}

#documents
{
	margin: 40px 0 80px 0;
}

.document
{
	width: 885px;
	color: #292929;
	font-size: 14px;
	padding: 10px 5px 10px 10px;
	display: block;
	float: right;
	text-align: right;
}

#content .document img
{
	float: none;
	margin: 0 0 0 3px;
	vertical-align: bottom;
}

.document a
{
	color: black;
	text-decoration: none;
}

.document a:hover
{
	color: red;
}

.odd
{
	background-color: #FFFCF7;
}