/* CSS Document for VACRC pages */

body /* Internet Explorer */ 
{ 
text-align: center; 
} 

body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 


#container
{
margin-left:auto; margin-right:auto; width:820px;
}

#nav {
	background-image: url(vacrc/images/topNavBg.gif);
	background-repeat: no-repeat;
	list-style: none;
	clear:both;
	overflow:hidden;
	width:100%;
	position: relative;
	z-index: auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align: -center;
}

#nav li {
	display:inline;
	float:left;
	list-style:none;
	padding-left: 15;
	padding-right: 20;
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin:-2px 0;
	position: relative;
}

#nav a, #nav a:visited {
	color:#fff;
	float:left;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	/*line-height:16px;*/
	padding: 10px 12px 12px 10px;
	position: relative;
}
#nav a.active {
	background-position: 50% 0;
	background-repeat: repeat-x;
}

#nav a:hover {
text-decoration: underline; 

}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

 
