/* CSS Document */


body {
background: #FFFFFF url(../images/site_bg.jpg) repeat-x;
font-family: Arial;
color: #000000;
}

/* top area */
#menutop {
	background: url(../images/header-bg.jpg) repeat-x;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

A#menutop:link {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
A#menutop:visited {
	color: #000000;
}
A#menutop:hover {
	color: #990000;
	text-decoration: underline;
}


img#headerpic {
	border: #666666 2px solid;
	width: 796px;
}
#bottombar {
	background: url(../images/header-bg.jpg) repeat-x;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

A:link {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
A:visited {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}