/* CSS Document */

/* PAGE MODIFIERS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:10px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#252525
}

img {
	border-width:0px;
}
a:link, a:visited {
	color:#003E87;
	text-decoration:underline;
}

a:hover, a#active {
	color:	#003E87;
	text-decoration:none;
}

.mainbody {
	margin:15px;
	color:#626262
}

.footer {
	margin:10px;
	color:#C2C2C2;
	text-align:center;
}
.footer a:link, .footer a:visited {
	color:#ffffff;
	text-decoration:underline;
}

.footer a:hover, .footer a#active {
	color:#ffffff;
	text-decoration:none;
}
/* PAGE MODIFIERS */

/* Backgrounds */
.bg_header {
	height:89px;
	width:750px;
	background-image:url(../images/header2.gif);
	background-repeat:no-repeat;
	background-color:#FF0000;
}

.bg_menu {
	height:44px;
	width:750px;
	background-image:url(../images/bg_menu.gif);
	background-repeat:repeat-x;
	background-color:#000000;
}

.bg_title {
	height:16px;
	width:750px;
	background-image:url(../images/bg_title2.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.bg_body {
	background-color:#FFFFFF;
}

.bg_divider {
	background-image:url(../images/bg_divider.gif);
	background-repeat:repeat-y;
}

.bg_footer {
	height:68px;
	width:750px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	background-color:#000000;
}

.quote {
margin-top:5px;
}

.quotecontent {
	font-size:14px;
	font-weight:bold;
}

/*		file centre related items		*/
.cButton
{
	background-color:#C10000;
	border:#840000 2px solid;
	color:#fff;
	font-size:12px;
}

/* Backgrounds */
