body {
	margin: 0;
	padding: 0;
	background-color: #c8c8c8;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fff;
}
/* All Page Links */
a:link, a:active, a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #bdcaa6;
	text-decoration: none;
}

img	{ border:0px;}


/* Main Page Container */
#container {
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 0px;
}
/* Header Container */
#header {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	width:990px;
	height:125px;
}
#menunav {
	background-image: url(images/head_bg.png);
	background-repeat: no-repeat;
	width:970px;
	height:125px;
	padding: 20px 0 20px 20px;
}
#menunav img { /* Logo Image */
	display: inline;
	float: left;
	margin-left: 30px;
	margin-top: 40px;
}	
	/* Index Menu Content */
	#nav, #nav ul { /* all lists */
		display: inline;
		float: right;
		width: 200px;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#nav li { /* all list items */
		float: left;
		color: #fff;
		/* width needed or else Opera goes nuts */
		width: 200px;
	}
	#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		padding: 4px;
		height: 16px;
	}
	#nav li a:hover {
		background-color: #8fa665;
		border-bottom: 4px solid #819957;
		padding: 4px 4px 0 4px;
	}

/* Page content */
#content {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	width: 990px;
	color: #000;
}

.content_padding	{ padding: 20px 60px 20px 60px;}
	
	#menusubnav { /* Sub Menu Container */
		display: inline;
		float: left;
		width: 18%;
	}
	#top { /* Top Box */
		margin-top: 20px;
		border: 2px solid #333333;
		width: 100%;
		padding: 5px;
	}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0 0 0 5px;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 100%;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
			display: block;
			width: 100%;
			padding: 0.5em;
			text-decoration: none;
			border-bottom: 2px solid #333;
			color: #000;
		}
		ul#subnav li a:hover {
			background-color: #333333;
			color: #fff;
			text-decoration: none;
		}
	#subnav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: disc;
		font-size: 11px;
	}
	
	#content_text {
		display: inline;
		float: right;
		width: 75%;
	}
#footer {
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	width:990px;
	height:90px;
}

#footer_left	{ float:left;}
#footer_right	{ float:right;}

.foot				{ font-family: Verdana, Arial, helvetica, Tahoma, sans-serif; font-size: 11px; font-style: normal; color:#000000; padding: 45px 40px 20px 35px;}
.foot A:link		{ color:#000000; text-decoration: none; }
.foot A:visited		{ color:#000000; text-decoration: none;  }
.foot A:hover		{ color:#000000; text-decoration: underline;  }
.foot A:active		{ color:#000000;  }

/* Misc Styles */
h1 { /* Page Header */
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #cc0000;
}
h2 { /* Page Sub Header */
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
	color: #cc0000;
}
h3 {
	color: #cc0000;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}
