@charset "utf-8";
body {
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
}
H1 {
	font-size: 22px;
	font-weight: normal;
	color: #ff6600;
	margin: 0px;
	padding: 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;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#ShadowLeft a, #Footer a {
	color: #990000 !important;
	text-decoration: none !important;
}
#ShadowLeft a:active, 
#ShadowLeft a:hover,
#Footer a:active, 
#Footer a:hover {
	color: #000000 !important;
}


#ShadowLeft a.active,
#Footer a.active {
	color: #000000 !important;
}

#Header {
	background-image: url(../images/layout/header.jpg);
	height: 66px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-right: 76px;
	padding-top: 255px;
	text-align: right;

}

#Header p {
	font-size: 18px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}


#ShadowLeft {
	background-image: url(../images/layout/shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
}
#ShadowRight {
	background-image: url(../images/layout/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 822px;
	margin-left: auto;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 85px;
}
#ArticleWrapper {
	float: right;
	width: 565px;
	padding-top: 25px;
	padding-bottom: 50px;
}
#Navigation {
	background-image: url(../images/layout/NavBackgroundTop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 200px;
	padding-top: 35px;
	padding-left: 15px;
	padding-bottom: 0px;
}
#NavigationBottom {
	background-image: url(../images/layout/NavBackgroundTabBottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom:35px;
	width: 200px;
}
#NavigationLinks 
{
	width:160px;
}
#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;
}

#Navigation p.last
{
	margin-bottom:15px;
}

#Navigation p.archive
{
	border:none;
}
#Navigation p.archive A {
	background-image:url(../images/layout/37.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 19px;
}

#Footer {
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	height: 121px;
	width: 866px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 100px;
	padding-top: 32px;
	font-size: 11px;
}
#Previous {
	float: left;
	width: 280px;
	margin-top: 15px;
}
#Next {
	float: right;
	width: 280px;
	text-align: right;
	margin-top: 15px;
}

.clear {
	clear: both;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
