html, body, form
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body, table
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/*
div.innerTemplate {
width:100%;
padding:0;
margin:0;
text-align:center;
font-size:18px;
}
*/
/* NavBar */
div.bottomNav {
width:100%;
text-align:center;
}

div.bottomNav div {
float:left;
width:150px;
margin:2px;
}

div.topNav {
width:100%;
text-align:center;
}

div.topNav div {
float:left;
width:150px;
margin:2px;
}


div.regNav {
width:160px;
}

div.regNav div {
float:left;
width:150px;
margin:2px;
}

div.navSpacer {
width:25px;
height:25px;
}

a.addressHeadline {
font-size:16px;
font-weight:bold;
text-decoration: none;
}

	

/************** Used for Jeremy's dropdown in navigation that is not working at the moment************************/


/* Navigation Submenu Styles */

/* remove all the bullets, borders and padding from the default list styling */
/*ul.submenu, ul.submenu ul {
padding:0;
margin:0;
list-style-type:none;
}

ul.submenu ul {
width:140px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
/*ul.submenu li, ul.submenu ul.li{
float:left;
width:140px;
position:relative;
}

/* style the links for the top level */
/*ul.submenu a,  a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:27px; 
border:0px solid #fff; 
border-width:0px 0px 0 0; 
background:#ffffff; 
padding-left:0px; 
line-height:27px;
}

/* style the second level background */

/* style the second level hover */
/*ul.submenu ul a.drop:hover{
background:#fffff0 bottom right no-repeat;
}
ul.submenu ul :hover > a.drop {
background:#fffff0 bottom right no-repeat;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
/*ul.submenu ul {
visibility:hidden;
position:absolute;
height:0;
top:28px;
left:0; 
width:140px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
/*ul.submenu table {position:absolute; top:0; left:0;}

/* style the second level links */
/*ul.submenu ul a,  ul.submenu ul a:visited {
background:#ffffff; 
color:#000; 
height:auto; 
line-height:1em; 
padding:2px 0px; 
width:140px;
left:0px;
/* yet another hack for IE5.5 */
}


/* style the top level hover */
/*ul.submenu a:hover, ul.submenu ul a:hover{
color:#fff; 
background:#fffff0;
}

/* make the second level visible when hover on first level list OR link */
/*ul.submenu :hover ul
{
	left: 0px;
	visibility:visible; 
}*/

