body {
	background: url("images/background.gif") #9fb49f;
	color: #f8f7dc;
	z-index: 0;
	font-size: 11pt;
	text-align: center;
	margin: 0px;
}

A:LINK {
    color: white;
}
A:VISITED {
    color: #e9e4a6;
}


img {
	border: none;
	behavior: url("/includes/pngbehavior.htc");
}

H3 {
    text-align: left;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14pt;
    font-weight: normal;
    color: white;
}

TABLE {
    text-align: left;
}

TD {
    padding-bottom: 0.3em;
}

P {
    text-align: left;
    margin: 10px 0px;
}

UL LI {
    list-style: none;
    text-align: left;
}

#Date, #CountDown {
	text-align: center;
	font-size: large;
}

.FieldName {
	vertical-align: top;
	padding-right: 0.4em;
}

.TitleImage {
	padding-top: 5px;
	padding-bottom: 5px;
}

.Photo {
	text-align: center;
	padding: 15px;
}

#PageBox {
	z-index: 1;
	width: 756px;
	margin: auto;
}

div.Header {
	z-index: 2;
	color: #ffffff;
	width: 756px;
	height: 122px;
	background: url("images/header_bg.png"); 
}

#content-bg {
	width: 756px;
	min-height: 370px;
	z-index: 2;
	margin: 0px;
	background: url("images/content_bg.png") repeat-y #a6b9a6;
}

#content-bg2 {
	width: 751px;
	min-height: 370px;
	z-index: 3;
	margin: 0px;
	background: url("images/content_bg_2.gif") repeat-y #a6b9a6;
}

#NavBox {
	width: 199px;
	height: 400px;
	z-index: 5;
	margin: 0px;
	float: left;
}

#MainContent {
	width: 542px;
	float: right;
}

#MainContent div {
    margin-left: 0px;
    margin-right: 10px;
}

#MainContent div div {
    margin: 0px;
}

#content-bottom {
	width: 756px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

div.SectionBox {
	padding-top: 10px;
}

div.NoteBox {
	
}

div.idofooterwrap {
	width: 756px;
	margin: auto;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
}

a.idofooter:link {
	text-decoration: none;
}

a.idofooter:visited {
	text-decoration: none;
}

div.logo {
        float: left;
        margin: 0px 10px 8px 0px;

}

div.footerleft {
        margin: 0px 145px;
        padding: 0px;
        text-align: center;
}

div.footerright {
        margin: 0px 145px;
        padding: 0px;
        text-align: center;
}

div.footerbottom {

}

p.copyright {
        margin: 0px 145px;
        text-align: center;
}

a.NavLink:link {
	text-decoration: none;
	font-weight: 600;
}

a.NavLink:visited {
	text-decoration: none;
	font-weight: 600;
}

.FieldName {
	font-size: 9pt;
}

.FieldData {
	font-size: 9pt;
}

.mapText {
	font-size: 9pt;
}

.SectionTitle {
	float: right;
}

.floatright {
	float: right;
	padding-right: 30px;
	text-align: center;
}

.floatleft {
	float: left;
	padding-right: 20px;
}

div.smallclear {
	clear: both;
	padding-right: 20px;
}

ul.AlphabeticalList {
	line-height: 1.5;
	margin-left: -40px;
}

/* Fucking IE \*/
* html div#NavBox img {
	margin-bottom: -4px;
}
* html div#content-bg2 {
	margin-left: -4px;
}
* html div.Header {
	background: url("images/header_bg.gif"); 
	margin-bottom: -1px;
}

* html #content-bg {
	background: url("images/content_bg.gif") repeat-y #a6b9a6;
}

* html ul.AlphabeticalList {
	margin-left: 0px;
}
/* End Mac hack */