/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #010F2F;
}

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010F2F;
}

#main {
	width: 900px;
	margin: 0;
}

#logo {
	width: 900px;
}

.navigation {
	float: none;
	width: 900px;
	height: 40px;
	background-color: #010F2F;
}

ul.nav {
	float: left;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 2px 0 4px 20px;
	font-weight: bolder;
}

ul.nav li {
	float: left;
	display: block;
	padding: 0 40px 0 0;
}

ul.nav li a {
	color: #FFFFFF;
	text-decoration: none;
}

ul.nav li a:hover, ul.nav li .active {
	color: #FF9900;
	text-decoration: underline;
}

.blue {
	float: left;
	width: 900px;
	height: 55px;
}
#main .blue .style1 {
	background-image: url(/Missions_Conference/images/Veracity_background.jpg);
}
#main {
	background-image: url(/Missions_Conference/images/Veracity_background.jpg);
}

.blue h2 {
	padding-left: 22px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
}

.content {
	float: left;
	width: 785px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#main .content table {
	background-image: url(/Missions_Conference/images/Veracity_background.jpg);
}

.content ul, li {
	font-size: 13px;
	padding: 0 0 4px 20px;
}

content a:link, a:visited {
	color: #010F2F;
	text-decoration: none;
}

content a:hover, a:active {
	color: #010F2F;
	text-decoration: underline;
}

.footer {
	float: left;
	width: 900px;
	height: 32px;
	background-color: #010F2F;
}

.footer p {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 18px;
}

.footer p a {
	color: #FF9900;
}

.headline {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 6px;
}
#main .content {
	background-image: url(/Missions_Conference/images/Veracity_background.jpg);
	width: 880px;
}
#main .content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3333FF;
	text-decoration: underline;
}

