/* open source xhtml/css website layout  
Screen layout: */

body{
margin:0 auto;
padding:0;
font:0.7em Verdana, Tahoma, Arial, sans-serif;
background:#f4f4f4 center top;
color:#303030;
}

#wrap{
background:#ffffff;
color:#303030;
margin:0 auto;
width:auto;
}

#header{
clear:both;
margin:10px 0 0 0;
padding:0;
}

#header h1{
	width:98%;
	margin:1;
	background: center;
	border-top: medium solid #FFCC66;
	font-style: italic;
	color: #333333;
	text-align: center;
	border-bottom: medium solid #CCCCCC;
	border-right: medium solid #FFCC66;
	border-left: medium solid #FFCC66;
	height: auto;
}

#header p{
	text-align:center;
	color:#a0a0a0;
	margin:0 0 10px;
	font-size:0.8em;
	line-height:1.2em;
	background-color:inherit;
	background-position: center;
}

#frontphoto{
	margin:0px 10px 5px;
	background: url(images/london.jpg) center center;
	color: #99FF00;
		
}

#avmenu{
clear:left;
float:left;
width:155px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
}

#avmenu ul{	
list-style:none;
width:155px;
margin:0 0 10px 0;
padding:0;
font-size:1.2em;
}	

#avmenu li{
margin-bottom:4px;
}

#avmenu li a{
font-weight:bold;
height:20px;
text-decoration:none;
color:#003366;
display:block;
padding:4px 0 0 5px;
background:#f4f4f4;
border-left:4px solid #FFCC66;
}	
	
#avmenu li a:hover{
background:#eaeaea;
color:#286ea0;
border-left:4px solid #286ea0;
}

.announce{
	margin:10px 0;
	padding:10px;
	width:130px;
	color:#505050;
	background-color:#f4f4f4;
	line-height:1.3em;
	border-left: medium solid #3C5AA3;
}
.announce h3{
    font-size:1.2em;
	margin:0 4px 6px 0;
	color: #003366;
	border-bottom: thin solid #FFCC33;
}
#extras{
	float:right;
	width:120px;
	margin:0 0 10px 0;
	padding:0;
	font-size:0.9em;
	line-height:1.5em;
	height: auto;
	
	}
	
	#menulinks{
	border: 1px solid #cccccc;
	font-size: 10px;
	color: #cccccc;
	padding: 4px 2px 6px;
	background: #f4f4f4;
	margin: 2px 4px 4px;
}

#extras p{
margin:0 0 1.5em 0;
}

#extras h3{
	font-size:1.1em;
	margin:4 4px 6px 0;
	color: #003366;
	border-bottom: thin solid #FFCC33;
}
#extras h4{
	font-size:0.98em;
	margin:0 0 2px 0;
	color: #003366;
	}
	

#content2{
	margin:0 140px 20px 160px;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	padding:0 5px;
	line-height:1.6em;
	height: auto;
	width: auto;
}

#content2 h2{
	font-size:1.4em;
	margin:0 0 0.9em;
	background: #f0f0f0;
	border-bottom: thin solid #BE0026;
	font-family: Arial, Helvetica, sans-serif;
	height: 17px;
	color: #3C5AA3;
	
	}
	
	#content2 h3{
	font-size:1.2em;
	margin:0 4px 6px 0;
	color: #003366;
	
	}

#content2 img{
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

a{
text-decoration:none;
color:#286ea0;
}

a:hover{
text-decoration:underline;
color:#286ea0;
}

a img{
border:0;
}

#footer{
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:4px solid #f0f0f0;
width:auto;
text-align:center;
color:#808080;
font-size:0.9em;
}

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

#footer a:hover{
text-decoration:underline;
}

.left{
margin:4px 6px 4px 0;
float:left;
}

.right{
margin:4px;
float:right;
}

.textright{
text-align:right;
}

.center{
text-align:center;
}

.small{
font-size:0.8em;
}

.bold{
font-weight:bold;
}

.hide{
display:none;
}
.letter {
	margin:10px;
	float:right;
	color: #BE0026;
	background: #FFFFFF;
	font-size:6.4em;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 10px;
	
}

.relatedLinks{
    position: relative;
	margin: 2px 3px;
	padding: 1px 0px 2px 3px;
	font-size: 14px;
	background-color: #FFFFFF;
	text-align: center;
	}
.red {
	font-family: Georgia, Times, serif;
	color: #FF0000;
	background: #FFFFCC;
}
