body{
	background-color : #005CA5;
	margin: 0;
    /*font-size: 1em;*/
    font-family: arial, Helvetica,  sans-serif;
}
table.main{	
	border-right: 2px solid gray;
	border-left: 2px solid gray;
	border-bottom: 2px solid gray;
	border-top: 0;
}
p {
font-size: 12ghpx;
text-align: justify;
line-height: 18px;
margin: 2px;
padding-bottom: 10px;
}
p.smallGrey{
	font-size: 9px;
	color: #A9A9A9;
	text-align : center;
	padding-bottom : 0px;
	clear: both;
}
#textFloat{
	float: right;
	width : 610px;
	padding-top: 10px;
	padding-right: 10px;
    font-family:  arial, Helvetica,  sans-serif;
	font-size : 13px;
}
#topRightMenu{
	padding : 5px;
	color : black;
	background-color : white;
	width : 410px;
	/*position : absolute;*/
	float: right;
	/*top : 2px;*/
}
#topRightMenu p a{	
	border-left : 2px #fff solid;
	padding: 0px 3px 0px 3px;
}
#topRightMenu p a:hover{	
	border-left : 2px #32CD32 solid;
	background-color:;
	background : #F0FFF0;
}
#topRightMenu p{	
	text-align : right;
	padding : 2px;
	font-size: 12px;
}
td.bottomLeftImage{
	background-image: url(pics/homeBottomLeft.jpg);/*url(pics/mainBottomLeft.jpg);*/
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #fff;
    color: #000;
	height: 50px;
	min-height:50px;
}
a:link {	color: #4280ED; text-decoration : none;}
a:visited {	color: #349CF5; text-decoration : none;}
a:hover{color : green;}
a:active{color : blue;}
/*MAIN NAVIGATION STUFF*/
#navcontainer{
	background: transparent;
	width : 660px;
	margin: 0;
	padding: 0;
	float : right;
}
#navcontainer ul  p{
	font-size : 16px;
	line-height: .6em;	
	text-align : center;
}
#nav  ul li p{
	font-size : 14px;
	line-height: 1.2em;
}
#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1.2em;
}
#nav a {
	display: block;
	width: 162px;
	color : #fff;
	text-decoration : none;
	text-align : center;
}
#nav li { /* all list items */
	float: left;
	width: 162px; /* width needed or else Opera goes nuts */
	/*background-color : #38C108;*/
	margin: 0;	
}
#nav li ul:a{
	text-align : left;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 162px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align : left;
	background-color : #005DA5;/*#349CF5;*/
	border-bottom : #4280ED 6px solid;
	line-height : 1.5em;
	font-size: 14px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: black;
}
#nav ul li :hover{
	background-color : #1EA040;/*#7CFC00;*/
	color : black;
}


#content {
	clear: left;
	color: #ccc;
	padding: 10px 10px 10px 25px;
}