@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666666;
}
p {
	font-size: small;
}
H1 {
	font-size: medium;
	color: #2a5da5;
}
a:link {
	text-decoration: none;
	color: #2a5ca6;
}
a:visited {
	text-decoration: none;
	color: #2a5ca6;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

#topNav {
	text-align: center;
	width:700px;
	z-index:40;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px ;
}
#topNav li {
	width: 100%;
}
#topNav a {
	
}
/*/*/a{}
#topNav a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image:url(img/btnBG.jpg);
}
#topNav a:hover, #topNav a:focus {
	background-image:url(img/btnBGb.jpg);
	color: #000000;
}
.smallNav {
	font-size: xx-small;
	font-style: italic;	
	text-align: right;
}
#mainTxt {
	position: relative;
	left: 0px;
	width: 700px;
	text-align: justify;
	line-height: 1.1ems;
	text-indent: 0em;
}

#topNav2 {
	text-align: left;
	width:700px;
	z-index:40;
}
#topNav2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px ;
}
#topNav2 li {
	width: 100%;
}
#topNav2 a {
	
}
/*/*/a{}
#topNav2 a {
	color: #ffffff;
	background-color: #2a5da7;
	border: solid 1px #2a5da7;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 10px;
	margin: 5px 0px 0px 0px;
}
#topNav2 a:hover, #topNav2 a:focus {
	color: #2a5da7;
	background-color: #efefef;
}
