@charset "utf-8";
/* CSS Document */

body,td,th { color: #333333; font-family: Tahoma; font-size: 12px; }
body {
	background: #990000 url(images/background_gradient.jpg) top repeat-x;
	margin: 0;
	padding: 0;
}
a { color: #333333; text-decoration: none; }
a:hover { color: #CC0000; }
h1 { margin: 0; padding: 0; }

img { border: 0; }

.red { color: #CC0000; }

#body { background: #FFFFFF; width: 940px; }

#header { height: 200px; width: 940px; }
#navigation { background: #000000 url(images/nav_bg.gif) repeat-x; height: 40px; width: 940px ; }

	.navlinks { margin: 0 25px 0 25px; }
	#dropmenudiv {
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		z-index: 100;
	}
	#dropmenudiv a {
		background: #333333;
		color: #FFFFFF;
		display: block;
		margin: 1px 0 0 0;
		padding: 0 5px 5px 5px;
	}
	#dropmenudiv a:hover {
		background: #CC0000;
	}

#content { padding: 10px; text-align: left; width: 920px; }
	#main { float: left; margin: 0 10px 20px 0; width: 620px; }
	#side { float: left; width: 290px; }
	
		.redbar {
			background: url(images/bar_red.gif) repeat-x;
			color: #FFFFFF;
			font-family: Arial;
			font-size: 18px;
			font-weight: bold;
			letter-spacing: -1px;
			line-height: 30px;
			padding: 0 10px 0 10px;
		}
		.bluebar1 {
			background: url(images/bar_blue.gif) repeat-x;
			line-height: 25px;
			padding: 0 5px 0 5px;
		}
		.bluebar2 {
	background: url(images/bar_blue2.gif) repeat-x;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 40px;
	padding: 0 10px 0 10px;
		}
		.bluebar3 {
	background: url(images/bar_blue3.gif) repeat-x;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	height: 100px;
	letter-spacing: -1px;
	padding: 0 10px 0 10px;
		}

	#footer {
		border-top: #CCCCCC 1px solid;
		clear: both;
		color: #666666;
		font-size: 11px;
		margin: 30px 0 0 0;
		padding: 10px 0 10px 0;
		text-align: center;
		width: 920px;
	}
		#footer a { color: #CC0000; font-weight: bold; }
			#footer a:hover { color: #666666; }
.bluebar4 {
	background: url(images/bar_blue3.gif) repeat-x;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	height: 500px;
	letter-spacing: -1px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
