#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	background-color: #FFFFFF;
	color: #004F92;
	margin: 0 auto;
	padding: 0;
	width: 770px;
	/*background: url(images/Misc/bckgrnd.gif) repeat;*/
}
#googleAds {
	margin: 8 auto;
}
#smallBreak {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 8px;
}
#logoheader {
	margin-top: 15px;
	margin-left: 0px;
	width: 770px;
	background-color: #99CCFF;
	}
/* Standard Element defs */
.buttonText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

Paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

H1 {
	font-size: 48px;
	line-height: 96px;
}
H2 {
	font-size: 32px;
	line-height: 64px;
}
H3 {
	font-size: 24px;
	line-height: 48px;
}
H4 {
	font-size: 16px;
	line-height: 32px;
}
H5 {
	font-size: 12px;
	line-height: 24px;
}
H6 {
	font-size: 9px;
	line-height: 18px;
}
	
/* CSS defs for Nav Header */
#navbar {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	background: #ccc url(images/box_bottom770.gif) no-repeat bottom left;
	background-color: #99CCFF;
}

ul{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
}

li ul{ /* second-level lists */
	position:absolute;
	left: 0px;
	top: 1em;
	display:none;
	padding: 0px 5px;
	text-align: left;
}

ul li {
	display:inline;
	font-size: 18px;
	color: #004F92;
	text-decoration: none;
	text-align: center;
	width: 7em;
} 

ul li a{
	color: #FF0000;
}
li ul li {
	text-align:center;
	background-color: #99CCFF;
}

li ul li a{ /* second-level items */
	font-size: 14px;
	color: #004F92;
	text-decoration:none;
} 

li > ul {/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left*/
	top: auto;
	left: auto; 
}

li:hover ul { /* lists nested under hovered list items */
	display: block;
}

li.over ul { /* lists nested under hovered list items */
	display: block;
	top: 22px;
}

#content {
	clear: left;
}

