/* CSS Document */
p.top_menu {}
p.bottom_menu {}
p.main_menu {}

h1 {}
p.section_heading {
	font-weight: bold;
	text-align: center;
}
p.body {
	text-indent:0.1cm;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	vertical-align: middle;
	
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #003399;
	text-indent:0.1cm;
	font-family: "Times New Roman", Times, serif;
}
a:hover {color: #000099;
		background-color:#EFE399;} /* mouse over link */
a:active {color: #0000FF}   /* selected link */
td  {}

td.topblock {
	background-color: #EFE399;
	color: #FFFFFF;
	font-size: larger;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	
	}
td.secondblock {
	background-color: #DAD9BE;
	}
td.mainContent {
	background-color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
}
td.mainContent_home {
	background-color: #FFFFFF;
	background-image:url(../images/Boyce-Layout_20.gif)
}