body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 5px;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	text-decoration: underline;
	font-size: .9em;
	
}

h5, h6, pre, code {
	font-size: 1em;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

html {
	width: 799px;
	margin: 0 auto;
	height: 100%;
}

body {
	background-image: none;
	background-color: #D3D3D3;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 100%;
}

#pageWrapper {
	float: left;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: white;
}

#pageWrapper li {
	list-style-type: none;
	color: black;
	padding: 5px 5px 5px 5px;
}

#banner {
	background-image: none;
}

#top {
	float: left;
	width: 100%;
	height: 54px;
}

#bottom {
	float: left;
	width: 100%;
	height: 110px;
}

#logo {
	float: left;
	margin-top: 6px;
	margin-left: 6px;
	width: 42px;
	height: 42px;
	background-color: white;
}

#title {
	float: left;
}

#logout {
	height: 45px;
	float: right;
	margin-top: 6px;
	margin-right: 10px;
	list-style-type: none;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	
}

#logout a {
	color: white;
}

#logout a:hover {
	color: #FFA500;
}

/* @group navBar */

#navBar {
	float: left;
	width: 100%;
	list-style-type: none;
	font-family: sans-serif;
	background-color: black;
	/* margin-bottom: 8px; */
}

#navBar ul {
	display: inline;
	list-style-type: none;
}

#navBar li {
	float: left;
	padding: 2px;
}

#navBar a {
	margin: 2px 0px 2px 2px;
	padding: 4px 10px 4px 10px;
	display: block;
	text-align: center;
	background-color: black;
	color: white;
}

#navBar a:hover {
	color: #FFD700;
}

/* @end */

/* @group loginBar */

#loginBar {
	float: left;
	height: 30px;
	width: 749px;
	padding-left: 50px;
	list-style-type: none;
	font-family: sans-serif;
	font-size: 16px;
}

#loginBar ul {
	display: inline;
	list-style-type: none;
	background: none;
}

#loginBar li {
	float: left;
	padding: 0;
	margin: 0;
}

#loginBar a {
	margin: 2px 0px 0px 2px;
	padding: 4px 10px 4px 10px;
	display: block;
	text-align: center;
	color: white;
}

#loginBar a:hover {
	color: #FFD700;
}

/* @end */

/* @ProfileNav */

#ProfileNav {
	float: left;
	width: 100%;
	list-style-type: none;
}

#ProfileNav ul {
	display: inline;
	list-style-type: none;
}

#ProfileNav li {
	float: left;
	padding: 2px;
}

#ProfileNav a {
	margin: 2px 0px 2px 2px;
	padding: 4px 10px 4px 10px;
	display: block;
	text-align: center;
	color: 008B8B;
}

#ProfileNav a:hover {
	color: #FFD700;
}

/* @end */

#contentWrapper {
	float: left;
	width: 100%;
	min-height: 550px;
	height: auto !important;
	height: 100%;
	background-color: white;
	padding-bottom: 6px;
}

#contentWrapper li {
	list-style-type: none;
	color: black;
	padding: 5px 5px 5px 5px;
}

#greeting {
	float: left;
	margin-top: 10px;
	margin-left: 5%;;
}

#themeselect {
	float: right;
	margin-top: 10px;
	margin-right: 5%;;
}

#contentSpacer {
	float: left;
	width: 90%;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 25px;
}

#contentSpacer a {
	color: #008B8B;
}

#contentSpacer a:hover {
	color: #DAA520;
}

#breadcrumb h3 a {
	color: #008B8B;
}

#breadcrumb h3 a:hover {
	color: #DAA520;
}


/* @group news */

#news {
	float: left;
	text-align: left;
	width: 55%;
	font-family: arial;
	padding: 10px;
}

#news h1 {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

#news h2 {
	color: #008B8B;
	font-size: 16pt;
}

#news h3 {
	color: black;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 4px;
}

#news img {
	padding: 10px;
}

#news p {
	color: #191919;
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 1px solid #b3b3b3;
	padding: 5px 0px 5px 0px;
}

#news a {
	color: #008B8B;
}

#news a:hover {
	color: #DAA520;
	text-decoration: underline;
}

/* @end */

#rtWrap {
	float: left;
	width: 35%;
	padding: 10px;
	border-left: 1px solid #ccc;
}

#rtWrap h1 {
	color:  #008B8B;
	text-transform: uppercase;
}

#rtWrap h2 {
	color: black;
	text-transform: uppercase;
	font-size: .85em;
	padding-bottom: 2px;
}

#rtWrap h3 {
	color: #008B8B;
	text-transform: capitalize;
	font-size: .6em;
	padding-bottom: 4px;
}

#randomImage {
	float: left;
}

#evNational {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 15px;
}

#evNational h2 {
	text-decoration: underline;
}

#evNational li {
	list-style-type: none;
	list-style-position: inside;
	font-size: .8em;
}

#evDistrict {
	float: left;
	clear:  left;
	width: 100%;
	padding-bottom: 15px;
}

#evDistrict h2 {
	text-decoration: underline;
}

#evDistrict li {
	list-style-type: none;
	list-style-position: inside;
	font-size: .8em;
}

#evDistrictBdays {
	float: left;
	clear:  left;
	width: 100%;
	padding-bottom: 15px;
}

#evDistrictBdays h2 {
	text-decoration: underline;
}

#evDistrictBdays li {
	list-style-type: none;
	list-style-position: inside;
	font-size: .8em;
}

#DropDownList1 {
	margin-right: 10px;	
}

#evDistrict a {
	color: #008B8B;
}

#evDistrict a:hover {
	color: #FFD700;
}
	
/* @group footer */

#footerpush {
	height: 75px;
}

#footer {
	float: left;
	width: 100%;
	height: 75px;
	border-top: 1px solid #7f7f7f;
	padding-top: 4px;
	background-color: white;
	text-align: center;
	font-size: .75em;
	font-family: sans-serif;
}

#footer p {
	padding-bottom: 4px;
}

#footer a {
	color: black;
}

#footer a:hover {
	color:  #00008B;
	background-color: #A3CD4F;
}

/* @end */

.moreNews {
	float: right;
	padding: 16px;
}

.homeButton {
	float: left;
	margin-left: 1px;
	margin-top: 1px;
	width: 40px;
	height: 40px;
	background: url(../../../_Graphics/christmas2008/logo.png) no-repeat;
}