* {
	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: 14px;
}

body {
/*	background-image: url( ../img/background.jpg );*/
	background: #E0E9C3;
}
table {
	border-spacing: 0;
}
ul {
	list-style: none;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.error, .red {
	color: #FF0000;
}
a {
	color: #4D5F64;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

p.date {
	text-align: right;
}

#all {
	width: 773px;
	margin: 0 auto;
	background-color: white;
}

#header {
	height: 19px;
	padding: 4px 0;
	background: green;
	/*background: url(../img/shared/footer.png) repeat-y 0px 0px white;*/
}
	#header p {
		padding: 4px 5px;
		text-align: left;
		color: white;
		font-weight: bold;
	}
	#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: 165px;
	text-align: center;
}
#body #menu h3 {
	font-size: 13px;
}
#body #menu ul.one {
	text-align: left;
}
	#body #menu ul.one li {
		margin: 8px 0 0 15px;
		border-left: green 2px solid;
	}
	#body #menu ul.one li.active {
		font-weight: bold;
	}
	#body #menu ul.one a {
		display: block; 
		width: 130px;
		font-size: 11px; 
		padding: 1px;
		margin: 5px 0 0 5px;
		color: #4d5f64; 
	}
	#body #menu ul.one a:hover {
		width: 130px;
		background-color: #f0f0f0;
		text-decoration: none;
	}
			#body #menu ul.one li ul.two {
				border: 0;
			}
			#body #menu ul.one li ul.two li {
				margin: 4px 0 0 10px;
				padding-left: 3px;
				background: url( ../img/shared/bink.gif) -27px -1px no-repeat;
				border: 0;
				font-weight: normal;
			}
			#body #menu ul.one li ul.two li.active {
				font-weight: bold;
			}
			#body #menu ul.one li ul.two li.normal {
				font-weight: normal;
			}
			#body #menu ul.one li ul.two li.sub {
				font-weight: normal;
			}
			#body #menu ul.two a {
				padding-left: 0px; 
				font-size: 10px; 
				width: 120px;
				color: #4d5f64; 
			}
			#body #menu ul.two a:hover {
				width: 120px;
				background-color: #f0f0f0;
			}

				#body #menu ul.one li ul.two li ul.three {
				}
				#body #menu ul.one li ul.two li ul.three li {
				}
				#body #menu ul.one li ul.two li.active {
				}
				#body #menu ul.one li ul.two li.sub {
				}
				#body #menu ul.one li ul.two li ul.three a {
					width: 120px; 
				}
				#body #menu ul.two a:hover {
				}

#body #content {
	float: right;
	width: 590px;
	min-height: 300px;
	padding: 8px;
	background: white;
	background: url(../img/shared/line_vertical_dotted.jpg) repeat-y 0px 0px white;
}
#body #content .promotions {
	padding: 5px 5px 5px 30px;
}
#body #content h1 {
	padding: 5px 5px;
	letter-spacing: 1px;
	line-height: 25px;
	/*text-transform: uppercase;*/
}

#body #content h2 {
	padding: 0 0 5px 0;
	color: red;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 17px;
	/*text-transform: uppercase;*/
}
	#body #content .promotions .promotion {
		margin: 0 0 20px 0;
	}
	#body #content ul {
	}
		#body #content ul li {
			padding: 3px 0 0 8px;
			background: url( ../img/shared/dot_red.png ) 0px 8px no-repeat;
		}
		#body #content ol li {
			padding: 3px 0 0 0;
			margin: 0 0 0 20px;
		}
	#body #content .promotions .promotion h3 {
		margin: 0 0 10px 0;
	}
		#body #content p {
			margin: 7px 0;
		}
			#body #content p a {
				color: red;
			}
			#body #content ul li a {
				color: red;
			}

#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_red.png ) 0px 6px no-repeat;
}

#body #content #navigation {
	margin-top: 10px;
	height: 10px;
	text-align: right;
}
	#body #content #navigation a.top{
		padding: 0 0 0 8px;
		background: url( ../img/shared/arrowUp.png ) no-repeat  center left;
	}
	#body #content #navigation a.back{
		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: url(../img/shared/footer.png) repeat-y 0px 0px white;
}
	#footer p {
		color: white;
		text-align: center;
	}
		#footer p a {
			color: white;
		}