/* CSS Document */

.top {
	background-image:  url(graphics/Untitled-3.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	text-transform: lowercase;
	vertical-align: middle;
	color: 3f3095;
	padding-right: 10px;	
}
.logo {
	background-image:  url(graphics/Untitled-1.gif);
	background-repeat: no-repeat;
	text-align: left;
	
}
.nav {
	background-image:  url(graphics/bacnav.gif);
	background-repeat: no-repeat;
	
}
.secnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: lowercase;
	color: #FF9900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	text-align: left;
	height: 100%;	
}
.content {
	background-image:  url(graphics/baccon.gif);
	background-repeat: no-repeat;
	height: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #15008C;
	font-weight: bold;
}
.bottomnav {
	text-align: center;
}
a:link {
	color: #3f3095;
}
a:hover {
	color: #FF9900;
}
.content1 {
	height: 340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3095;
	font-weight: bold;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #15008C;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #FF9900;
}
#sc {
	overflow: auto; 
	height: 100%;
	overflow-x: hidden;
	
}

