/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 10.5px;
	font-family: "Verdana", verdana, arial, sans-serif;
	color: #76725b;
	background: #2f4c0a; }
	
h1 { font-size: 180%; font-weight: normal; margin-bottom: 4px; color: #222; font-family: "Times New Roman"; }

a:link, a:visited { color: #333; }
a img { border: none; }

p { margin-bottom: 16px; }

ul, ol { list-style-position: inside; }


#wrapper { 
	width: 907px;  
	margin: 30px auto 0 auto; 
	background: url(/images/wrapper_bg.jpg) repeat-y; }


	#header { 
		width: 907px; 
		height: 352px; 
		background: url(/images/header.jpg) no-repeat; }
	
	#headerBottom { 
		width: 907px; 
		height: 157px; 
		background: url(/images/header_bottom.jpg) no-repeat; }
	
	#contentWrapper { 
		width: 765px; 
		min-height: 540px; 
		padding: 0 71px 100px 71px; 
		margin-top: -100px; 
		background: url(/images/body_bg.jpg) bottom left no-repeat; }
		
		#sidebar { 
			float: left; 
			width: 134px; 
			margin-top: 40px; 
			color: #fff; }
						
			#sidebar ul { list-style-type: none; width: 134px; }
						
			#sidebar ul li, #sidebar ul li a { width: 134px; }
							
		#content { float: left; width: 610px; padding: 0 10px; text-align: justify; }
		
		
#footer { margin: -100px 0 0 110px; height: 100px; color: #2f4c0a; }

	#footer p { margin: 0 0 4px 0; }

	#footer a:link, #footer a:visited { color: #2f4c0a; text-decoration: none; }
	
table.dynamicForm { }

	table.dynamicForm tr td { padding: 0 6px 6px 0; }
	
	table.dynamicForm input, table.dynamicForm textarea { padding: 2px; background: #fff; border: 1px solid #2f4c0a; }