/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5F5045;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #194A98;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #194A98;
}
a:hover {
	text-decoration: none;
	color: #BAA287;
}
a:active {
	text-decoration: none;
	color: #BAA287;
}

a.sub:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.sub:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.sub:hover {
	text-decoration: none;
	color: #A0B4D5;
}
a.sub:active {
	text-decoration: none;
	color: #A0B4D5;
}

#container {
 margin-left: auto;
     margin-right: auto;
	width:800px;
	text-align: left;
	background-image:url(images/container_bg.gif);
	background-repeat:repeat-y;
	height:100%;
	}
	
	#containersub {
 margin-left: auto;
     margin-right: auto;
	width:800px;
	text-align: left;
	background-image:url(images/sub_bg.gif);
	background-repeat:repeat-y;
	height:100%;
	}
#top {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:165px;
	z-index:1;
}
#nav {
position:relative;
height:31px;
background-color:#FFFFFF;
background-image:url(images/nav_bg.gif);
background-repeat:repeat-x;
	color: #194A98;

}

#left {
float:left;
width:208px;
padding:25px;
height:500px;
}

#leftsub {
float:left;
width:152px;
padding:25px;
height:500px;
}

#right {
float:right;
	width:462px;
	padding:30px;
	margin-right:20px;
	z-index:10;
}

#rightsub {
float:right;
	width:538px;
	padding:30px;
	z-index:10;
}



#bottom {
clear:both;
width:800px;
height:30px;
background-image:url(images/bottom_bg.gif);
background-repeat:repeat-x;
z-index:10;
}

.topnav {
text-align:center;
padding:7px;
}

.mission {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #BAA287;
	font-size: 16px;
	line-height:24px; 
}

.mission2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #BAA287;
	font-size: 14px;
	line-height:19px; 
}

.missionheading {font-family: "Times New Roman", Times, serif; font-style: italic; color: #BAA287; font-size: 18px; line-height:24px; }

.footertext {
font-size:11px;
color:#5F5045;
text-align:center;
padding:8px;
}
.video {
float: right;
padding-left: 8px;
}