/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font: .8em/1.1 Arial, Helvetica, Sans-Serif;
}
p { padding: 2px 5px 2px 10px;}
a {color:#aa0000;text-decoration:underline;}
a:hover{color:gray;}
img{border:solid 1px #aa0000;}
#topblackbg{
	width:100%;
	height: 134px;
	background-color: #000000;
}
#tell{width:550px;clear:both;}
#top{
	width:760px;
	height: 95px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}
#navbg{
	width:760px;
	height: 39px;
	background-image: url(nav_bg.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	display: block;
}
#navpicleft{
	width:151px;
	height: 39px;
	background-image: url(left_of_nav_pic.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#nav{
	width:500px;
	height: 20px;
	display: block;
	float: right;
}
#topnav{
	text-align:left;
	margin-top: 3px;
	
        margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #9D0135;
	float: left;
	width: 580px;
	height: 20px;
          z-index:10;
	}
#topnav a{
	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #9D0135;
	display: block;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
	text-align:left;
	padding-right: 10px;
	float: left;
}
#topnav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #9D0135;
	text-align:left;
	float: left;
}
#headerbg{
	width:100%;
	height: 134px;
	background-image: url(header_bg.gif);
	background-repeat: repeat-x;
	
}
#header{
	width:760px;
	height: 134px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}
#contentbg{
	width:100%;
	height: auto;
	color: #666666;
	background-color: #666666;
}
#content{
	width:760px;
	min-height:250px;
	background-color: #FFFFFF;
      color:#000000;	
}
#center{
	width:720px;margin-left:20px;
}
#center table td{font-size:12px;}
strong{color:#aa0000;}

#middle{
	width:560px;padding-left:10px;
	margin-left:130px;
	border-left:dotted 1px silver;
        font-size:12px;
}
#middle td, .friend_form td{
font-size:12px;
}

#lmenu{
	float:left;
	padding-top:20px;
	padding-left:10px;
	margin-right:10px;
	width:120px;font-size:11px;
}
#lmenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #aa0000;
	display: block;
	padding:2px 1px;

}
#lmenu a:hover{
	text-decoration:underline;
}

#lmenu iframe body{font-size:10px;}

#bottomblackbg{
	width:100%;
	height: 76px;
	background-color: #000000;
	clear:both;
}
#bottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:white;
	width:760px;
	height: 34px;
	background-image: url(bottom_bg.jpg);
	background-repeat: repeat-x;
	
}
#bottom a{color:silver;}
#bottom a:hover{color:gray;}

#copyright{
	width:500px;
	height: 25px;
}
#bnav{
	text-align:center;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	width: 760px;
	height: 20px;
	
	}
#bnav a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;

}
#bnav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;

}
#heading{
	width:760px;
	height: 53px;
	background-image: url(dottedline.jpg);
	background-repeat: repeat-x;
}
#title{
	width:350px;
	height: 20px;
	float: left;
	padding-top: 28px;
	padding-left:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #A51D1D;
}
#updated{
	width:300px;
	height: 25px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	padding-top: 38px;
	padding-right: 25px;
}
#updated a{
        color:#000;
	}