/* force vertical scrollbar on firefox to prevent 'jumping' with centred content */
html { 
	overflow-y: scroll; 
} 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image:url(graphics/pattern_153.gif);
}
p {
	font-size:1.2em;
}
a {
	font-size:1.2em;
	font-weight:bold;
	color:#aa4444;
	text-decoration:none;
}
h1 {
	font-size:2.0em;
	font-weight:bold;
}
a:hover {
	color:#e26e18;
}
label {
	float:left;
	width:120px;
}
#main {
	width:780px; 
	margin-left:auto; 
	margin-right:auto; 
	background-color:#f6f3b3;
}
#header {
	height:155px; 
	position:relative;
	background-image:url(graphics/header5.gif);
	background-repeat:no-repeat;
}
#menuArea {
	float:left; 
	width:204px;
}
#menu {
	width:174px; 
	height:205px; 
	background-image:url(graphics/menuarea3.gif);
	background-repeat:no-repeat; 
	margin-top:86px; 
	margin-left:6px; 
}
#menu ul {
	list-style:none;
	margin:0 4px 50px 20px;
	padding:20px 0 0 0;
}
#menu li {
	border-bottom:1px solid #ccc;
	width:130px;
}
#menu li a {
	display:block;
	padding-left:6px;
	line-height:28px;
}
#content {
	margin-left:204px; 
	margin-right:8px; 
	padding-bottom:20px;
}
#links {
	min-height:250px;
	height:auto !important;						/* hack for IE6 */
	height:250px;									

}
#links li {
	list-style:none;
	padding:0;
}
#links li a {
	line-height:24px;
}
