/* UPDATED FOR UNT COLORS */
body {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 62.5%;
}

a {
	color: #059033;
}
a:hover {
	text-decoration: none;
}

#container {
	position:relative;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	text-align:left;
	border: solid; border-width: 1px;
	border-color:#999999;
}

#header {
	background:url('images/header.png') top center no-repeat;
	height: 200px;
}


#home_contact {
	text-align:left;
	padding: 5px 0 0 5px;

}

#nav {
	background-color:#444444;
	font-size:13px;
	padding: 10px 0px;
	font-weight:700;
	font-family:"Trebuchet MS", arial;
}

#nav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	}

#nav ul li {
	display: inline;
	height: 30px;
	padding: 3px 15px 0px 17px;
	background: #444 url("images/bullet.gif") center left no-repeat;
}


#content {
	background-color:#FFFFFF;
}

#sub_nav_area {
	float: left;
	width: 250px;
	text-align:center;
}

#sub_nav {
	text-align: center;
	width: 240px;
	margin: 5px auto;
}

.banners {
	margin-top: 15px;
}

h1 {
	color:#000000;
	margin-top: 10px;
	font-size:22px;
}

h2 {
	color:#000000;
	margin:0;
	margin-bottom: 5px;
	padding:0;
	font-size:14px;
	font-weight:600;
}

h3 {
	color:#000000;
	margin:0;
	margin-bottom: 5px;
	padding:0;
	font-size:12px;
	font-weight:600;
}

#text {
	float: left;
	width: 710px;
	margin-bottom: 100px;
}

.text_content {
	font-size:1.1em;
	line-height: 25px;
	width: 710px;
	color:#666666;
	
}


#container_spiffy {
	width: 630px;
	position:relative;

}

#mission_title {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 3em;
	color:#C7292E;
	line-height: 30px;
}

.heading_bg {
	background-image:url(images/heading_bg.gif);
	background-repeat:repeat-x;
	width: 100%;
	height: 30px;
}

#footer {
	background-color:#444444;
	position: relative;
	color:#999999;
	height: 75px;
	width: 1000px;
}

#footer_address {
	position: absolute;
	left: 0px;
	width: 200px;
	margin: 12px;

}

#footer_unt {
	position: absolute;
	right: 20px;
	top: 18px;
}

br.clear {
	clear: both;
}

a.nav:link {
	text-decoration: none;
	color:#999999;
}

a.nav:visited {
	text-decoration: none;
	color: #999999;
}

a.nav:hover {
	text-decoration: none;
	color:white;
}

a.nav2 {
	text-decoration: none;
	color: black;
	font-size: 1.1em;
}

a.nav2:hover {
	text-decoration: none;
	color: #059033;
	font-size: 1.1em;
}

p {
	margin-top: 25px;
}

.content_thumb {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 0px; 
	margin-top:8px;
}