/***** MAIN STYLING *****/
body{
	margin:0px;
	padding:0px;
	font: 12px Helvetica, Arial, sans-serif;
	background-image: url('background.gif');
	background-repeat: repeat-x;
	color: #000000;
}
a:link{
	font: 100% Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
a:visited{
	font: 100% Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
a:hover{
	font: 100% Helvetica, sans-serif;
	text-decoration: underline;
	color: #D73648;
}
.nav a:link{
	font: 100% Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.nav a:visited{
	font: 100% Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.nav a:hover{
	font: 100% Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
p{
	font-size:12px;
}
table {
	border-collapse:collapse;
	empty-cells:show;
}
td {
	width:180px;
	padding:4px;
	text-align: left;
	border: #000add 1px dotted;
	font-size: 12px;
}
table.nav {
	border-collapse:collapse;
	empty-cells:hide;
}
table.nav td {
	width:80px;
	text-align: center;
	border: #ffffff 1px dotted;
	font-size: 14px;
}
.clr {
	clear: both;
}
h1{
	font: bold 44px Helvetica, sans-serif;
	text-align: left; 
	color: #ffffff;
	margin: 0px;
	display: block;
	padding-top: 40px;
    	height: 0px !important; /* for most browsers */
    	height /**/:172px; /* for IE5.5's bad box model */	
}
h2{
 	font: bold 30px Helvetica, sans-serif;
	text-align: left; 
	margin-top: 60px;
	color: #ffffff;
}
h3{
	font: bold 24px Helvetica, sans-serif;
	text-align: center;
 	color:  #000add;
	margin: 0px;
}
h4{
	clear:both;
 	font: bold 16px Helvetica, sans-serif;
	text-align: center;
	color: #000000;
}
h5{
 	font: bold 12px Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
}
/***** PAGE DIVISIONS *****/
div.whole{
	margin: auto;
	padding:0px;
	height:auto;
	min-width: 850px;
	max-width: 1000px;
	background-image: url(AS.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
div.header{
	margin: auto;
	padding: 0px;
	min-width: 850px;
	max-width: 1000px;
	height: 132px;
}
div.pagetitle{
	margin: auto;
	min-width: 850px;
	max-width: 1000px;
	height: 24px;
 	padding-top: 6px;
}
div.main {
	margin: auto;
	padding: 0 12 0 0px;
	height: auto;
	min-width: 850px;
	max-width: 1000px;
	_width:100%; /* IE hack, version 6 and earlier  */
}
div.col_1_2 {
	float:left;	width: 48%;
	min-width: 410px;}div.col_2_2 {
	float:right;	width: 48%;
	min-width: 410px;}
div.col_1_4 {
	float:left;
	align: center;	width: 25%;
	min-width: 200px;}div.col_2_4 {
	float:left;
	align: center;	width: 25%;
	min-width: 200px;}div.col_3_4 {
	float:right;
	align: center;	width: 25%;
	min-width: 200px;
}div.col_4_4 {
	float:right;
	align: center;	width: 25%;
	min-width: 200px;}
div.footer{
	clear:both;
	margin-top: auto;
	padding-top: 18px;
	text-align: center;
	min-width: 850px;
	max-width: 1000px;
	height: 72px;
	background-image: url(Bcl.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/***** NAVIGATION BAR *****/
div.navi {
	width: 274px;
	height: 48px;
	margin:0px;
	padding:0px;
	float:right;
	position: relative; top: 55; right: -83;
}
/***** IMAGES *****/
.cflogo {float: right;
	width: 75px;
	height: 72px;
	border: #ffffff 1px solid;
}

.right {float: right;}
