/* CSS Document */

body{
	background-color:#ffffff;
	padding:0;	
	margin:0;
	background-image:url(imgs/bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

h1{
font-weight:bold;
font-size:16px;
margin-bottom:12px;
}
h2{
font-size:14px;
font-weight:bold;
margin-bottom:5px;
padding:0;
}
.left{
float:left;
}
.clear{
clear:both;
}
#top1{
	height:236px;
	background-image:url(imgs/top.jpg);
	background-position:center;
	padding:0;
	background-repeat:no-repeat;
	clear:right;
}
#mnbar{
	background-image:url(imgs/mnbar.jpg);
	
	}
#p1{
	width:722px;
	height:528px;
	background-image:url(imgs/p1.jpg);
	height:auto;
	background-position:center top;
}
#content{
	color:#000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	width:600px;
}
ul#menu{
	padding:0;
	margin:0;
	list-style-type:none;
	position: static;
	display:block;
	text-transform:uppercase;
	font-size:12px;
	height:23px;
	font-weight:bold;
	width:620px;
	font-family:Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	
	}
ul#menu li a{
	display:block;
	float:left;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
		
	padding:4px 12px 0px 12px;
	
	
	}
ul#menu li a:hover{
	background:transparent url("images/HOVER.gif") no-repeat top right;
		height:19px;
	}
	

.bkleft{
	float:left;
	margin:4px 10px 10px 4px;
	}

.bkleft2{
	float:left;
	margin:4px 14px 14px 4px;
	}

.link:active{
	color:  #990000;
	text-decoration:underline;
	font-weight:bold;
	text-transform:uppercase;
	}	
	
.link:link{
	color: #990000;
	text-decoration:underline;
	font-weight:bold;
	text-transform:uppercase;
	}	
	
.link:visited{	
	color: #990000;
	text-decoration:underline;
	font-weight:bold;
	text-transform:uppercase;
	}
		
.link:hover{
	color: #33CCFF;
	text-decoration:none;
	}
.copy{
	color: #333333;
	font-size:9px;
	text-align:center;
	}

.link2:active{
	color: #990000;
	text-decoration:underline;
	font-weight:bold;
	}	
	
.link2:link{
	color: #990000;
	text-decoration:underline;
	font-weight:bold;
	
	}	
	
.link2:visited{	
	color: #990000;
	text-decoration:underline;
	font-weight:bold;
	
	}
		
.link2:hover{
	color: #33CCFF;
	text-decoration:none;
	}
.copy{
	color: #333333;
	font-size:9px;
	text-align:center;
	}
.copy2{
	color: #990000;
	font-size:10px;
	text-align:center;
	}
.ftr:link, .ftr:active, .ftr:visited{
	color: #993300;
	}

.ftr:hover{
	color: #FF0000;
	}
#ftr{
	background-image:url(imgs/footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:20px;
	width:722px;
	}