html {
	background-color: #323233;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #323233;
}

.clear{
	clear:both;
}

p {
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	
}

h1 {
	font-family: Arial;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-size: 18px;	
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}

h2 {
	font-family: Arial;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;	
	font-weight: bold;
	cursor: pointer;
	font-family: Arial, Verdana, sans-serif;	
}


h3 {
	font-family: Arial, Verdana, sans-serif;
}


a {
/*	color: #000; #7b7d80;
*/	
	text-decoration: underline;
	color:#af649f;
	
}

a:hover {
	text-decoration: underline;
}

a.edit {
	color: #7b7d80;
}

img {
	border: 0;
}

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

#head {
	height: 193px;
	width: 901px;	
	background-image: url('/images/head/header_new.jpg');
}

#topMenu {
	width: 900px;
	height: 34px;
	background-image: url('/images/head/menuBg.png');	
}

#topMenu #menuList {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#topMenu .menuItem {
	height: 33px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	cursor: pointer;
}

#topMenu #backMenu {
	background-image:url('/images/menu/back.png'); 
	width: 67px;
	height: 33px;
	background-position: top left;
}


#topMenu #homeMenu {
	background-image:url('/images/menu/home.png'); 
	width: 67px;
	height: 33px;
	background-position: top left;
}

#topMenu #homeMenuActive {
	background-image:url('/images/menu/homeActive.png'); 
	width: 67px;
}

#topMenu #homeMenu:hover {
	background-position: bottom left;
}

#topMenu #aboutMenu {
	background-image:url('/images/menu/about.png'); 
	width: 70px;
	height: 33px;
	background-position: top left;
}

#topMenu #aboutMenuActive {
	background-image:url('/images/menu/aboutActive.png'); 
	width: 70px;
}

#topMenu #aboutMenu:hover {
	background-position: bottom left;
}

#topMenu #publicationsMenu {
	background-image:url('/images/menu/publications.png'); 
	width: 112px;
	height: 33px;
	background-position: top left;
	
}

#topMenu #publicationsMenu:hover {
	background-position: bottom left;
}

#topMenu #publicationsMenuActive {
	background-image:url('/images/menu/publicationsActive.png'); 
		width: 112px;
		
}

#topMenu #resultsMenu {
	background-image:url('/images/menu/results.png'); 
	width: 80px;
	height: 33px;
	background-position: top left;
}

#topMenu #resultsMenu:hover {
	background-position: bottom left;
}

#topMenu #resultsMenuActive {
	background-image:url('/images/menu/resultsActive.png'); 
	width: 80px;
		
}


#topMenu #resultsMenu:hover {
	background-position: bottom left;
}

#topMenu #peopleMenu {
	background-image:url('/images/menu/people.png'); 
	width: 73px;
	height: 33px;
	background-position: top left;
	
}

#topMenu #peopleMenuActive {
	background-image:url('/images/menu/peopleActive.png'); 
	width: 73px;
}

#topMenu #peopleMenu:hover {
	background-position: bottom left;
}

#topMenu #partnersMenu {
	background-image:url('/images/menu/partners.png'); 
	width: 87px;
	height: 33px;
	background-position: top left;
}

#topMenu #partnersMenuActive {
	background-image:url('/images/menu/partnersActive.png'); 
	width: 87px;
}

#topMenu #partnersMenu:hover {
	background-position: bottom left;
}


#topMenu #pressMenu {
	background-image:url('/images/menu/press.png'); 
	width: 65px;
	height: 33px;
	background-position: top left;
}

#topMenu #pressMenuActive {
	background-image:url('/images/menu/pressActive.png'); 
	width: 65px;
}

#topMenu #pressMenu:hover {
	background-position: bottom left;
}



#content {
	width:  883px;
	background-color: #ffffff;
	padding: 12px 0px 10px 17px;
}

#content img {
	margin-bottom: 20px;
}


#column1Medium {
	width: 374px;
	float: left;
	
}

#column1Large {
/*	width: 698px;*/
	width: 548px;
	float: left;
	
}

#column2Small {
	width: 160px;
	margin-left: 14px;
	float: left;
}

#column2Medium {
	width: 310px;
	margin-left: 14px;
	float: left;
}

#footer {
	background-image: url('/images/footer/footer.png');
	width: 867px;
	height: 93px;
	margin: 12px 0px 7px 0px;
	
	
}

.columnHeader {
	font-family: Arial;
	padding: 10px 11px 0px 11px;
	margin: 0px 0px 12px 0px;
	height: 2em;
	background-color: #e1e2e4;
	color: #7b7d80;
}

.newsContent {
	margin-bottom: 18px;
}

.noDecoration {
	color: inherit;
	text-decoration: none;
}

.greyText {
	color: #7b7d80;
	
}

.date {
	font-size: 10px;
	color: #7b7d80;
}

.person {
}

.title {
	font-size: 9px;
	color: #7b7d80;
}

a.pub {
/*	color: #000;
*/	text-decoration: none;
}

a.pub:hover {
/*	color: #000;
*/	text-decoration: underline;
}

p#password{

}

a.press_link{
	float:left;
	margin-left:33px;
	color:#af649f;
	text-decoration:underline;
	display:block;
	text-align:center;
}


span.uploadLabel{
	color:red;
}