body {
		text-align:center;
		background: #000 url(../Imgs/BodyBackground.gif) fixed top;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		color:#000;
		}

	#container {
		width:760;
		margin: 20px auto;
		padding:0px;
		text-align:left;
		/*background: url(../Imgs/NavBG.gif) 0px 280px no-repeat #4c4c4c;*/
		background: url(../Imgs/ContainerBG.gif) #4c4c4c;
          /*background: url(../Imgs/NavBG.gif) 0px 680px no-repeat transparent;*/
		/*background:#4c4c4c;*/
	
		}
	
	#NavLeft {
		/*margin-bottom:10px;*/
		width: 139 !important;
		width: 140px;
		
		float:left;
		/*background:#B60000;*/
		/*background:url(../Imgs/NavBG_1.gif) top left no-repeat #cc0000;*/
		
		/*background:url(../Imgs/ImgsBG2_02.gif) top left no-repeat #fff;*/
		
		border-right:1px solid #000;
		border-top: 1px solid #000;
		border-bottom:1px solid #000;
		margin-bottom:10px;
		}
	
	#UnderNav {
		padding:3px;
		}
	#UnderNav div {
		border: 1px solid #000;
		padding:2px;
		background:#f0f0f0;
		text-align:center;
		/*padding-bottom:10px;*/
		margin-bottom:3px;
		margin-top:3px;
		}
	#UnderNav div a:link, #UnderNav div a:visited {
		color:#b60000;
		font-size:10px;
		text-decoration:none;
		}
	#UnderNav div a:hover {
		text-decoration:underline;
		}
	#UnderNav div img {
		width: 75px;
		}
	#UnderNav div p {
		margin: 2px;
	     font-size:10px;
		}


	#contentcenter {
		width:610px !important;
		width:621px;
		padding:5px;
          float:left; 

		/*background: #8e8e8e;*/
		/*background: url(../Imgs/ContentBG.gif) top left no-repeat #8e8e8e;*/
          
		/*background: url(../Imgs/ImgsBG2_03.gif) top left no-repeat #8e8e8e;*/
		
		/*background:transparent;*/

		border-top:1px solid #000;
		/*border-bottom:1px solid #000;*/
		border-left:1px solid #000;
		margin-left:-1px;
		padding-top:15px;
		}
			
	#Banner {
		width:auto;
		
		/*background: url(../Imgs/Banner_1.gif) #bb0000 top left no-repeat;*/
		
		margin-bottom:0px !important;
		margin-bottom:-4px;
		padding:0px;
		}
	#Footer {
		background: #cc0000;
		/*width:756px !important;
		width:760px;*/
		width:auto;
		padding: 2px;
		margin-top:-1px;
		border-top: 1px solid #000;
		clear:both;
		text-align:center;
		vertical-align:middle;
		}
	#Footer h1 {
		font-size:13px; color: #000; font-weight:bold; margin:5px;
		}

	#ContentCenter .BoxContainer {
		border: 1px solid #000;
		padding:0px;
		margin-bottom:10px;
		background: #fff;
		clear:both;
		line-height:1.17;
		}
	
	.BoxContainer a:link, a:visited {
		color:#b60000;
		font-size:11px;
		text-decoration:none;
		}
	.BoxContainer a:hover {
		text-decoration:underline;
		}
/*	.BoxContainer .BoxHeader {
		border-bottom: 1px solid #000;
		background:url(../Imgs/HeadingBG.gif) top right repeat-y #cc0000;
		padding:4px;
		font-size:12px;
		font-weight:bold;
		margin-bottom:0px;
		color:#000;
		}
	.BoxContainer .BoxHeader a:link, .BoxContainer .BoxHeader a:visited {
		color:#fff;
		font-size:10px;
		text-decoration:underline;
		font-weight:bold;

		}
	.BoxContainer .BoxHeader a:hover {
		text-decoration:none;
		color:#373737;
		}*/

	.BoxContainer .BoxHeader {
		border-bottom: 1px solid #000;
		/*background: #B03434 top left repeat-x;*/
		background:url(../Imgs/HeadingBG.gif) top right repeat-y #cc0000;
/*		background:#cc0000;*/
		padding:10px;
		font-size:14px;
		font-weight:bold;
		/*clear:left;*/
		margin-bottom:0px;
		color:#fff;
	}

	.BoxContainer .BoxHeader a:link, .BoxContainer .BoxHeader a:visited {
		/*color:#fff;
		font-weight:bold;
		text-decoration:underline;
		font-size:10px;*/
		font-size:14px;
		color:#fff;
		text-decoration:underline;
	}
	.BoxContainer .BoxHeader a:hover {
		text-decoration:none;
		color:#000;
	}



	.BoxContainer .BoxFooter {
		border-top:1px solid #000;
		background: #f1f1f1;
		padding:4px;
		font-size:11px;
		/*clear:left;*/
		}
	.BoxContainer .BoxFooter select {
		border:1px solid #000;
		font-size:11px;
		background:#f0f0f0;
		}
	.BoxContainer .BoxText {
		background: url(../Imgs/BoxContainerBG.gif) top left repeat-x transparent;
		padding:4px;
		padding-top:8px;
		}
	.BoxContainer .BoxText p {
		font-size:14px;
		text-indent:10px;
		margin-top:4px;
		margin-bottom:4px;
		color:#1e1e1e;
		}

	.BoxContainer .BoxImg {
		background: #000;
		padding: 0px;
		text-align:center;
		vertical-align:middle;
		border:1px solid #000;
		width:250px;
		float:left;
          margin-right:-3px;
		margin-right:4px !important;
		margin-bottom:-1px;
		/*clear:left;*/
		}
	.BoxContainer .BoxImg img {
		margin:0px;
		padding:0px;
		border:0px;
		vertical-align:bottom;
		}
	.BoxContainer .BoxImg .ImgCaption {
		background:#e0e0e0;
		font-size:12px;
		font-weight:bold;
		font-family:arial, helvetica, sans-serif;
		color:#000;
		border-top:1px solid #000;
		text-align:center;
		width:250x;
		margin-right:0px !important;
		margin-right:-3px;
		}
	.BoxContainer .BoxText .Clearer {
		clear:both;
          }
	
	
/* ###################################################################### POP OVER CONTENT BOX */	

	#ContentCenter #PopOverRight {
		/*margin-top:-38px;*/
		top:120px;
		right:20px;
		width:210px;
		height:auto;
		/*width:762px;
		margin-top:-32px;
		margin-left:-146px;*/
		position:absolute;
		border:3px double #ef0000;
		display:block;
		}
	#PopOverRight #PopOverRightHeading {
		height:19px !important;
		height:22px;
		background:url(../Imgs/HeadingBG.gif) top right repeat-y #cc0000;
		text-align:right;
		margin-right:0px !important;		
		margin-right:-6px;
		padding-right:10px;
		padding-top:6px !important;
		padding-top:3px;
		color:#000;
		font-weight:bold;
	     }
	#PopOverRight #PopOverRightHeading a:link, a:visited {
		color:#b60000;
		font-size:11px;
		text-decoration:none;
		}
	#PopOverRight #PopOverRightHeading a:hover {
		text-decoration:underline;
		}

	#PopOverRight #PopOverRightBodyBox {
		border-top:1px solid #EF0000;
		padding:5px;
		background:url(../imgs/popoverrightbgrepeat.gif) top left repeat-y #D0D0D0;
		display:block;
          /*height:800px;*/
		}
	#PopOverRight #PopOverRightBodyBox p {
          text-indent:10px;
		margin-top:4px;
		margin-bottom:4px;
		color:#1e1e1e;
		font-family:arial, helvetica, sans-serif;
		font-size:12px;
		}
	#PopOverRight #PopOverRightBodyBox a:link, a:visited {
		color:#b60000;
		font-size:11px;
		text-decoration:none;
		}
	#PopOverRight #PopOverRightBodyBox a:hover {
		text-decoration:underline;
		}

/* ########################################################################## COOKIE CRUMBS */

	#crumbContainer {
		
		/*font-weight:bold;*/
		color:#fff;
		background:transparent;
		border:0px solid #cc0000;
		padding:3px;
		margin-bottom:10px;

	}

		#crumbContainer a:link, #crumbContainer a:visited {
			
			color:#fff;
			font-weight:bold;
			text-decoration:none;

		}

		#crumbContainer a:hover {
	
			text-decoration:underline;
			color:#fff;
			
		}