body {	
	background: #000002 url('/images/bg.gif') repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}
#glow {
	background: url('/images/glow.png') repeat-y;
	width: 1024px;
	text-align: center;
	padding: 0 20px 0 20px;
	margin: 0 0;
}
	#MainContainer {
		width: 1024px;
		margin: 0 0;
		background: #FFF;
	}
		#TopContainer {
			width: 1024px;
			height: 202px;
			background: #ca0000 url('/images/TopBG.jpg') no-repeat;
		}
			#TopLinks {
				text-align: right;
				width: 1024px;
				height: 26px;
			}
				.topLink {
					font-size:14.5px; 
					font-family: Arial, Helvetica, sans-serif; 
					padding: 0 8px 0 0;	
					color: #FFF;
					vertial-align: middle;
					height: 26px;
				}
				.topLink a {
					font-size:14.5px; 
					font-family: Arial, Helvetica, sans-serif; 
					padding: 0 8px 0 0;	
					color: #FFF;
					vertial-align: middle;
					height: 26px;
				}
				.topLink a:link {
					font-size:14.5px; 
					font-family: Arial, Helvetica, sans-serif; 
					padding: 0 8px 0 0;	
					color: #FFF;
					vertial-align: middle;
					height: 26px;
				}
				.topLink a:hover {
					font-size:14.5px; 
					font-family: Arial, Helvetica, sans-serif; 
					padding: 0 8px 0 0;	
					color: #CCC;
					vertial-align: middle;
					height: 26px;
				}
		#MidContainer {
			width: 1024px;
			min-height: 575px;
			padding: 0 0;
			margin: 0 0;
			border-top: 1px solid #FFF;
			border-bottom: 1px solid #FFF;
			background: #FFF;
		}
			#MidLeftContainer {
				width: 197px;
				min-height: 575px;
				float: left;
				background: #FFF;
			}
				#MidLeftTopContainer {
					width: 197px;
					/*min-height: 33px;*/
				}
				#MidLeftBotContainer {
					width: 197px;
					min-height: 190px;
				}
					#MidLeftBotContent {
						padding: 1px 1px 1px 1px;
						width: 195px;
						min-height: 188px;
						overflow: hidden;
					}
			#MidMidContainer {
				width: 525px;
				min-height: 775px;
				background: #FFFFFF url('/images/midBG.gif') repeat-y;
				float: left;
				padding: 0 15px 0 15px;
				overflow: hidden;
			}
				#MidMidContent {
					width: 525px;
					min-height: 560px;
					padding: 0 0 0 0;
					overflow: hidden;
					text-align: left;
				}
			#MidMidContainer_Inner {
				width: 827px;
				min-height: 775px;
				background: #FFFFFF url('/images/midBG_Inner.gif') repeat-y;
				float: left;
			}
				#MidMidContent_Inner {
					width: 797px;
					min-height: 560px;
					padding: 15px 15px 15px 15px;
				}
			#MidRightContainer {
				width: 272px;
				min-height: 575px;
				float: right;
				background: #FFF;
			}
				#MidRightTopContainer {
					width: 240px;
					min-height: 280px;
					text-align: center;
					padding: 9px 14px 9px 14px;
				}
				#MidRightBotContainer {
					width: 272px;
					min-height: 268px;
				}
					#MidRightBotContent {
						width: 254px;
						min-height: 250px;
						padding: 9px 7px 9px 7px;
						overflow: hidden;
					}
		#BotContainer {
			width: 1024px;
			height: 22px;
			background: #ca0000;
		}
			#BotFooterLeft {
				width: 70px;
				height: 22px;
				padding: 3px 11px 6px 11px;
				float: left;
				color: #FFF;
				font-family: arial;
				font-size: 12px;
			}
			#BotFooterRight {
				width: 932px;
				height: 22px;
				padding: 3px 0 6px 0;
				float: right;
				color: #FFF;
				font-family: arial;
				font-size: 12px;
			}
				.footerMenu {
					color: #FFF;	
					text-decoration: none;	
				}
				.footerMenu a {
					color: #FFF;
					text-decoration: none;	
				}
				.footerMenu a:link {
					color: #FFF;
					text-decoration: none;	
				}
				.footerMenu a:hover {
					text-decoration: underline;	
				}