body{
	margin: 0;
	border: 0;
	font-family: "Roboto", "Arial", sans-serif;
}

#p_center{
	color:#8286A0;
	text-align:center;
	font-size: 1.5em;
	padding: 5px;
}

sub {
	font-size: .6em;
	line-height: 0;
}

#header{
	z-index: 1;
	height: 50px;
	width: 100%;
	background-color: #013173;
	-moz-box-shadow: 0 -3px 20px #1D1D1D;
	webkit-box-shadow: 0 -3px 20px #1D1D1D;
	box-shadow: 0 -3px 20px #1D1D1D;
	margin: auto;
}

#header_logo{
	width: 191px;
	height: 36px;
	padding-top: 14px;
	left: 10px;
	top: -7px;
	bottom: 21px;
	position: relative;
	float: left;
}

#white{
	width: 1000px;
	margin: auto;
	background-color: #fff;
}

#white:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.missing_content {
	color: red !important;
}

/* Navigation Bar
*************************/

#nav-bar 
{
	float: right;
	height: 50px;
}

#nav-bar li.menu-sub-heading {
	color: #8286A0;
	background-color: #000000;
	padding: 5px;
}

#nav-bar li.menu-sub-heading:hover {
	background-color: #000000 !important;
}

#nav-bar ul {
	display: inline-table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#nav-bar ul li {
	float: left;
	line-height: 1;
}

#nav-bar ul li:hover {
	background-color: #2F69B9;
}

#nav-bar ul li:hover > ul {
	display: block;
}

#nav-bar ul li a {
	display: block;
	padding: 17px 14px;
	text-decoration: none;
}

#nav-bar ul ul {
	display: none;
	background-color: #1b1c31;
	padding: 0;
	position: absolute;
	width: 200px;
}

#nav-bar ul ul li {
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	display: block;
	border-bottom: 1px #888 solid;
}

#nav-bar ul ul li a {
	padding: 5px;
	padding-left: 14px;
}

#nav-bar ul li a
{
	color: #fff;
}

/* Begin footer */

.footer {
	background-color: #1c1c31;
	height: 145px;
	width: 100%;
	margin: auto;
	color: #aaa;
	font-size: 0.7em;
	font-style: italic;
	font-weight: 400;
	-moz-box-shadow: 0px -1px 30px #202020;
	webkit-box-shadow: 0px -1px 30px #202020;
	box-shadow: 0px -1px 30px #202020;
}

.footer p {
	text-align: center;
	padding-top: 2em;
	text-decoration: underline;
	font-style: normal;
}

.footer ul {
	margin: auto;
	width: 430px;
}

.footer li {
	float: left;
	list-style-type: none;
	padding-right: 2em;
	padding-left: 2em;
	border-right: 1px solid #aaa;
}

.footer a {
	color: #aaa;
	font-style: inherit;
	font-weight: 400;
	text-decoration: none;
}

.footer a:hover {
	color: #eee;
}

#list_end {
	border-right: none;
}

#copyright {
	font-weight: 400;
	font-style: italic !important;
	text-decoration: none !important;
	padding: 0 !important;
	margin-top: 2.4em;
}

/* End Footer */
