body {
	background: url(../images/g-back3.png) #a0dcf8 fixed center top;
	color: #006;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.3em;
}

a:link {
	color: #0000cc;
}

a:hover {
	color: #666;
	text-decoration: none;
}

h2 {
	font-size: 22px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

li {
	margin-bottom: 10px;
}

#main {
	margin: auto;
	padding: 0;
	width: 735px;
}

#title {
	height: 82px;
	width: 735px;
	margin: 10px;
	padding: 0;
	text-align: center;
}

#logo {
	margin: 0;
	padding: 0;
	height: 127px;
	width: 735px;
	border-bottom: 4px solid #000066;
}

#content {
	padding-left: 30px;
	padding-right: 30px;
}

#menu, #menu_home {
	border-bottom: 5px solid #e9e9e9;
	font-variant: small-caps;
	list-style: none;
	text-align: center;
	height: 20px;

}

#menu_home {
	margin: 0 70px;
	text-align:center
	padding: 0;
}

#menu {
	margin: 0;
	padding: 0 15px;
}


#menu a, #menu_home a {
	border-right: 1px solid #ccc;
	color: #006;
	float: left;
	padding: 1px 12px;
	text-decoration: none;
}

#menu a:hover, #menu #current, #menu_home a:hover, #menu_home #current {
	background: #000066;
	color: #fff;
}

#menu li, #menu_home li {
	display: inline;
	margin: 0;
	text-align: center;
}

.imgLeft, .imgRight  {
	display: inline;
	padding: 0 0 0 5px;
}

.imgLeft {
	margin: 0 15px 20px 0;
}

.imgRight {
	margin: 0 0 0 20px;
}

#footer {
   margin-top: 0px;
   padding-top: 10px;
   font-size: 10pt;
   text-align: center;
}

#footerTxt {
	color: #999;
	font-size: 9pt;
}

#footerTxt a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#footerTxt a:hover
{
	color: #333;
}


/* anylink 2 */

#dropmenudiv{
	position:absolute;
	background-color: #ccc;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-size: 12px;
	color: #006;
}

#dropmenudiv a:hover{ /*hover background color*/
	background: #000066;
	color: #fff;
}

