body {
	background: #8eb7a9 url('../images/body_tile.gif') repeat top left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #ffa500;
}

a:hover {
	color: #7b9fe2;
}

#mainPanel {
	width: 700px;
	background-color: white;
	border: 1px solid black;
	border-width: 0 1px 0 1px;
}

#mainPanel p {
	border-top: 1px solid #eeeeee;
	padding: 10px;
}

.shadow {
	background: white url('../images/shadow_tile.gif') repeat-x top left;
}

.leftborder {
	border-left: 1px solid black;
}

.rightborder {
	border-right: 1px solid black;
}

.bottomborder {
	border-bottom: 1px solid black;
}

.mainContent {
	background: white url('../images/planBg.gif') no-repeat top center;
}

h1.header {
	height: 78px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	background: transparent url('../media/welcome_to_cedar_rule.gif') no-repeat bottom center;
	text-align: center;
	font-size: 250%;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 150%;
	border-bottom: 2px solid #62b75b;
	margin-top: 20px;
	margin-bottom: 5px;
}

q {
	font-size: 95%;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

q:before, q:after {
	display: none;
}