
BODY		{
		margin-top: 		0px; 
		margin-left: 		0px; 
		margin-right: 		0px;
		padding: 		0px;
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		font-size:		15px;
		color:			#FBF5F7;
		background-image:	url('_Images/Background.jpg');
		}

TD		{
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		color:			#63340B;
		font-size:		12px;
		line-height: 		13px;
		text-align:		left;
		vertical-align: 	middle;
		}

h1		{
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		color:			#63340B;
		font-size:		18pt;
		text-align:		center;
		}

h2		{
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		color:			#63340B;
		font-size:		14px;
		font-weight:		BOLD;
		text-align:		left;
		}

h3		{
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		color:			#63340B;
		font-size:		16;
		font-weight:		BOLD;
		text-align:		left;
		}
h4		{
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		color:			#FFFFFF;
		font-size:		14;
		font-weight:		BOLD;
		text-align:		left;
		}

.lefthand	{
		height: 			1200px; 
		overflow: 			auto;
		scrollbar-arrow-color: 		#DCDCE5; 
		scrollbar-darkshadow-color: 	#545784; 
		scrollbar-highlight-color:	#AAAAAA; 	
		text-align:		left;	
		vertical-align:		top;
		background-image:	url('_Images/LeftGradient.jpg');
		}

.righthand	{
		height: 			1200px; 
		width:				100%;
		background-color:		#FFFFFF;
		overflow: 			auto;
		scrollbar-arrow-color: 		#DCDCE5; 
		scrollbar-darkshadow-color: 	#545784; 
		scrollbar-highlight-color:	#AAAAAA; 	
		text-align:		left;	
		vertical-align:		top;
		}

.farright	{
		height: 			1200px;
		width:				10px;	
		overflow: 			auto;
		scrollbar-arrow-color: 		#DCDCE5; 
		scrollbar-darkshadow-color: 	#545784; 
		scrollbar-highlight-color:	#AAAAAA; 	
		text-align:		left;	
		vertical-align:		top;
		background-image:	url('_Images/RightGradient.jpg');
		}

.update		{
		position: relative; 
		left: 10px; 
		top: 10px; 
		width: 180px; 
		height: 600px; 
		background-color: #F9F5F7; 
		text-align: center;
		font-size:		10px;		
		}

.update A:link	{
		font-size:		10px;	
		font-weight:		normal;
		color:			#63340B;
		text-decoration:	none;
		}

.update A:visited	{
		font-size:		10px;		
		font-weight:		normal;
		color:			#63340B;
		text-decoration:	none;
		}

.update A:hover	{
		font-size:		10px;		
		font-weight:		normal;
		color:			#B9A6A0;
		text-decoration:	none;
		}

.general A:link	{
		font-size:		12px;	
		font-weight:		normal;
		color:			#63340B;
		text-decoration:	none;
		}

.general A:visited	{
		font-size:		12px;		
		font-weight:		normal;
		color:			#63340B;
		text-decoration:	none;
		}

.general A:hover	{
		font-size:		12px;		
		font-weight:		normal;
		color:			#B9A6A0;
		text-decoration:	none;
		}

.footer		{
		color:			#31366A;
		font-family:		arial;
		font-size:		12;
		}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}
 
/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}
 
/* style all the links */
.menu a, .menu :visited {
padding:0px 0;
display:block;
font-size:10px;
width:150px;
color:#000;
background:#B9A6A0;
text-decoration:none;
margin-right:1px;
text-align:center;
font-family:verdana, sans-serif;
}


/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;
}
 
/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
