html, body
{ 
	margin: 0px;
	padding: 0px; 
	/*text-align: center;*/
	
    position: relative;
    height: 100%;
	
	background-image: url(Images/Community_Background.png);
	/*background-color: #000f5c;*/	
} 

#Header_TD
{
	width: 100%;		
}

#Header_Note_TD
{
	text-align: left;	
}

#Header_Column_Spacer_TD
{
	height: 5%;	
}

#Main_Column_TD
{ 	
 	width: 100%; 
 	height: 100%; 
 	vertical-align: top;
    text-align: left;	    
	position: relative;  	
 	display: inline;
 	float: right; 
 	background-color: #616dac; 
}

#Main_Column_DIV
{ 
	width: 100%; 
	height: 100%;
	/*float: right;*/
	/*display: inline;*/
	top: 0px;
	left: 0px;
	vertical-align: top;	
	
	position: relative; 
	background-color: #616dac;			
} 
 
#Main_Table
{
	width: 85%;		
	
	position: relative; 	
}
 
#Main_Table
{
	width: 85%;			
	position: relative; 
}
 
#Left_Column_DIV
{
	width: 164px;
	height: 180px; 
	float: left; 	
	margin-left: 10px;
	position: relative; 
	top: 2px;
	left: 0px;
	background-color: #616dac;
}
 
#Left_Column_DIV .IE8Fix
{
	z-index: 100;		
}

#Left_Column_TD
{ 	 	
 	height: 100%;  	
	text-align: left;  	
	background-color: #616dac;
}

#Body_Column_Spacer_TD
{
	top: 0px;
	left: 0px;
	vertical-align: top;	
}

/* Web Notes */
#Main_Table .Header_Note_TextBox
{
	text-align: center; 
	font-family: Arial;  	
}

#Menu_Column_Spacer_TD
{
	background-color: #616dac;	
}

#Menu_DIV .Menu_Normal /* Menu Text */
{
	font-weight: normal;  
	font-size: small;	
	font-family: Arial;  
	color: White;  			
}

#Menu_DIV .Menu_Selected
{		
	color: #66FF33;
}

#Menu_DIV .Menu_Hover
{			
	color: Blue;
}

#Menu_DIV .Menu_Sub_Normal
{
	color: Red; 
	background-color: Black;  		
} 

#Menu_DIV .Menu_Sub_Hover  
{   
    color: Blue;          
}

#Main_Table .Label
{	
	font-family: Arial;	
	font-size: 10pt; 
	color: White;	
}

#Main_Table .TextBox
{		
	font-family: Arial;
	font-size: 10pt; 	
}

#Main_Table .CheckBox
{		
	font-family: Arial;
	font-size: 10pt; 
	color: White;
}

#Main_Table .DropDownList
{		
	font-family: Arial;
	font-size: 10pt; 
}

 /* Print styles */ 
@media print
{ 
	#header
	{
		display: none;
	}
	
	#leftColumn
	{
		display: none;
	} 
	
	#footer
	{
		display: none;
	} 
	
	#mainColumn
	{
		width: 100%; 
		float: none;
	}
}
