@charset "utf-8";

body {
	background-image: url(../Images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-color: #F9F8F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 0px;
	margin: 0px;
}
.navLeft {
	float: left;
	height: 70px;
	width: 360px;
}

.pageContainer {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 22px;
	background-image: url(../Images/bg_stage.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 800px;
	padding-bottom: 44px;
}
.nav {
	width: 928px;
	height: 70px;
}
.address {
	float: left;
	height: 30px;
	color: #AECADB;
	margin-left: 22px;
	line-height: 1.8em;
	font-size: 0.9em;
}
.top {
	float: left;
	height: 250px;
	width: 928px;
}
.sideContainer {
	float: left;
	width: 302px;
	background-color: #edede5;
	margin-left: 4px;
	margin-bottom: 22px;
}


.content {
	float: left;
	width: 928px;
}
.contentRight {
	float: left;
	width: 332px;
}

.contentLeft {
	float: left;
	width: 516px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}


img.logo      {
	float: left;
	height: 35px;
	width: 250px;
	padding-top: 16px;
	padding-left: 88px;
}
.navRight {
	float: left;
	height: 70px;
	width: 568px;
	display: inline;
}
#menu {
	float: left;
	height: 38px;
	width: 562px;
	display: table;
	line-height: 2.6em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-size: 0.9em;
	font-weight: bolder;
	color: #E3ECF2;
}
#menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	list-style-image: none;
	list-style-type: none;
	color: #E3ECF2;
	text-decoration: none;
	padding: 0.2em 1em;
}
#menu ul li a:hover {
	list-style-image: none;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.2em 1em;
}
#bottomMenu {
	float: left;
	height: 38px;
	width: 562px;
	display: table;
	line-height: 2.6em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-size: 0.9em;
	font-weight: bolder;
	color: #99abb8;
}
#bottomMenu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	
}
#bottomMenu ul li {
	display: inline;
}
#bottomMenu ul li a {
	list-style-image: none;
	list-style-type: none;
	color: #99abb8;
	text-decoration: none;
	padding: 0.2em 1em;
}
#bottomMenu  ul  li  a:hover {
	list-style-image: none;
	list-style-type: none;
	color: #4b6a81;
	text-decoration: none;
	padding: 0.2em 1em;
}
img.open {
	float: left;
	padding-top: 22px;
	
}
.sideTop {
	float: left;
	width: 302px;
	background-image: url(../Images/sideTop.gif);
	height: 70px;
	background-repeat: no-repeat;
	background-position: left top;
}
.sideContent {
	float: left;
	width: 250px;
	font-size: 0.8em;
	color: #65645F;
	padding-bottom: 16px;
	background-color: #EDEDE5;
	padding-right: 26px;
	padding-left: 26px;
}
.sideBottom {
	float: left;
	width: 302px;
	background-image: url(../Images/sideBottom.gif);
	height: 9px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.sideContainerHeadline {
	float: left;
	padding-top: 26px;
	padding-left: 26px;
}
.updateRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d7cd;
	padding-bottom: 12px;
	padding-top: 12px;

}
#updates {
	font-size: 0.9em;
}
#updates h1 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#updates a {
	font-size: 0.9em;
	color: #65645F;
	text-decoration: none;
}
#updates a:hover {
	color: #65645F;
	text-decoration: underline;
}
#article {
	font-size: 0.8em;
	float: left;
	width: 516px;
	color: #999999;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #d3d3d0;
}
#article h1 {
	font-size: 0.8em;
	color: #999999;
	display: inline;
	font-weight: bold;
}
#article h2 {
	font-size: 1.8em;
	color: #c2e163;
	display: inline;
	font-weight: bold;
}
#article h3 {
	font-size: 1.2em;
	color: #96bfda;
	display: inline;
	font-weight: bold;
}
#article h4 {
	font-size: 1.4em;
	color: #858585;
	display: inline;
	font-weight: bold;
	line-height: 1.6em;
	text-decoration: underline;
}

#article a {
	font-size: 1.2em;
	color: #96bfda;
	display: inline;
	font-weight: bold;
}
#article strong {
	color: #919191;
}
#article h5 {
	color: #858585;
	display: inline;
}
.bottomNavContainer {
	background-color: #d5dde3;
	height: 44px;
	float: left;
	width: 926px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../Images/bottomNavTop.gif);
}
.bottomNavtop {
	float: left;
	width: 926px;
}
.bottomNavCenter {
	float: left;
	width: 926px;
}
.bottomNavBottom {
	float: left;
	height: 6px;
	background-image: url(../Images/bottomNavBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 926px;
}
