﻿

/* Nav Bar Rules
******************************************************************************/

#navBar{
	width:760px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:1px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	/*background-color:#333399;*/
	text-align:justify;

}

#navBar a:link, #navBar a:visited, #navBar a:active {
	color:#6B572C;
	text-decoration:none;
}

#navBar a:hover {
	color:#990000;
	text-decoration:none;
}

.TopNav
{
	width:760px;
    padding:0 0 0 42px;
}

