﻿body
{
	background-color:#02245c;	
	font-family:Arial;
	
}

.MasterTable
{ 
	width:1100px; 
	height:600px;
	
}

.MasterTableLeft
{
	width: 87px;
	height: 700px;
	background-repeat: no-repeat;
	background-image: url('slices/bgLeftSide.jpg');
}


.MasterTableMiddle
{
		width:926px;
	height:700px	
		
}

.MasterTableRight
{
	width:87px;
	height:700px;	
	background-repeat: no-repeat;
	background-image: url('slices/bgRightSide.jpg');

}

.InsideMasterTableMiddle
{
	width:926px;
	height:700px	
		
}

.MasterTop
{
	width:926px;
	height:50px;	
	background-repeat: no-repeat;
	background-image: url('slices/bgTop.jpg');
	
}
.MasterTopLinkBar
{
	width:926px;
	height:25px;	
	background-color:white;		
		
}
.MasterFlashHeader
{
	width:926px;
	height:175px;	
	background-repeat: repeat-y;
	background-image: url('slices/bgFlashContent.jpg');		
}
.MasterFlashHeader2
{
	width:926px;
	height:50px;	
	background-repeat: repeat-y;
	background-image: url('slices/bgFlashContent.jpg');		
}

.MasterFlashHeaderLeft
{
	width:800px;
	height:175px;	
}
.MasterFlashHeaderRight
{
	width:100px;
	height:175px;	
}
.MasterMenu
{
	width:926px;
	height:35px;	
	background-repeat: no-repeat;
	background-image: url('slices/bgMenuBar.jpg');
	

}

.MasterMenu a
{
	color:white;
	font-size:14px;
}

.MasterMenu a:hover
{
	color:red;
}

.MasterMainContent
{
	width:926px;
	height:335px;	
	background-repeat: repeat-y;
	background-image: url('slices/bgMainContent.jpg');
}
.MasterFooter
{
	width: 926px;
	height: 77px;
	background-repeat: no-repeat;
	background-image: url('slices/bgBottom.jpg');
	text-align: right;
	vertical-align: top;
	padding-top:8px;
	padding-right: 20px;
	font-size:10px;
}

.LegalDiv a
{
	color:White;
}

.LegalDiv a:hover
{
	color:Red;
}