body {
	background-color: black;
	
	font-family: "Calibri",Calibri,Arial,serif;
	font-size: 20px;
}

h1 {
	font-family: "Calibri",Calibri,Arial,serif;
	font-weight: normal;
	font-size: 50px;
	margin-bottom: 12px;
}

a {
	color: #6ed4ff;
	text-decoration: none;
	font-style: italic;
}

a img {
	border-style: none;
}

a:hover {
	color: #ffde00;
	text-decoration: underline;
}

li {
	margin-bottom: 8px;
	font-size: 18px;
}

#page_content {

	background-color: #080816;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	
	color: white;

}

#page_header_logo {
	
	display: block;
	width: 463px;
	height: 135px;
	
	margin-bottom: 10px;

	background-image: url('/images/header.png');
}

/* Navigation Bar */

#nav_bar {

	width: 930px;
	height: 32px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	
	background-image: url('/images/navigation/navBackground.png');
	
}

#nav_bar_table {

	width: 720px;
	height: 28px;
	
	margin-left: auto;
	margin-right: auto;

}

#nav_bar_table td{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

.nav_bar_button {

	margin-top: 0px;
	margin-bottom: 0px;
	
	padding: 0px 0px 0px 0px;
	
	text-align: center;
	width: 120px;
}

.nav_bar_link {
	
	font-size: 25px;
	color: white;
	font-style: normal;
	font-weight: normal;
	
}

.nav_bar_link:hover {
	
	color: #6ed4ff;
	text-decoration: none;
}

#footer {

	font-size: 20px;
	text-align: center;

	margin-top: 40px;
	padding-top: 12px;
	padding-bottom: 20px;
	
	background-color: black;
	
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.double_column {
	
	clear: both;
	width: 1024px;
	display: block;
	margin-bottom: 20px;
}

.double_column_spacer {
	
	height: 4px;
	display: block;
	clear: both;
	
	margin-bottom: 20px;
}

.half_column {

	width: 512px;
	padding-left: 32px;

}

.half_column_left, .half_column_right {

	display: inline;
	width: 480px;

}

.half_column_left {
	float: left;
	margin-left: 20px;
	margin-right: 12px;
}

.half_column_right {
	float: right;
	margin-left: 12px;
	margin-right: 20px;
}

.single_column {
	
	clear: both;
	width: 1024px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	margin-bottom: 20px;
}

.content_box {

	clear: both;

	background-color: #242c42;
	
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	
	padding: 1px 16px 32px;
	
}