/* CSS Document */

body 	{
	margin: 0px auto;
	padding: 0px;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	background: url(images/bg.png) top center repeat-y;
	color: #333;
	}
	
a, a:visited {color: #9F1D23;}
a:hover {color: #000000; text-decoration: none;}
	
#container {
	margin: 0px auto;
	width: 686px;}
	
#footer {
	bottom: 0;
	clear: both;
	width: 686px;
	text-align: center;
	color: #6f4b37;
	font-style: italic;
	font-size: 60%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#header {
	width: 686px;
	height: 125px;
	background: url(images/nvitcbanner3.png) top center no-repeat;}
	
#header h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -9000px;}

#thumbnail{
	padding: 3px 3px 10px 3px;
	background-color: #444343;
	border: 0px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
	
#topnav {	
	width: 686px;
	height: 25px;
	background-color: #721212;}
	
#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;}
	
#topnav ul li {
	color: #F0F8C3;
	float: left;
	display: block;
	width: auto;
	font-size: 75%;
	font-weight: bold;
	padding: 5px 10px 0px 30px;}
	
#topnav li a, #topnav li a:visited {
	color: #FDFF00;
	text-decoration: none;}
	
#topnav li a:hover {color: #000000;}

#text {
	width: 620px;
	margin: 0px auto;
	font-size: 75%;
	line-height: 140%;}
	
#text h1 {
	color: #9F1D23;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;}
	
* html #text h1 {margin-top: 10px;}
	
#text h2 {
	color: #9F1D23;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;}
	
	
#text h3 {
	color: #9F1D23;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;}

#text h4 {
	color: #9F1D23;
	font-size: 100%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;}
	
#text .capital {
	font-size: 150%;}
	
#text .quote {
	text-align: center;
	color: #728A2E;
	font-style: italic;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;}

#text .quote1 {
	text-align: left;
	color: #728A2E;
	font-style: italic;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;}
	
#text ul li {
	padding: 4px 0px;}
	
#text img.photo {
	padding: 2px;
	border: 1px solid #8B9EBA;}

#text img.floatleft { 
	float: left; 
        margin: 4px;}

#text img.right {
	float: right;
	margin: 0px 0px 8px 8px;}

#text .map {
	border: 1px solid #ccc;}

#text tr {
	vertical-align: top}
	
#text td.left {
	text-align: left}

#text td.right {
	text-align: right}



