/* CSS Document */

div#header {
		margin: auto;
		width: 600px;
		height: 125px;
		text-align: center;
		}
div#navigation {
		margin: auto;
		width: 600px;
		height: 20px;
		text-align: center;
		}
div#mainbody {
		margin: auto;
		width: 600px;
		height: 450px;
		}
div#footer {
		margin: auto;
		width: 600px;
		height: 25px;
		background-color: #93166c;
		}

#menu a {
		display:inline;
		width: 150px;
		margin: 1em 0;
		padding: 0 20px 10px 32px;
		font: bold 14px/1 sans-serif;
		color: #666633;
		background: url("bfn_mini.gif") 0 0 no-repeat;
		background-position: -150px 0;
		text-decoration: none;
		}
	#menu a:hover {	
		background-position: 0 0;
		color: #ff9933;
		}
	#menu a:active {
		background-position: -150px 0;
		color: #ff9933;
		}

.head1 {
		font: bold 24px/1 sans-serif;
		color: #93166c;
		}

.body1 {
		font: 12px/1 sans-serif;
		color: #000000;
		line-height: 130%;
		}

.body1 a {
		font: bold 12px/1 sans-serif;
		color: #93166c;
		text-decoration: none;
		line-height: inherit;
		}
	.body1 a:hover {
		color: #e2007a;
		}
	.body1 a:active {
		color: #e2007a;
		}
		
.copy1 {
		font: bold 12px/1 sans-serif;
		color: #FFFFFF;
		text-align:right;
		padding-right: 10px;
		padding-top: 6px;
		}