/*------------------------------------------------------------------------------------*/
/*-- GLOBAL STYLES--*/
/*------------------------------------------------------------------------------------*/
.handCursor{cursor:hand;}
.pageTitleDK {font-family: "bradley Hand ITC";font-weight: bold;font-size: medium;}
.pageTitleLT {font-family: "bradley Hand ITC";color:#6B7398;font-weight: bold;font-size: medium;}
.normalText{font-family: "Californian FB";font-size: 14px;}
.menuParent{font-family: "Californian FB";font-weight: bold;font-size: 15px;}
.menuChild{font-family: "Californian FB";font-size: 15px;vertical-align:top;}

/*------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------*/
/*-- GENERAL SECTION STYLES--*/
/*------------------------------------------------------------------------------------*/
.GNRfaqQuestion {font-family: "Californian FB";font-size: 15px;font-weight: bold;color: #6B7398;}
.GNRfaqAnswer {font-family: "Californian FB";font-size: 14px;}
.GNRparagraphHeader {font-family: "Californian FB";font-size: medium;font-weight: bold;color: #6B7398;}
.GNRtableHeader {background-color: #DBDBEB;font-family: "Elegance Light";font-size: 14px;font-weight: bold;}
.GNRtableHeaderDark {background-color:#00005B;font-family: "Elegance Light";font-size: 14px;font-weight: bold;color:#FFFFFF;}
.GNRtableHeaderPlain {font-family: "Elegance Light"; font-size: 14px;font-weight: bold;}
.GNRtableContents {font-family: "Elegance Light";font-size: 14px;}

/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/*-- ADMIN SECTION STYLES--*/
/*------------------------------------------------------------------------------------*/
.ADMNtableHeader {font-family: "Elegance Light";font-size: 12px;font-weight: bold;}
.ADMNtableContents {font-family: "Elegance Light";font-size: 12px;}
/*------------------------------------------------------------------------------------*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body
{
background: url('../images/Background_GR.gif');
background-repeat: no-repeat;
background-color: #48527D;
}

.bodyNormal {
	font-family: "Californian FB";
	font-size: 14px;
}

.bodyBold {
	font-family: "Californian FB";
	font-size: 14px;
	font-weight: bold;
	color: #48527D;
}

.LayerWScroll 
{
	margin-top:10px;
	width:484px;
	z-index:1;
	overflow:auto;
	padding-right: 10px;
	height: 194px;
	
}

.Layer {
	position:absolute; 
	width:483px; 
	z-index:1; 
}

.InvalidLogin {
	font-family: "Californian FB";
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.tableBackground {
	background-color: #DBDBEB
}

.tableHeader {
	background-color: #DBDBEB;
	font-family: "Californian FB";
	font-size: 14px;
	font-weight: bold;
}

.tableContents {
	font-family: "Californian FB";
	font-size: 14px;
}

.container 
{
	margin:0 auto;
	width:800px;
	height:566px;
	background-color:White;
}

	#navbar 
	{
		height:56px;
		border-top:solid 17px white;
		background-color:#48527D;
		width:762px;
		margin-left:19px;
	}
	
	#HEFABody
	{
		margin:0px 19px 0px 19px;
		border-left:solid 2px #48527D;
		border-right:solid 2px #48527D;
		height:452px;
		background-color:Purple;
		padding:0px;
		background:url('../images/Banner.gif');
		background-repeat:no-repeat;
		
	}
	
		#column-left 
		{
			float:left;
			margin-left:11px;
			margin-top:10px;
			border:solid 2px #48527D;
			width:210px;
			height:430px;
			background-color:White;	
			opacity:1;	
			padding:10px 5px 0px 10px;			
		}
		
			div.Related
			{
				width:210px;
				float:left;
				padding-bottom:30px;
			}
			
				div.RelatedBullet
				{
					width:17px;
					float:left;
					padding-top:3px;
				}
				
				div.RelatedText
				{
					width:193px;
					float:right;
				}
				
			div.Contacts
			{
				width:190px;
				float:left;
				padding-bottom:30px;
			}
			
				div.ContactImage
				{
					width:23px;
					float:left;
					padding-top:3px;
				}
				
				div.ContactText
				{
					width:162px;
					float:right;
				}
	
		#content
		{
			float:right;
			position: relative; top: 172px;
			height:275px;
			width:495px;
		}
	
	#HEFAMembersBody
	{
		margin:5px 19px 5px 19px;
		border:solid 3px #48527D;
		height:452px;	
		text-align:center;
	}
		
	#Footer
	{
		background:url('../images/HEFAFooter.gif');
		height:22px;
		background-color:#48527D;
		width:762px;
		margin-left:19px;
	}