#nav a {
		display: block;
		font-size: 14px;
		float: left;
		height: 40px;
		width: 111px;
		line-height: 38px;
		vertical-align: middle;
		text-align: center;
		color: #FFFFFF;
		margin-left: 7px;
		margin-right: 6px;
		text-decoration: none;
		font-weight: bold;
	}

#nav a.active {
		font-variant: small-caps;
		background: url(../pic/buttons/navba.gif) !important;
		color: #FFFF00 !important;
	}

#nav a:hover {
		font-variant: small-caps;
		font-weight: bold;
		background : url(../pic/buttons/navbh.gif) !important;
	}

#subnav a {
		display: block;
		float: left;
		height: 40px;
		width: 150px;
		line-height: 38px;
		vertical-align: middle;
		color: #000066;
		text-align: left;
		text-decoration: none;
		font-weight: bold;
		/*background: url(../pic/.gif);*/
	}

#subnav a.active {
		font-variant: small-caps;
		text-align:center !important;
		/*background: url(../pic/.gif);*/
	}

#subnav a:hover {
		font-variant: small-caps;
		font-weight: bold;
		/*background: url(../pic/.gif);*/
	}

#main h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align: center;
		font-variant: small-caps;
		font-weight: bold;
		font-size: 30px;
	}

#main a {
		text-decoration: none;
		color:#0000FF;
	}

#main a:hover{
		font-variant: small-caps;
		font-weight: bold;
	}
