/* NAV STYLES - Because code just looks ugly without them */



		#beige 				{ 	padding:15px; 
								color:#2D3092;
								background-color:#FEF3CD;
								text-decoration: none;
								font-size:11px;
								line-height:200%;}
		
		#blue 				{ 	padding:15px;
								color:#FFF9E4;
								background-color:#2D3092;
								text-decoration: none;
								font-size:11px;
								line-height:150%;}
		
		#topnav     		{ 	text-decoration: none;
								color: #2D3092;
								font-size:55%;
								font-weight:bold;}				
               


/* TABLE STYLES - For when DIV's just can't do the job */



		#container			{	width: 766px; padding: 0; margin: 0px;}
				
				
		#top				{	background-image: url('../images/top.png');
								background-repeat: no-repeat;
								background-position: center top;
								height:143px;
								text-align:right;
								vertical-align:bottom;}
				
		#middle     		{	background-image: url('../images/middle.png');
								background-repeat: repeat-y;
								background-position: center;}
								
		#bottom 			{	background-image: url('../images/bottom.png');
								background-repeat: no-repeat;
								background-position: center bottom;
								height:28px;}
				
				
/* TEXT STYLES - Because work is the scourge of the drinking classes */



		body 				{	text-decoration:none; 
								color:#666666;
								font-family: Verdana, Arial;}
								
		td 					{	text-decoration:none; 
								color:#666;}
						
		
		
		#content 			{	width:100%; 
								padding:15px;
								padding-bottom:20px;
								background-color:#FEF3CD;
								font-size:11px;
								line-height:150%}
								
		#content_bottom 	{	color:#808080;
								font-size:10px;
								text-decoration:none;}						
		
		#description		{	font-size:11px;
								line-height:150%}
						
								
		hr 					{ 	width: 100%; 
								border: 1px solid #2D3092; 
								height: 1px;}
								
		ul					{	list-style-image: url('../images/bullets.jpg');
								line-height: 150%;}						
													
				
/* HEADER STYLES - and it's not football */


		h1 					{ 	font-size:12px;
								text-decoration:none; 
								color:#2D3092;
								
								line-height:150%}
								
		h2 					{ 	font-size:11px;
								text-decoration:none; 
								color:#2D3092;}

		h3 					{ 	font-size:11px;
								text-decoration:none; 
								color:#2D3092;}	
								
		h6 					{ 	font-size:10px;
								text-decoration:none; 
								color:#2D3092;}											
																
								
/* LINK STYLES - because they are an arse and I said so */



		a 						{ 		color: #2D3092; 
										text-decoration:none;}

		a:link 					{		color: #2D3092; 
										text-decoration:none;}
		
		a:visited 				{ 		color: #2D3092; 
										text-decoration:none;}

		a:hover 				{ 		color: #2D3092; 
										text-decoration:underline}

		a:active      			{		color: #2D3092; 
										text-decoration:none;}
								
		#topnav a 				{ 		color: #2D3092; 
										text-decoration:none;}

		#topnav a:link 			{		color: #2D3092; 
										text-decoration:none;}

		#topnav a:visited 		{ 		color: #2D3092; 
										text-decoration:none;}

		#topnav a:hover 		{ 		color: #2D3092; 
										text-decoration:underline}

		#topnav a:active      	{		color: #2D3092; 
										text-decoration:none;}

		#blue a 				{ 		color: #FEF3CD; 
										text-decoration:none;}

		#blue a:link 			{		color: #FEF3CD; 
										text-decoration:none;}

		#blue a:visited 		{ 		color: #FEF3CD; 
										text-decoration:none;}

		#blue a:hover 			{ 		color: #FEF3CD; 
										text-decoration:underline}

		#blue a:active      	{		color: #FEF3CD; 
										text-decoration:none;}


/* SPACER styles - Just because alright? */


		#spacer					{	width:1px; height:1px; border:0px;} 
		
		#spacer6				{	width:6px; height:6px; border:0px;}
		

/* IMAGE styles - because images need placing too */
		
		
		#image_right 			{
	position: relative;
	width: 215px;
	float: right;
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 15px;
	padding: 0;
	color:#2D3092;
	;
	font-size:10px;
	text-decoration:none;
	text-align:center
}
									
		#image_left				{	border: 0px solid #DE0029;
									float: left;
									margin-left:0px;
									margin-right:15px;
									margin-top:0px;
									margin-bottom:15x;
									display:block;	}	
		
