@charset "utf-8";
/* CSS Document FF0000 */
body {
	background:#D6D6D6;
}
#colmid {
	background:#D6D6D6;    	/* Centre column background colour */
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}
#topbox {
	background:url(../img/boxes_1/boxtopright.gif) right no-repeat;
}
#topbox h2 {
	background:url(../img/boxes_1/boxtopcenter.gif) repeat-x;
	color:#FFF;
}
.contentbox, .contentboxred {
	background:url(../img/boxes_1/shadowboxright.gif) repeat-y right;
	border-left:1px solid #808080;
	background-color:#FFF;
}
.contentboxred {
	background-color:#F00;
	color:#FFF;
}
#bottombox {
	background:url(../img/boxes_1/boxbottomright.gif) right no-repeat scroll;
}
#bottombox p {
	background:url(../img/boxes_1/boxbottomcenter.gif) repeat-x;
	color:#333;
}
fieldset {
	background-color:#EEE;
}
legend {
	background:#FFC;
	color:#000;
	border:1px solid #000;
}
div.mainmenuitem {
	border-top:1px solid #000000;
	color:#FFFFFF;
}
div.submenuitem {
	background-color:#FFF;
	color:#000;
	background-image:url(../img/boxes_1/shadowboxright.gif);
}
div.submenuitem a {
	color:#000;
	text-decoration:none;
}
div.submenuitem p {
	border-top:1px dashed #FFF;
}
#header, #headerhidden {
	background-color:#FF0000;
	color:#FFFFFF;
}
#header a, #headerhidden a {
	color:#000;
}
#header a:hover, #headerhidden a:hover {
	color:#FFFFFF;
}
#col2 a, #col3 a, #col2, #col3 {
	color:#000;
}