body {

	background-color: #2764A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}

div.pageCenter {
	position:relative;
	width:770px;
	top:0px;
	margin:0px auto 15px auto;
	padding:0px;
	text-align:left;
	border-width: 0px;
	border-color: #1E3690;
	border-style: solid;
}


a { color: #156AC9; text-decoration: none; }
a:visited { color: #156AC9; text-decoration: none; }
a:hover { color: #4A93EC; text-decoration: underline; }

.main {
	width: 770px;
	margin-top: 0px;
	background-color: #FFFFFF;
	border-width: 0px;
	border-color: #1E3690;
	border-style: solid;
	padding: 0px;

}

.top{
    background-image: url('images/top.jpg');
    width: 100%;
    height: 100px;
}

.top img
{
    float: right;
}



table.header {
	background-color: transparent;
}


table.footerTable {
	float: right;
	margin: 0px;	
}

table.pageTable {
	width:760px;
}

table.pageTable td {
	valign: top;
}


img.floatLogo {
	float: right;
}

div.footer {
	text-align: right;
	font-size: 9px;
	background-color: transparent;
	color: #ffffff;
}


div.footer a { color: #ffffff; text-decoration: none; }
div.footer a:visited { color: #ffffff; text-decoration: none; }
div.footer a:hover { background-color: #4A93EC; color: #ffffff; text-decoration: none; }


div.slideshow a { color: #ffffff; text-decoration: none; font-size: 16px;}
div.slideshow a:visited { color: #ffffff; text-decoration: none; font-size: 16px;}
div.slideshow a:hover { background-color: #4A93EC; color: #ffffff; text-decoration: none; font-size: 16px;}

img {
	border-width: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #156AC9;
	padding: 1px;
	margin: 0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #156AC9;
	padding: 1px;
	margin: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 1px;
	margin: 0px;
}



p {
	margin: 0px;
	font-size: 12px;
	padding: 5px;
}


td {
	font-size: 12px;
}

table {
	margin: 5px;
}


.menu {
	width: 100%;
	background-color: #156AC9;
	text-align: center;
	font-size: 12px;
	border-width: 0px;
	border-color: #1E3690;
	border-style: solid;
	height: 20px;
	padding: 0px;
	z-index: 1;
}

/* Menu stuff below */

li#homeNav 
{
	background-color: #0F4786;
}


ul#nav
{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px;	
}

ul#nav li
{
	float:left;
	position:relative;
	width:80px;
	text-align:center;

}

li#fundayNav 
{
	width: 120px;
}


ul#nav li a
{
	padding:2px 10px 3px 10px;
	margin:0px 0px 0px 0px;	
	border-right:1px solid white;
	color:white;
	font-family: arial;
	font-size:12px;
	text-decoration:none;
	display:block;
}
	
ul#nav li a:hover
{
	background-color:#4A93EC;
}

ul#nav li ul
{
	position:absolute;
	background-color:#4A93EC;
	top:20px;
	left:0px;
	width:103px;
	padding:4px;
	margin:0;
	list-style-type:none;
	display:none;
	border:1px solid #4A93EC;
	height:auto;
	z-index:1;
}




ul#nav li ul li
{
	width:103px;
	text-align:left;
	display:block;
}
ul#nav li ul a
{
	color:white;
	display:block;
	height:20px;
	padding:1px;
	margin:0px;
	height:auto;
	border:none;
	background-color:#4A93EC;
	
}

	
ul#nav li:hover ul, ul#nav li.over ul
{
	display:block;
	z-index:2;
}

ul#nav li:hover ul a:hover, ul#nav li.over ul a:hover
{
	color: #ffffff;
	background-color:#156AC9;
	background-image:none;
	display:block;
}

li > ul 
{
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height:1%;}
* html ul#nav li a { height: 1%; }
/* End */