body {
	background-color: white;
	font-family: Berlin Sans, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #336699;
}

p		{
	font-family: Berlin Sans, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

td, th {
	font-family: Berlin Sans, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

h2 {
font-family: Lucida Sans, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	}

h3 {
	font-family: Lucida Sans, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	}
	
a {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

form {
	background-color: #CCCC99;
}


a:hover {
	text-decoration: underline;
}


navBar	{
	
	margin-top: 0px;
	padding: 0px;
	background-color: #a1b9bb;
	font-weight: bold;
	
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #cccccc;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	
	
	margin-top: 40px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	font-family: Berlin Sans;
	font-weight: bold;

}

#sectionLinks h3{
	padding: 5px 0px 0px 10px;
}

#sectionLinks a {
	display: block;
	
	padding: 2px 0px 0px 0px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	text-decoration: none;
}
