html {
	overflow-y:scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626366;
}
#footer {
	background-image: url(../images/structure/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer div {
	margin-bottom: 12px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#000000;
}
#repeat {
	background-image: url(../images/structure/bg-repeat.png);
	background-repeat: repeat-y;
}
#left {
	width: 200px;
}
#subnavcontainer {
	width:185px;
	margin-right:5px;
}
#subnav div {
	padding-bottom: 13px;
	display: block;
	margin-top: 18px;
	border-bottom:1px dashed #8F9EBB;
	margin-right: 0px;
	text-align: right;
	margin-left: 10px;
	width: 156px;
}
#subnav a:link, #subnav a:visited {
	color:#8F9EBB;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#subnav a:hover {
	color:#0E1418;
}

#subnavtitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../images/structure/subnav-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
#subnavtitle div {
	padding-right:19px;
}
#right {
	width: 189px;
}
#centre {
	width: 611px;
	height: 480px;
}


#breadcrumbs {
	margin-left: 7px;
	font-size: 9px;
	color: #A01D28;
	margin-top: 13px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color:#77787B;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#A01D28;
}
#main {
	margin-left: 17px;
	margin-top: 11px;
	margin-right: 17px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #A01D28;
	margin-top: 11px;
	margin-bottom: 12px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	color: #A01D28;
	margin-top: 8px;
	margin-bottom: 0px;
}
#main p {
	margin-bottom: 16px;
	margin-top: 6px;
}
a:link, a:visited {
	color:#a01D28;
	text-decoration: none;
}
a:hover {
	color:#000000;
}
#spaced li {
	padding-bottom:6px;
}
#spaced2 li {
	padding-bottom:15px;
}
.dashed-line {
	border-bottom:1px dashed #8F9EBB;
}
.field {
	color: #FFFFFF;
	background-color: #AB333E;
	border: 1px solid #FFFFFF;
	font-size: 10px;
}
form {
	font-size: 10px;
}
.text-red {
	color: #A01D28;
}
