/* CSS Document */

body {
background: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}

/*===ONLY FOR SPLASH===*/
#content1 {
height: 400px;
width: 400px;
margin: 0 auto;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 1em 0;
	padding: 15px;
	clear: left;
	letter-spacing: .01em;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/middle_above.jpg) top right no-repeat;
	} * html fieldset { padding-top: 0; }
	
	legend {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1;
		padding: 10px 0.5em;
		color: #99CC33; 
		font-family: Georgia; 
		font-size: 30px;
	} * html legend { margin-bottom: 15px; padding: 0 0.5em; }
	
	input, textarea {
	border: 1px solid #cccccc;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	input:active {
	border: 1px solid #000000;
	}

	label {
	font-weight: bold;
	}
	
	a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: 100;
	text-decoration: underline;
	}
	
	a:hover {
	text-decoration: none;
	}
	
	#errors {
	margin-top: 10px;
	height: 10px;
	width: 360px;
	display: none;
	border: 1px solid #cccccc;
	background: url(../images/middle_above.jpg) top right no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 
	padding: 20px;	
	}
/*=================*/

h2 {
font-size: 30px;
font-weight: bold;
color: #5e7e1e; 
font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
width: 936px;
height: 724px;
margin: 0 auto;
}

	#top {
	width: 936px;
	height: 21px;
	background: url(../images/top.jpg) top left no-repeat;
	}
	
	#middle {
	width: 936px;
	height: 640px;
	background: url(../images/middle_bkg.jpg) top left repeat-y;
	}
		
		#menu {
		height: 640px;
		width: 144px;
		background: url(../images/left_menu.jpg) top left no-repeat;
		float: left;
		margin-left: 20px;
		}
		
			#logo {
			height:120px;
			width:141px;
			background: url(../images/logo.jpg) top left no-repeat;
			}
			
			#menu_bkg {
			height: 210px;
			width: 121px;
			background: url(../images/menu_bkg.jpg) top left no-repeat;
			padding: 5px;
			*padding: 15px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #FFFFFF;
			}
				#menu_bkg ul, li {
				list-style: none;
				}
				
				#menu_bkg li{
				display: block;
				height: 18px;
				width: 119px;
				margin-left: -15px;
				*margin-left: -25px;
				padding: 6px;
				}
				
				#menu_bkg a:link, a:visited {
				color: #FFFFFF;
				text-decoration: none;
				}
				
				#menu_bkg a:hover{
				color: #003333;
				}
			
		
		#content {
		height: 640px;
		width: 754px;
		background: url(../images/middle_above.jpg) top right no-repeat;
		float: left;
		}
		
		
		
			#content_top {
			width: 754px;
			height: 92px;
			float: none;
			}
			
				#top_container {
				margin: 20px auto;
				*margin: 10px auto;
				width: 730px;
				height: 80px;
				border: #cccccc 1px solid;
				}
				
				#top_container_pages {
				margin: 20px auto;
				*margin: 10px auto;
				width: 710px;
				height: 60px;
				border: #cccccc 1px solid;
				padding: 10px
				}
			
			#content_picture {
			width: 754px;
			height: 240px;
			float: none;
			}
			
			#content_center {
			width: 710px;
			height: 220px;
			float: none;
			/*border: #999999 1px solid;*/
			margin: 10px auto;
			padding: 10px;
			}
			
			
			#content_bottom_pages {
			height: 230px;
			width: 710px;
			border: #999999 1px solid;
			background: #FFFFFF;
			margin: 10px auto;
			float: none;
			padding: 10px;
			}
			
			#content_bottom {
			height: 276px;
			width: 730px;
			border: #999999 1px solid;
			background: #FFFFFF;
			margin: 0 auto;
			float: none;
			}
	
	#bottom {
	width: 936px;
	height: 143px;
	background: url(../images/bottom.jpg) top left no-repeat;
	}
	
	