@charset "utf-8";
body {
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat;
}
H1 {
	font-size: 22px;
	font-weight: normal;
	color: #b54747;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
H2 {
	font-size: 16px;
	color: #b9b9b9;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
H3   {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #b54747;
}

a {
	color: #990000;
	text-decoration: none;
}
a:active, a:hover {
	color: #000000;
}


#Header {
	background-image: url(../images/layout/header.jpg);
	height: 261px;
	width: 878px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#Header p {
	font-size: 18px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}


#ShadowLeft {
	background-repeat: repeat-y;
	background-position: left;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 43px;
}
div[id="ShadowLeft"] {
	background-image: url(../images/layout/shadow_left.png);
}
#ShadowRight {
	background-repeat: repeat-y;
	background-position: right;
	width: 878px;
	margin-left: auto;
	padding-right: 43px;
	
}
div[id="ShadowRight"] {
	background-image: url(../images/layout/shadow_right.png);
}
#ContentBackground  {
	background-color: #ffffff;
	width: 838px;
	padding-right: 25px;
	padding-left: 15px;
}

#ArticleWrapper {
	float: right;
	width: 565px;
	padding-top: 25px;
	padding-bottom: 50px;
}
#ArticleWrapper p {
	line-height: 20px;
}
#Navigation {
	background-image: url(../images/layout/NavBackground.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 481px;
	width: 173px;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 44px;
}
#Navigation ul {
	margin:0px;
	padding:0px;
}
#Navigation li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdede;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
#Navigation li li {
	border-bottom-width: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
#Navigation li ul {
	padding-top: 5px;
}
#Navigation p {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdede;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


#Footer {
	background-image: url(../images/layout/footer.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 864px;
	padding-left: 100px;
	padding-top: 38px;
	font-size: 11px;
}
#FooterShadow {
	margin-right: auto;
	margin-left: auto;
	width: 964px;
	background-repeat: no-repeat;
}
div[id="FooterShadow"] {
	background-image: url(../images/layout/footer.png);
}

.clear {
	clear: both;
}
.active {
	color: #000000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a.EktronEditorsMenuMarker, a.EktronEditorsMenuMarker img, .EktronEditorsMenu {
	display:none !important;
	width:0px !important;
	height: 0px !important;
	cursor:default !important;
	position: absolute;
	left: 0px;
	top: 0px;	
}
#LogoutWrapper {
	margin-top:50px;
}
#LogoutWrapper a {
	display:block;
	height:34px;
	font-size:0px;
	background-image:url(../images/logout.png);
	background-repeat:no-repeat;
	overflow:hidden;
	background-position: 0px 0px;
	color:#ffffff;
	border:0px;
	cursor:pointer;
	width:106px;
	text-decoration:none;
}
#LogoutWrapper a:hover {
	background-position: 0px -68px;
}
#LogoutWrapper a:active {
	background-position: 0px -34px;
}
