body{
	background: #eee url(images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align:center;
}

a{
	color: #005A88;
}

a:hover{
	color: #611010;
}



#mainarea{
	text-align: left;
	width: 720px;
	margin:0px auto;
	background-color: white;
	padding: 0 11px 5px 11px;
	border: solid #eee;
	border-width: 0 5px 0 5px;
}

a#header{
	display: block;
	margin: 0 0 5px 0;  
}

a#header img{
	border: none;
}

/*Main menu*/
div#mainmenu{
	margin: 0 0 3px 0;  
	background-color: #d3363c;
	height: 14px;
	padding: 3px;
}

table#topmenu{
	border-collapse: collapse;
}

table#topmenu td{
	height: 12px;
	border-right: solid 2px #fe9901;
	margin: 0px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;

}

a.menuitem{
	padding: 0 10px 0 10px;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 10px;
}

a.menuitem:hover
{
	color: #FE9901;
}

.submenu{
	display: none;
	position: absolute;
	width: 180px;
	background-color: #D3363C;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 0 1px 0;
	text-transform: none;
}

.submenu a{
	display: block;
	color: white;
	text-decoration: none;
	padding: 2px 5px;
	border-top: 1px solid #D7484F;
}

.submenu a:hover{
	background-color: #005A88;
	color: white;
}

/*Layout table*/

#layout-table{
height: 200px;
	table-layout: fixed;
	width: 720px;
	border-collapse: collapse;
	border: 0;
}

#left-column{
	width: 110px;
	padding: 0 4px 0 0;
	vertical-align: top;
	overflow: hidden;
}

#center-column{
	width: 442px;
	padding: 0 4px 0 0;
	vertical-align: top;
	overflow: hidden;
}

#right-column{
	width: 160px;
	background-color: #f9f9f9;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}

#footer{
	margin: 8px 0 0 0;
	height: 14px;
	padding: 3px;
	text-align: center;
	background-color: #d3363c;
	font-family: Arial;
	font-size: 11px;
	color: white;
}

#footer a{
	color: white;
}

.left-section{
	border-top: 3px solid #005a88;
	border-bottom: 3px solid #005a88;
	margin: 0 0 3px 0;
	padding: 3px 0;
}

.left-section h2{
	margin: 0 0 3px 0;
	font-size: 11px;
	font-weight: bold;
	color: #611010;
}

a.button{
	padding-right: 10px;
	background: url(images/arrow.gif) no-repeat bottom right;
	text-decoration: none;
	color: black;
}

a.button:hover{
	color: #005A88;
}



ul.eventlist-inside{
	list-style-type: square;
	margin: 0px;
	padding: 0 0 0 10px; 
}

ul.eventlist-inside li{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Login*/


form#login input, form#newsletter input{
	width: 108px;
	background-color: #dbdbdb;
	border: 1px solid #cecece;
	color: black;
	font-size: 10px;
	margin: 0 0 1px 0;
}

form#login input.defaultlabel, form#newsletter input.defaultlabel{
	color: #a5a5a5;
}

.logindata{
	margin: 3px 0;
	font-size: 10px;
}

.login-error{
	margin: 3px 0;
	color: #D3363C;
}



div.advert{
	margin: 10px 0;
}

ul.foundation-members{
	margin: 0;
	/*padding: 0 0 0 15px;*/
	padding: 0;
	/*list-style-type: square;*/
	font-size: 9px;
}

ul.foundation-members a{
	text-decoration: none;
}

ul.foundation-members li{
	margin: 0;
	padding: 0;
}

div.cv{
	border: 1px solid #005A88;
	margin: 10px 0;
	padding: 10px;
}

table.cv td{
	vertical-align: top;
}

/* letter selector */
ul.letterselector{
	list-style-type: none;
	margin: 0;
	padding: 4px;
	text-align: center; /*background-color: #eeeeee;*/
	background-color: #D3363C;
}

ul.letterselector li{
	display: inline;
}

ul.letterselector li a{
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	padding: 0 2px;
}

ul.letterselector li a:hover{
	color: black; /*border: solid 1px #B5C8DA;*/
	background-color: white;
}

ul.letterselector li.selected{
	/*font-weight: bold;*/
	
}

ul.letterselector li.selected a{
	/*border: solid 1px #B5C8DA;*/
	background-color: White;
	color: #4B749F;
	
}

div.event-title{
	font-weight: bold;
	color: #005A88;
}

div.event-title .label{
	font-weight: normal;
	color: black;
}
