html, body {
	margin: 0;
	padding: 0;
}
body {
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFDFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#PrintHeader { display: none; }
/* --- Splash Page --- */
#SplashContainer {
	position: absolute; 
	top: 50%;
	left: 0;
	margin-top: -198px;
	width: 100%;
	text-align: center;
}
#Splash {
	position: relative;
	width: 400px;
	/*height: 396px;*/
	height: 376px;
	background: url(../images/splash_bg.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
	text-align: center;
}
#Splash div, #Splash table {
	margin: 0 auto;
	padding: 0;
}

/* --- Page Layout --- */
#Container {
	width: 100%;
	background: #FFFDFC;
	margin: 0;
	padding: 0;
}
#Side {
	background: #FFFDFC;
	width: 224px;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
/* Holly Hack to hide from IE/Mac */
/* Fixes 3-pixel job bug in IE/Win */
* html #Side {
	margin-right: -3px;
}
#Content {
	margin: 0;
	padding: 0;
	margin-left: 224px;
	min-height: 487px;
}
/* Holly Hack to hide from IE/Mac */
/* Fixes 3-pixel job bug in IE/Win */
* html #Content {
	margin-left: 221px;
	height: 1%;
}
#Footer {
	clear: both;
	height: 25px;
}

/* --- Menu --- */
#Menu {
	background: #FFFDFC url(../images/menu_bg.jpg) no-repeat left top;
	width: 224px;
	height: 266px;
}

/* --- Drop Down Menu --- */
/* Sons of Suckerfish Drop Down Menu - http://htmldog.com/articles/suckerfish/dropdowns/ */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	margin-left: 29px;
	list-style: none;
	width: 183px;
}
#nav a {
	display: block;
	width: 183px;
	margin: 0;
}
#nav li {
	float: left;
	width: 183px;
	margin: 0;
}
#nav li ul {
	position: absolute;
	width: 183px;
	left: -999em;
	margin-left: 183px;
	margin-top: -28px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.DropDown {
	background: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #542D33;
	border: 1px solid #EFEFEF;
	border-bottom: none;
	border-left: none;
	text-indent: 8px;
}
.DropDown li {
	border-bottom: 1px solid #EFEFEF;
}
.DropDown a:link { color: #542D33; text-decoration: none; }
.DropDown a:visited { color: #542D33; text-decoration: none; }
.DropDown a:hover { color: #C00; text-decoration: none; }
.DropDown a:active { color: #C00; text-decoration: none; }

/* --- Home Page --- */
#HomeMenu {
	background: #FFFDFC url(../images/home_menu_side.jpg) no-repeat left top;
	width: 224px;
	height: 266px;
}
#HomeImageBackground {
	background: #717A45 url(../images/home_image_bg.jpg) no-repeat right top;
	height: 185px;
}
#HomeWelcome {
	background: url(../images/home_image.jpg) no-repeat left top;
	height: 185px;
	margin-right: 1px;
	text-align: right;
}
.WelcomeImage {
	padding-top: 138px;
	padding-right: 10px;
	text-align: right;
}
#HomePage {
	background: url(../images/home_content_side.jpg) no-repeat right top;
	margin: 0;
	padding: 17px 1px; 5px 5px;
}
#HomeLeft {
	padding-top: 15px;
	margin-right: 312px;
}
.HomeFlag {
	float: left;
}
#HomeRight {
	float: right;
	margin-left: 10px;
}
#QuickLinks {
	background: url(../images/home_quicklinks_bg.jpg) no-repeat left top;
	height: 122px;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-left: 16px;
	width: 296px;
}
#Address {
	width: 296px;
	height: 115px;
	margin: 0;
	padding: 0;
}

/* --- Header --- */
#DateArea {
	background: #FFFDFC;
	height: 36px;
	text-align: right;
}
.Date {
	color: #8B695C;
	font-size: 10px;
	margin: 0;
	padding: 0;
	padding-top: 18px;
}
.Date a:link { color: #8B695C; text-decoration: none; }
.Date a:visited { color: #8B695C; text-decoration: none; }
.Date a:hover { color: #C00; text-decoration: underline; }
.Date a:active { color: #C00; text-decoration: underline; }
#PageTitle {
	background: url(../images/pagetitle_bg.jpg) repeat-x left top;
	height: 58px;
	text-align: right;
}

/* --- Footer --- */
#Copyright {
	float: left;
}
#FooterLinks {
	float: right;
}
.FooterText {
	color: #8B695C;
	font-size: 10px;
}
.FooterText a:link { color: #8B695C; text-decoration: none; }
.FooterText a:visited { color: #8B695C; text-decoration: none; }
.FooterText a:hover { color: #C00; text-decoration: underline; }
.FooterText a:active { color: #C00; text-decoration: underline; }
.RKDLink {
	color: #8B695C;
	font-size: 10px;
}
.RKDLink a:link { color: #8B695C; text-decoration: none; }
.RKDLink a:visited { color: #8B695C; text-decoration: none; }
.RKDLink a:hover { color: #C00; text-decoration: underline; }
.RKDLink a:active { color: #C00; text-decoration: underline; }


/* --- Page Content --- */
#PageContent {
	background: #FFFDFC url(../images/content_bg.jpg) no-repeat right top;
	margin: 0;
	padding: 3px 27px 5px 17px;
}
.ContentText {
	color: #333;
	line-height: 17px;
}
.ContentText p {
	margin: 0 0 15px 0;
}
.ContentText a:link { color: #542D33; text-decoration: underline; }
.ContentText a:visited { color: #542D33; text-decoration: underline; }
.ContentText a:hover { color: #C00; text-decoration: underline; }
.ContentText a:active { color: #C00; text-decoration: underline; }
.SubTitle {
	color: #BD2422;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.Heading {
	color: #542D33;
	font-weight: bold;
	font-size: 12px;
}
.List {
	font-weight: bold;
	color: #8B695C;
	line-height: 20px;
}
ul.List {
	list-style-image: url(../images/bullet_list.gif);
}
ol.List {
	list-style-type: decimal;
}
.PhotoFloatLeft {
	border: 1px solid #333;
	padding: 1px;
	float: left;
	margin: 2px 10px 5px 0;
}
.PhotoFloatRight {
	border: 1px solid #333;
	padding: 1px;
	float: right;
	margin: 2px 0 5px 10px ;
}
.Submenu {
	background: url(../images/also_bg.jpg) no-repeat left bottom;
	width: 176px;
	padding-bottom: 15px;
	border: 1px solid #EDEBEA;
	float: right;
	margin: 0 0 10px 10px;
}
.SubmenuList {
	list-style-image: url(../images/also_bullet.gif);
	color: #BD2422;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;	
}
.SubmenuList a:link { color: #BD2422; text-decoration: none; }
.SubmenuList a:visited { color: #BD2422; text-decoration: none; }
.SubmenuList a:hover { color: #542D33; text-decoration: underline; }
.SubmenuList a:active { color: #542D33; text-decoration: underline; }
.TableStyle {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.TableStyle td {
	font-size: 11px;
	padding: 2px 4px;
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.TableRowAlt {
	background: #FDF7F1;
}
hr {
	color: #DDD;
	background: #DDD;
	border: 0;
	height: 1px;
	width: 100%;
	margin-bottom: 15px;
}
.NewsItem {
	font-size: 10px;
}
.NewsItem strong {
	font-weight: bold;
	font-size: 11px;
	color: #542D33;
}
.NewsItem a {
	font-weight: bold;
	font-size: 11px;
}
.NewsItem a:link { color: #542D33; text-decoraton: none; }
.NewsItem a:visited { color: #542D33; text-decoraton: none; }
.NewsItem a:hover { color: #BD2422; text-decoraton: underline; }
.NewsItem a:active { color: #BD2422; text-decoraton: underline; }
.Sitemap {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
	.Sitemap ul {
		list-style-image: url(../images/also_bullet.gif);
		font-size: 11px;
		line-height: 18px;
		margin-bottom: 15px;
	}