/* Screen style sheet for londontoastmaster.com*/

BODY {
color: #333333;
background-color: #ffffff;
padding: 1em 13% 1em 13%;
font-family: Georgia, sans-serif;
font-size:100%;
}

H1 {
font-size: 1.1em;
font-weight: bold;
color: gray;
margin-top:0;
margin-bottom:3 em;
}

H2 {
font-size: 0.75em;
margin-bottom: 0.5em;
font-weight: bold;
}

H3, H4 {
font-size: 0.6em;
margin-bottom: 0.5em;
font-weight:bold;
}

P {
font-size: 0.8em;
margin-top: 0;
margin-bottom: 1 em;
line-height: 1.5 em;
}
Address {
text-align:center;
border-style:solid;
clear: both;
font-size: 0.8em;
font-style: normal;
/*color: #333333;*/
color: gray;
line-height: 1.5em;
margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 0px;
border-color:#cc0000;
border-width:1px 0px 0px 0px;
height:33px;
}

hr {color: #CC0000;
height: 1px;}

#Header {
font-size: 1.1em;
font-weight: bold;
color: #cc0000;
margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 0px;
height:33px;
border-style:solid;
border-color:#cc0000;
border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
line-height:13px;
}

#Content {
	margin: 0px 0px 0px 320px;
	padding:10px;
	}
	
#Content2 {
	margin: 0px 0px 0px 220px;
	padding:10px;
	}

#Menu {
	/*position:absolute;
	top:120px;
	left:100px;
	width:150px;*/ /*this was trhe old way before floating */
	float:left;
	width: 15%;
	padding:10px;
	background-color:#fff;
	/*border:1px dashed #CC0000;*/
}
strong {
	font-size:0.95em;
}


A {
	color:gray;
	font-weight:bold;
	font-size: 0.95em;
}

A:link {
	text-decoration:none;
	}

A:visited {
	text-decoration:none;
	color:gray;	
}

A:active, A:hover {
	text-decoration:underline;
	color:black;
}

OL, UL { 
	font-size: 0.8em;
 	margin-left: 2em;
	padding-left:0;
  }
 
LI {
 	margin-bottom:0.4em;
	padding-left:0em;
	margin-left:0;
 }
 
.nonspaced LI {
 	margin-bottom:0;
 }

.nonspaced2 LI {
 	margin-bottom:0;
	font-size: 0.833em;
	list-style: none;
 }

.border {
	border: 1px solid #CC0000;
}



