/*<group=General Styles>*/

.BG { Background Properties }
table, tr, td { background-color:transparent; border:none; border-width:0px;}

BODY	  {
		   scrollbar-3dlight-color:#FFFF00;
           scrollbar-arrow-color:#FFD700;
           scrollbar-base-color:#B22222;
           scrollbar-track-color:#8B0000;
           scrollbar-darkshadow-color:#FF8C00;
           scrollbar-face-color:#000000;
           scrollbar-highlight-color:#FF8C00;
           scrollbar-shadow-color:#DC143C;
			margin: 0;
			padding: 0;
			text-align: center;
			font: .85em "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
			color:#FFFF33;
			
}

#bg_image {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
} 

#flashcontent {
	color:#FFFF66;
	font-weight: bold;
	font-size: 10px; 
	width: 800px;
	height: 80px;
	position: absolute;
	margin-left: 0px;
	left: -200px;
}

#breadcrumbcontainer {
	border-top: 1px solid #FFFF66;
	padding-top: 10px;
}

.mainContent {
	color:#FFFF66;
	font-weight: normal;
	margin-left: 12%;
	margin-right: 12%;
	margin-top: 16%;
	margin-bottom: 4%;
	height: 72%;
	width: 75%;
}
				
