html,body {
	text-align:				left;
	background-color:		#FFFFFF;
	/*background-color:		#b6a482;*/
	margin:					0px;
}

#wrapper{
	width: 600px;
	height: auto;
}


/*
:-----------------
:  TOP SECTION
:-----------------
*/

	#wrapper #topSection {
		display:		none;
		clear:			both;
		width: 			780px;
		border: 		1px solid #000000;
		height: 		250px;
	}
		
			#topSection #topLeftSection{
				width: 		200px;
				height:		250px;
				float: 		left;
			}
			
					#topLeftSection #logoSection{
						background-color: 	#F5FBF3;
						height: 			100px;
					}
					
					
					#topLeftSection #menuSection{
						background-color: 	#006600;
						clear:				both;
						height: 			150px;
					}
			/* END topLeftSection -- */
					
			
			#topSection #topMainSection{
			}
			
					#topMainSection #topMidSection{
						width: 				363px;
						height:				248px;
						float:				left;
						border-left: 		1px solid #000000;
						border-right: 		1px solid #000000;
					}
					
					#topMainSection #topRightSection{
						width: 				215px;
						background-color:	#003300;
						height:				250px;
						float:				right;
					}
					
							#topRightSection #content{
									width: 				175px;
									height:				210px;
									overflow:			auto;
									margin:				10px;
									padding:			10px;
									/*----------------------------------------*/
									color:				#FFFFFF;
									font-size:			11px;
									font-family: 		Arial, Helvetica, sans-serif;
									text-align:			justify;
							}
					
				
			/* END topMainSection -- */
			
	/* END topSection -- */


#menu{
	display:none;
}
	
	
/* ---------------------------------------------------------------*/

	
	#wrapper #spacer{
		display:	none;
		clear:		both;
		height:		10px;
	}
	

	#wrapper #contentSection {
		background-color: 		#FFFFFF;
		width: 					600px;
		clear:					both;
		float:					none;
		border:					none;	
		padding:				0px;
		overflow:				visible;
		/*-----------------------------------------------*/
		font-family:			Arial, Helvetica, sans-serif;
		font-size:				11px;
		color:					#000000;
		text-align:				justify;
		vertical-align:			text-top;
		height:					100%;
	}
			#contentSection #cLeftPane{
			display:none;
			width: 				190px;
			float: 				left;
			background-color:	#F1F5EF;
			text-align: 		center;
			padding: 			5px;
			font-family:	Arial, Helvetica, sans-serif;
			font-size:		11px;
			}
			
					#cLeftPane #sidePane{
						width: 				180px;
						/*----------------------------------------*/
						text-align: 		left;
						margin: 			5px;
						padding: 			0px;
						margin-bottom: 		20px;
					}
					
					#cLeftPane #sidePane .loginText{
						width:			160px; 
						font-family:	Arial, Helvetica, sans-serif;
						font-size:		11px;
					}
					
					#cLeftPane #sidePane h2{
						text-align:			center;
						font-size:			12px;
						background-color:	#003300;
						margin-bottom: 		10px;
						padding-top: 		10px;
						padding-bottom: 	10px;
						color: 				#ffffff;
					}
			
			#contentSection #mainPane{
				float:				right;
				/*width:				559px;*/
				width:				580px;
				/*padding: 			10px;*/
				background-color: 	#FFFFFF;
				border-left: 		none;
			}
			
			#mainPane #printerFriendly{
				font-size: 11px;
			}
			
				#mainPane #mainPane_left{
					float: 				left;
					padding-left:		0px;
					padding-right:		0px;
					background-color:	#FFFFFF;
					margin:				0px;
					width:				580px;
				}
				
				
				#mainPane #minimumHeight{
					height:				650px;
					width: 				1px;
					overflow: 			hidden;
					float:				right;
					/*background-color: 	#FF0000;*/
				}
	
	#wrapper #sitefooter{
			background-color:		#003300;
			clear:					both;
			float:					none;
			border: 				none;
			padding:				10px;
			/*----------------------------------------------*/
			font-family:			Arial, Helvetica, sans-serif;
			font-size:				11px;
			font-weight:			bold;
			color:					#CCCCCC;
			text-align:				center;
			height: 40px;
			display:none;
	}
	
	
	
	.center{
		text-align:		center;
	}	
	
	
	h1{
		font-size:		18px;
	}
	
	h2{
		font-size:		14px;
		padding:		0px;
		margin:			0px;		
	}
	
	h3{
		font-size:		10px;	
		padding-top:	0px;
		padding-bottom:	0px;		
		margin-top:		0px;
		margin-bottom:	0px;		
	}	
	
	.imageleft{
		float: left;
		margin: 10px;
		margin-left: 0px;
		border: 1px solid #000000;
	}

	.imageright{
		float: right;
		margin: 10px;
		margin-right: 0px;
		border: 1px solid #000000;
	}
	
	.imagecentre{
		float: both;
		margin: 10px;
		border: 1px solid #000000;
	}
	
	p{
		font-family:			Arial, Helvetica, sans-serif;
	}
	
	#mainPane, #mainPane #mainPane_left p, table, td, tr{
		/*padding: 5px;*/
		font-size:				12px;
	}
	
	#mainPane h2{
		font-size:		14px;
		padding:		0px;
		padding-top:	15px;
		margin:			0px;
	}
	
	#printerFriendly{
		display:none;
	}
	
	
.sitefooter{
	display:none;
}

#sitefooter{
	display:none;
}
