body.missionscience {
	background-color: 303030;
	vertical-align: top;
}

table.container {
	background-color: transparent;
	vertical-align: top;
	padding: 0px;
	height: 850px;
	width: 768px;
	border: none;
	margin: 0px;
}

td.header {
	background-attachment: scroll;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 180px;
	width: 768px;
	border: none;
	colspan: 2;
	margin: 0px;
}

td.hornav {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/hornav1.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
	height: 20px;
	width: 768px;
	border: none;
	colspan: 2;
	margin: 0px;
}

td.vernav {
	background-color: #000000;
	padding: 0px;
	height: 650px;
	width: 160px;
	border: none;
	margin: 0px;
}

td.body {
	background-color: #EAEAFF;
	text-align: left;
	padding: 0px;
	height: 650px;
	width: 608px;
	border: none;
	margin-top: 0.5in;
	vertical-align: top;
	margin-right: 1in;
	margin-left: 1in;
}
/* Font Styles */
h1.titles{
	font-family: "Calisto MT";
	font-size: 20pt;
	font-variant: small-caps;
	color: #000000;
	margin-bottom: -1px;
	text-align: center;
}

h2.subtitles {
	font-family: "Serif";
	font-size: 16pt;
	color: 303030;
	margin-bottom: -20px;
	margin-top: 0px;
	text-indent: .25in;
}

p.text {
	font-family: "Book Antiqua";
	font-size: 12pt;
	color: #000000;
	text-indent: .25in;
	margin-right: .25in;
	margin-left: .25in;
}

/* Horizontal Navigation */

#hornav {
	margin: 0;
	padding: 0;
	background: url(images/hornav1.jpg) repeat-x scroll;
	list-style-type: none;
	width: 768px;
	float: left;
}

#hornav li {
	margin: 0;
	padding: 0;
	float: left;
}

#hornav a {
	float: left;
	width: 108.5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	border-right: 1px solid #fff;
}

#hornav #nav_contactus_h a {
	border: none;
}

#hornav a:hover {
	background: url(images/hornav2.jpg) repeat-x scroll;
}

#body_home #nav_home_h a, #body_aboutus #nav_aboutus_h a,
 #body_resources #nav_resources_h a, #body_competitions #nav_competitions_h a,
 #body_community #nav_community_h a, #body_media #nav_media_h a, #body_contactus #nav_contactus_h a {
	background: url(images/hornav2.jpg) repeat-x scroll;
	color: #fff;
	font-weight: bold;
}

/* VERTICAL NAVIGATION BAR!!! */

#vernav {
	margin: 0;
	padding: 0;
	background: #000000;
	list-style-type: none;
	width: 160px;
	float: left;
}

#vernav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

#vernav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	line-height: 40px;
	border-bottom:1px solid #fff;
}

#vernav #nav_home_v a {
	border-top: 1px solid;
}

#vernav a:hover {
	background-color: #303030;
	color: #fff;
	border-left: 1px solid #fff;
}

#body_home #nav_home_v a, #body_aboutus #nav_aboutus_v a,
 #body_resources #nav_resources_v a, #body_competitions #nav_competitions_v a,
 #body_community #nav_community_v a, #body_media #nav_media_v a, #body_contactus #nav_contactus_v a {
	background-color: #151515;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #fff;
}