body, html {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, td, th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size:36px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:12px;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#dContainer {
	position: relative;
	min-height: 100%;
}

#dHeader {
	position: relative;
	height: 22px;
	padding: 1px;
	background-color: #333333;
}

#dHeaderContent {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 22px;
	color: #ffffff;
}

#dHeaderDate {
	float: left;
	line-height: 22px;
}

#dHeaderSchool {
	float: right;
}

#dHeaderSchoolName {
	line-height: 22px;
}

#dHeaderSchoolName img {
	vertical-align: middle;
}

#dInnerContainer {
	position: relative;
	margin: 0 auto;
	width: 800px;
	padding-bottom: 40px;
	overflow: auto;
}

#dBanner {
	position: relative;
	height: 294px;
	background: url('/images/design/banner.jpg');
}

#dBannerOverlay {
	position: relative;
	top: 152px;
	height: 69px;
	background: url('/images/design/banner_overlay_bg.png');
}

#dBannerOverlayText {
	position: absolute;
	width: 602px;
	height: 45px;
	top: 13px;
	left: 180px;
	background: url('/images/design/banner_overlay_text.png');
}

#dBannerOverlayTextAlt {
	display: none;
	position: absolute;
	top: 6px;
	height: 48px;
	font-size: 48px;
	right: 10px;
	color: #ffffff;
}

#dMenu {
	position: relative;
	border-bottom: 5px solid #45a4ca;
	color: #ffffff;
	text-align: center;
	background: url('/images/design/menu_bg.png');
	line-height: 29px;
	height: 29px;
}

#dMenu a {
	margin-left: 8px;
	padding-left: 11px;
	background: url('/images/design/menu_seperator.png') left center no-repeat;
	color: #ffffff;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#dMenu a:hover {
	text-decoration: underline;
}

#dMenu a.first {
	margin-left: 0;
	padding-left: 0;
	background: none;
}

#dBody {
	position: relative;
	padding: 5px;
	overflow: auto;
}

#dFooter {
	position: absolute;
	height: 27px;
	bottom: 0;
	width: 100%;
	border-top: 5px solid #999999;
	text-align: center;
	line-height: 27px;
	background: url('/images/design/footer_repeat.png') repeat-x;
}

#dFooter a {
	text-decoration: none;
}

#dError {
	display: none;
	margin-bottom: 15px;
	font-weight: bold;
	color: #ff0000;
}

.cErrorBox {
	border: 1px solid #ff0000;
}

div.cErrorBox {
	border: none;
}

.cLeftCol {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}