body {
	margin:0px;
	line-height:18px;
	font-family:sans-serif;
	font-size:13px;
}
#masterhead {
	background:#000 url("../images/master_logo.png") no-repeat 20px center;
	height: 75px;
}
#menu {
	text-align:left;
	width:120px;
	position:absolute;
	left:0px;
	border-right:1px solid #ccc;
}
#menu a {
	color:#00cc80;
	text-decoration:none;
}
#menu a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}
#menu ul {
	padding:0px;
	margin:0px;
}
#menu ul li {
	padding-right:10px;
	list-style:none;
}
#main {
	width:700px;
	position:relative;
	padding:20px;
}
#contentRegion {
	text-align:left;
	position:absolute;
	left:150px;
}
#contentRegion a {
	color:#00cc80;
	text-decoration:underline;
}
#contentRegion a:hover {
	color:#000;
	text-decoration:underline;
}
hr {
	color:#ccc;
	border:none;
	border-bottom:1px dotted #ccc;
	height:1px;
}
blockquote {
   font-style:normal;
   border-left:8px solid #ddd;
   background-color:#eee;
   margin:0px;
   padding:2px 10px 2px 10px;
}
#contentRegion ul {
	padding:0px;
	margin:15px;
}
#contentRegion li {
	list-style:square;
	padding-bottom:5px;
}


