*, html, body {
	font-family:Verdana, Geneva, sans-serif;
	font:Verdana, Geneva, sans-serif;
	font-size: 14px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	height: 100%;
	color:#FFF;	
}

img { border: none; }
a img { border: none; }

#everything {
	background:url(body_background.jpg);
	background-repeat: no-repeat;
	width: 1020px;
	margin: 0 auto;
}
	#header {
		height: 165px;
	}
	#lowersection_head { 
		background:url(lowersection_head.png);
		height: 24px;
		padding-top: 30px;
	} 
	#lowersection {
		background:url(lowersection_background.png);
		background-repeat: repeat-y;
	}
		#left_column{
			float: left;
			width: 207px;
			padding-left: 34px;
			padding-right: 8px;
		}
			#navigation {
				margin-bottom: 6px;
			}
			#navigation a, #navigation a:visited {
				background:url(link_hover_background.png);
				height: 23px;
				width: 197px; 
				text-decoration: none;
				display: block;
				font-size: 93%;
				font-weight: bold;
				padding-top: 10px;
				padding-left: 12px;
				color: #FFF;
			}
				#navigation a:hover {
					background:url(link_background.png);
					color: #FFF;
				}
			.box {
				margin-bottom: 6px;
			}
				.box_wrapper {
					background:url(box_contents_background.png) repeat-y;
				}
				.box_contents {
					background:url(box_interior_head.png);
					background-repeat: no-repeat;
					font-size: 93%;
					padding: 10px;
					min-height: 60px;
				}
				.box_foot {
					background:url(box_foot.png);
					height: 7px;
				}
				.box_nav {
					margin-top: -5px;
				}
					.box_nav a, .box_nav a:visited {
						text-decoration: none;
						font-size: 93%;
						font-weight: bold;
						display: block;
						padding-top: 5px;
						color: #FFF;
					}
						.box_nav a:hover {
							color: #000;
						}
		#center_column{
			float: left;
			width: 503px;
			border: 1px solid #6E7178;
			background:url(main_body_background.png) no-repeat #46484C;
			padding-top: 20px;
			padding-bottom: 20px;
			padding-left: 5px;
			padding-right: 5px;
		}
			a, a:visited {
				color: #B124D9;
				text-decoration: none;
			}
				a:hover {
					color:#000;
					text-decoration: none;
				}
		#right_column{
			float: right;
			width: 207px;
			padding-left: 12px;
			padding-right: 37px;
		}

#footer { 
	background: url(footer_background.png) repeat-x;
	height: 43px;
	font-size: 86%;
	padding-top: 22px;
}
	#footer a, #footer a:visited {
		font-size: 86%;
		text-decoration: none;
		color:#FFF;
	}
		#footer a:hover {
			color: #000;
		}





/* Section Headers */
.box_head {
	background:url(box_head.png);
	height: 36px;
}
.text_head {
	padding-top: 4px;
}



/* From Shift Code */
.table
{
	border-collapse:collapse;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.table TH
{
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position:relative;
	font-weight: bold;
	text-align: left;
}
.table TD
{
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position:relative;
}
.none
{
	border-collapse: separate;
}
.none TD, .none TH
{
	font-weight: none;
	border: 0px;
}
.title, .title a
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
