body   		{text-align: justify; 
			font-size: 11px; color: #000000; 
			font-family: "Verdana", Arial, sans-serif;
	 		background-color: #5E2A4B;			 
			margin:0;}

h1 			{ color: #974578; 
			font-size: 14px; 
			font-weight: bold;			
			margin-top: 0px; 
			padding-top: 0px; 
			padding-left: 0px; }

h2 			{ color: #974578; 
			font-size: 12px; 
			font-weight: bold;			
			margin-top: 10px; 
			margin-bottom: 0px; 
			padding-top: 0px; 
			padding-left: 0px; }			

a:link       { text-decoration: none; color: #E77817}
a:active     { text-decoration: none; color: #E77817}
a:visited    { text-decoration: none; color: #E77817}
a:hover      { text-decoration: none; color: #974578}


#header 	{ position:relative;
			background-color: #FFFFFF; 
			background-repeat: no-repeat; 
			background-attachment: scroll; 
			background-position: 0 0; 
			margin: 0 auto;  
			width: 950px; 
			height: 130px; }
	

#logo 		{ position: relative; 
			background: url('images/top.jpg');
			background-repeat: no-repeat;
			top:0px;
			margin: 0 auto;  			
			width:950px; height:130px; 
			}

#middle 	{ background-color: #fff; 
			background-repeat: repeat; 
			background-attachment: scroll; 
			background-position: 0 0; 
			margin: 0 auto; 
			width: 950px; 
			height: auto; }
			
#font-family 	{ margin: 0 auto; 
			width: 900px; 
			height: auto;
			padding-bottom: 20px; }
			
#middleleft{ color: #575757; 
			display: inline; 			
			width: 250px; 		
			float: left; 
			padding-left: 5px; 
			padding-top: 20px; 
			padding-bottom: 20px; 		
}
			
#middleright	{ font-size: 11px; 
				line-height: 16px; 
				background-repeat: no-repeat; 
				background-attachment: scroll; 
				background-position: 0 0; 
				width: 675px; 
				float: right;
				margin-top: 0px; 
				margin-left: 0px; 
				padding-right: 10px;
				padding-top: 24px;
				padding-bottom: 10px;
				}
				
#menuleft		{  
				width: 250px; 
				height: 550px;
				float: left; 
				margin-top: 30; 				
				padding: 30 0 0 5px; 
				display: inline; }
				
#copyright 		{ 	position: relative; 
				background-color: #E77817;
				bottom: 0px;
				top: 20px;
				width: 940px;
				height: 18px;				
				clear:both; 
				margin: 0 auto;		
				padding:2px 0px 0px 10px;
				text-align: center;
				font-family: Verdana; 
				font-size: 10px; 
				color: #FFFFFF;
				border-top:1px solid #000000;	
				}		
									
table, td	     { 
				  font-family: Verdana; 
				  font-size: 11px; 
				  color: #000000; 
				  border: 1px solid black; 
				  padding: 5px; 
				  border-collapse:collapse;			  
				  }

table td.orange
				{ background-color: #E77817;
				  vertical-align: middle;	
				  color: #FFFFFF;
				}


ul.menu			{  
				width: 250px;
				list-style: none;
				padding:0;
				margin:0;}
				
ul#font-family	{margin:0;
				padding:0;
				margin:10px;}				
				
.sub 			{ list-style: none; 
				display: inline;
				text-indent:5px; }

				
.sub a 			{ color: #974578; 
				font-size: 11px; 
				text-decoration: none; 
				padding: 5px; 
				border-bottom: 1px solid #000000; 
				display: block; }
			

.sub a:hover 	{ color: #E77817; 
				 }