* {
	margin: 0;
	padding: 0;
	border: 0;
}
body, input, textarea, select, option, td, p, ul, li {
	font-family: Verdana, Tahoma, Geneva, Georgia;
	color: #3C3C3C;
	font-size: 11px;
	line-height: 16px;
}

body {
/*	background-image: url( ../img/background.jpg );*/
	background: #E0E9C3;
}
table {
	border-spacing: 0;
}
ul {
	list-style: none;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.error {
	color: #FF0000 !important;
}
a {
	color: #4D5F64;
	font-size: 11px;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

p.date {
	text-align: right;
}

#all {
	width: 750px;
	margin: 0 auto;
	background-color: white;
}

#header {
	height: 19px;
	padding: 4px 0;
	background: url(../img/shared/leaf.jpg) no-repeat 5px 4px #3C3C3C;
}
	#header p {
		padding: 4px 5px;
		text-align: right;
		color: white;
	}
	#header a.logout {
		padding: 4px 5px 4px 9px;
		margin-right: 5px;
		text-align: right;
		color: white;
		background: url( ../img/shared/arrowRight.gif ) no-repeat  center left;
	}
	#header a.logout:hover {
		text-decoration: underline;
	}

#banner {

}
#body {
	margin: 5px 0;
}
#body #menu {
	float: left;
	width: 170px;
	text-align: center;
}

#body #menu ul.one {
	text-align: left;
}
	#body #menu ul.one li {
		margin: 8px 0 0 15px;
		border-left: #C8D1AC 2px solid;
	}
	#body #menu ul.one li.active {
		font-weight: bold;
	}
	#body #menu ul.one a {
		display: block; 
		width: 145px;
		font-size: 11px; 
		line-height: 14px;
		padding: 1px;
		margin: 5px 0 0 5px;
		color: #4d5f64; 
	}
	#body #menu ul.one a:hover {
		width: 145px;
		background-color: #f0f0f0;
		text-decoration: none;
	}
			#body #menu ul.one li ul.two {
				width: 130px;
				border: 0;
			}
			#body #menu ul.one li ul.two li {
				margin: 4px 0 0 10px;
				padding-left: 3px;
				background: url( ../img/bink.gif) -27px -1px no-repeat;
				border: 0;
			}
			#body #menu ul.one li ul.two li.active {
				font-weight: bold;
			}
			#body #menu ul.one li ul.two li.sub {
				font-weight: normal;
			}
			#body #menu ul.two a {
				padding-left: 0px; 
				font-size: 10px; 
				width: 130px;
				color: #4d5f64; 
			}
			#body #menu ul.two a:hover {
				width: 130px;
				background-color: #f0f0f0;
			}

				#body #menu ul.one li ul.two li ul.three {
					width: 115px;
				}
				#body #menu ul.one li ul.two li ul.three li {
				}
				#body #menu ul.one li ul.two li.active {
					font-weight: bold;
				}
				#body #menu ul.one li ul.two li.sub {
				}
				#body #menu ul.one li ul.two li ul.three a {
					width: 115px;
				}
				#body #menu ul.three a:hover {
					width: 115px;
				}

					#body #menu ul.one li ul.two li ul.three li ul.four {
						width: 105px;
					}
					#body #menu ul.one li ul.two li ul.three li ul.four li {
						
					}
					#body #menu ul.one li ul.two li ul.three li ul.four li.active {
						font-weight: bold;
					}
					#body #menu ul.one li ul.two li ul.three li ul.four li.sub {
					}
					#body #menu ul.one li ul.two li ul.three li ul.four a {
						width: 105px;
					}
					#body #menu ul.one li ul.two li ul.three li ul.four a:hover {
						width: 105px;
					}

#body #content {
	float: right;
	width: 562px;
	min-height: 400px;
	padding: 8px;
	background: white;
	background: url(../img/shared/line_vertical_dotted.jpg) repeat-y 0px 0px white;
}
#body #content .contentContainerOuther {
	min-height: 250px;
}

#body #content .contentContainerOuther h3 {
	border-top: solid 1px #D3D1D1;
	border-left: solid 1px #D3D1D1;
	border-right: solid 1px #D3D1D1;
	border-bottom: solid 1px #D3D1D1;
}
	#body #content .contentContainerInner {
		padding: 10px;
	}
		#body #content h3 {
			width: 100%;
			height: 33px;
			background: #E0E9C3;
			background: url( ../img/shared/h3_background.png ) repeat-x;
		}
		#body #content h4 {
			font-weight: bold;
			color: #B5B5B5;
			margin: 4px 0;
		}
		#body #content h2 {
			font-family: Verdana;
			font-size: 13px;
			font-weight: bold;
			letter-spacing: 0.7px;
			color: #3C3C3C;
			margin: 2px 0 8px 0;
		}
		#body #content ul {
		}
		#body #content ul li {
			padding-left: 5px;
			background: url( ../img/shared/dot_green.png ) 0px 6px no-repeat;
		}
		#body #content form {
		}
		#body #content form fieldset {
		}
		#body #content form fieldset label {
			width: 100px;
			height: 20px;
			display: block;
			float: left;
			text-align: right;
			font-weight: bold;
			margin: 0px 5px 0px 0px;
			padding: 2px 2px 2px 2px;
			background-color: #F7F7F7;
		}
		#body #content form fieldset label.tall {
			height: 80px;
		}
		#body #content form input {
			display: block;
			float: left;
			width: 200px;
			height: 15px;
			border: solid 1px #D3D1D1;
		}
		#body #content form input.short {
			width: 130px;
		}
		#body #content form input.hide {
			display: none;
		}
		#body #content form input:focus {
			background: #F1F4E6;
		}
		#body #content form input.submit {
			display: block;
			float: left;
			width: 100px;
			height: 20px;
			color: #3C3C3C;
			border: 0;
			cursor: pointer;
			background: transparent url(../img/shared/button1.png) 0 0 no-repeat;
		}
		#body #content form textarea {
			display: block;
			float: left;
			margin-bottom: 10px;
			width: 200px;
			height: 70px;
			border: solid 1px #D4D0C8;
			overflow: auto;
		}
		#body #content form textarea:focus {
			background: #F1F4E6;
		}

#body #content div.hr {
	width: 280px;
	height: 12px;
	margin: 10px 130px;
	border-top: solid 1px #DBDBDB;
	font-size: 0;
	line-height: 0;
}
#body #content div.hr hr {
  display: none;
}
#body #content dl {
	clear: both;
}
#body #content dl dt {
	float: left;
	padding-left: 7px;
	background: url( ../img/shared/dot_green.png ) 0px 6px no-repeat;
}

#body #content #navigation {
	margin-top: 10px;
	height: 10px;
	text-align: right;
}
	#body #content #navigation a.top{
		font-size: 11px;
		font-weight: normal;
		padding: 0 0 0 8px;
		background: url( ../img/shared/arrowUp.png ) no-repeat  center left;
	}
	#body #content #navigation a.back{
		font-size: 11px;
		font-weight: normal;
		padding: 0 0 0 8px;
		margin-right: 5px;
		background: url( ../img/shared/arrowLeft.png ) no-repeat  center left;
	}

#footer {
	clear: both;
	height: 18px;
	padding: 3px 0;
	background: #3C3C3C;
}
	#footer p {
		color: white;
		text-align: center;
	}
