a:link {
	color: #006;
}
a:visited {
	text-decoration: underline;
	color: #006;
}
a:hover {
	text-decoration: underline;
	color: #03C;
}
a:active {
	text-decoration: none;
	color: #4C4C6F;
}

body,td,th {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
/* Test Area */
/* Move sub menu items off the screen and out of view until called */
#topMenu li ul {
  position: absolute;
  left:     -999em;
}

/* Display sub menus when the mouse hovers over the top menu item (Used by JavaScript) */
#topMenu li:hover ul, #topMenu li.showMenu ul {
	left: auto;
	background-color: #ACBCD0;
	display: inline;
	float: left;
	width: auto;
}
.topMenuLink a {
	color: #CCCCCC;  /* Set color of top menu text */
	text-align: center;
	display: block;
}

.topMenuLink a:hover {

  
}

.topMenuLink a#lastMenu { 
}

.subMenu {
	background-color: #FFFFFF;  /* Set the background color of the sub menus */
	width: 100%;  /* Set the width of the sub menus */
}

.subMenu a {
	height: 40px;  /* Set the line height of teh sub menu items (for vertical alignment) */
	margin-top: -1px;  /* Set the top border of each sub menu link to -1px to remove double borders */
	display: block;
	width: auto;
}

.subMenu a:hover {
	background-color: #D2D2E1;
	display: block;
}

.subMenu#last {

}  /* Adjust width of last sub menu to align right border correctly */
/* End Test Area */

/* Menu */

#menu {
	width: 60%;
	height: 40px;
	margin: auto;
}

#container {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: none;
	width: 1100px;
}

#menu ul {
	line-height: normal;
	width: 100%;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-image: none;
	list-style-type: none;
}

#menu li {
	text-align: center;
	float: left;
}

#menu a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	width: 10em;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

#menu a:hover {
	color: #2E88E1;
}



/* Page */

#page {
	width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	background-image: url(Images/page.png);
	background-repeat: repeat-y;
}

/* Content */

#content {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #000050;
	top: 0px;
	text-align: center;
	
}
#contact {
	width: 720px;
	margin-right: 10px;
	margin-left: 10px;
	color: #006;
}
.contacttbl {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}



#footer {
	width: 1100px;
	background-position: center top;
	height: 70px;
	padding-top: 40px;
	clear: both;
	max-height: 70px;
	background-image: url(Images/footer.png);
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
	text-align: center;
	bottom: 0px;
	background-repeat: no-repeat;
}
#Content2 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #000050;
	font-weight: normal;
}


html>body #footer {
	height: 120px;
}

#footer p {
	font-size: 11px;
	text-align: center;
	color: #CCC;
}

#legal a {
	font-weight: normal;
	color: #FFFFFF;
}
#container #page #content .post .entry p {
	text-align: center;
}

.scroll_banner {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: #006;
	padding-top: 140px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 24px;
}
a img {border: none; }
.footertxt {
	color: #FFF;
}
a.footertxt:link {
	color:#FFF;
	text-decoration: none;
}
a.footertxt:visited {
	color: #FFF;
}
a.footertxt:hover {
	color: #2E88E1;
}
a.footertxt:active {
	color: #FFF;
}
#content3 {
	height: 100%;
	
}

