/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline; 
}
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0;
	margin: 0;
	display: block;
	background: #dcdcdc;
	text-align: center;
}
#Wrapper {
	padding: 0;
	width: 940px;
	text-align: left;
	margin: 5px auto 0 auto;
}
#Header {
	background: #000;
	color: #fff;
}
#Logo {
	float: left;
	padding: 5px 0 0 5px;
}
#Logo h1 {
	font-size: 200%;
	font-weight: normal;
}
#Logo h1 a {
	color: #fff;
	text-decoration: none;
}
#ToolBar {
	float: right;
	padding: 0 10px 0 0;
}
#ToolBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ToolBar ul li {
	float:left;
	margin: 0 0 0 10px;
}
#ToolBar ul li a {
	padding: 5px 10px;
	background: #ABABE4;
	color: #000;
	text-decoration: none;
	display: block;
	border-top: 5px solid #DCDCDC;
	font-size: 80%;
}
#Navigation {
	width: 920px;
	background: #3C3C4E;
	position: relative;
	padding: 0 10px;
	z-index: 300;
}
ul#MainNav {
	padding: 0;
	list-style: none;
	margin: -35px 0 0 0;
	float: right;
	line-height: 1.0;
}
ul#MainNav li {
	padding: 10px 0 0 0;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	position: relative;
}
ul#MainNav li.First {
	/*
	position: absolute;
	left: 10px;
	margin: 0;
	float: none;
	*/
}
ul#MainNav li h1 {
	font-weight: bold;
	font-size: 85%;
}
ul#MainNav li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 7px;
	background: #DDD;
	border-bottom: 2px solid #DDD;
}
ul#MainNav li a.Active {
	color: #000;
	background: #FFF;
	border-bottom: 2px solid #fff;
}
ul#MainNav li a:hover {
	text-decoration: underline;
}
#Page {
	background: #fff;
	width: 940px;
	position: relative;
}
.EditPage {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: url(../_images_gen/edit-page-blue.gif) no-repeat left;
	padding: 0 0 0 18px;
}
#Content {
	padding: 0 20px 20px 20px;
}
a.Back {
	float: right;
	display: block;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin: 16px 0 0 0;
}
h1#PageTitle {
	font-size: 210% !important;
	font-weight: normal;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #000;
}
#LeftColumn {
	width: 210px;
	padding: 5px;
	margin: 25px 0 0 0;
	background: #F5F5F5;
	float: left;
}
#LeftColumn h2#SectionTitle {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 180%;
	border-bottom: 1px solid #e1e1e1;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
}
#LeftColumn ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#LeftColumn ul li {
	padding: 0;
	margin: 0;
}
#LeftColumn ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 85%;
}
#LeftColumn ul li a {
	padding: 6px 10px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #fff;
	color: #000;
	background: #F0F0F0;
}
#LeftColumn ul li a:hover {
	color: #000;
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	border-left: 1px solid #fff;
}
#LeftColumn ul li a.Active {
	color: #000;
}
ul#TertNav {
	border-bottom: 1px solid #DCDCDC !important;
	border-top: none !important;
	background: #fff;
	padding: 3px 10px;
	margin: 0 10px;
}
ul#TertNav h3 {
	font-size: 75%;
}
ul#TertNav li a {
	border: none !important;
	color: #000 !important;
	background: none !important;
}
ul#TertNav li a.Active {
	border: none !important;
	color: #000 !important;
}
#PageCopy {
	padding: 20px 0 20px 20px;
	font-size: 85%;
	line-height: 1.6em;
	position: relative;
	width: 650px;
	float: right;
}
#PageCopy.FullWidth {
	width: 860px;
	float: none;
}
#PageCopy a {
	color: #000;
	text-decoration: none;
}
#PageCopy a:hover {
	color: #000;
	text-decoration: underline;
}
#PageCopy hr.NewSection {
	color: #FFF;
	border: none;
	padding: 0;
	margin: 0;
	height: 0;
}
#PageCopy h1,
#PageCopy h2,
#PageCopy h3,
#PageCopy h4,
#PageCopy p,
#PageCopy ul,
#PageCopy ol,
#PageCopy blockquote {
	margin: 10px 0 15px 0;
	padding: 0;
}
#PageCopy h1,
#PageCopy h2,
#PageCopy h3,
#PageCopy h4
{
	line-height: normal;
	color: #000;
}
#PageCopy h1 a,
#PageCopy h2 a,
#PageCopy h3 a,
#PageCopy h4 a
{
	text-decoration: none;
}
#PageCopy h1 a:hover,
#PageCopy h2 a:hover,
#PageCopy h3 a:hover,
#PageCopy h4 a:hover
{
	text-decoration: underline;
}
#PageCopy h1 {
	font-size: 140%;
	font-weight: normal;
}
#PageCopy h2 {
	font-size: 130%;
}
#PageCopy h3 {
	font-size: 120%;
}
#PageCopy h4 {
	font-size: 110%;
}
#PageCopy ol,
#PageCopy ul {
	padding: 0 0 0 15px;
}
.StandardTeaser {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #DCDCDC;
}

.StandardTeaser h3 {
	margin: 0 0 5px 0 !important;
}
.StandardTeaser p {
	margin: 0 0 5px 0 !important;
}
.StandardTeaser img {
	display: block;
	float: right;
	margin: 0 0 10px 20px;
}
.StandardTeaser hr {
	display: none;
}
span.DownloadLink {
	display: block;
	margin: 0 0 10px 0;
}
span.DownloadLink a img {
	width: 18px;
	padding: 0;
	float: left;
	display: block;
	background: none !important;
	margin: 0!important;
}
span.DownloadLink a strong {
	font-weight: normal;
	display: block;
	float: left;
	margin: 0 0 0 0.6em;
}
.DateHead {
	color: #000;
	font-weight: normal;
	font-style: italic;
}
#NewsLeft {
	float: left;
	width: 420px;
}
#MainNews {
	border-bottom: 1px solid #DCDCDC;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: normal;
}
#MainNews img {
	float: left;
	display: block;
	margin: 0 20px 10px 0;
	border: 1px solid #DCDCDC;
}
#MainNews h1 {
	font-weight: normal;
	margin: 0 0 8px 0 !important;
}
#MainNews p {
	margin: 0 0 8px 0 !important;
}
.SecondaryNews {
	border-bottom: 1px solid #DCDCDC;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: normal;
}
.SecondaryNews img {
	display: block;
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #DCDCDC;
}
.SecondaryNews h1 {
	font-weight: normal;
	font-size: 140% !important;
	margin: 0 0 8px 0 !important;
}
.SecondaryNews p {
	margin: 0 0 8px 0 !important;
}
.NewsTeasers {
	background: repeat-y;
	padding: 0;
	margin: 0 0 20px 0;
}
.NewsTeasers h3 {
	margin: 0 0 10px 0 !important;
	font-size: 160% !important;
	font-weight: normal;
}
.NewsTeasers div.MiniNews {
	line-height: normal;
	padding: 0 0 10px 0;
}
.MiniNews blockquote {
	margin: 0 !important;
	padding: 8px 0 0 0 !important;
	font-size: 95%;
}
.MiniNews p {
	padding: 0 !important;
	margin: 0 !important;
}
.MiniNews h2 {
	font-size: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}
#SlideShow {
	float: right;
	height: 267px;
	width: 400px;
	overflow: hidden;
	background: #3A3B4B;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px 15px;
}
.SlideHolder {
	position: relative;
	height: 267px;
	width: 400px;
	overflow: hidden;
}
.SlideHolder p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 380px;
	margin: 0 !important;
	padding: 10px !important;
	background: #3A3B4B;
	display: block;
	opacity: 0.7;
 	filter: alpha(opacity = 70);
	border-top: 1px solid #8889D0;
}
.SlideHolder span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 380px;
	margin: 0 !important;
	padding: 10px !important;
	display: block;
	color: #fff;
	font-size: 95%;
}
.GalleryRow {
	width: 570px;
	padding: 10px 0 20px 0;
}
.GalleryRow dl {
	float: left;
	width: 176px;
	margin: 0 21px 0 0;
	text-align: center;
}
.GalleryRow dl.Last {
	float: right !important;
	margin: 0 !important;
}
.GalleryRow dd {
	padding: 5px 0;
}
.GalleryRow dd h3 {
	font-weight: normal;
	font-size: 100% !important;
	color: #666666 !important;
	margin: 0 !important;
}
.GalleryRow dd p {
	font-weight: normal;
	font-size: 85% !important;
	margin: 5px 0 0 0 !important;
}
.GalleryRow dd span.LinkLeft {
	float: left;
	display: block;
}
.GalleryRow dd span.LinkRight {
	float: right;
	display: block;
}
.RightColumn {
	float: right;
	width: 180px;
	margin: 0 0 20px 20px;
	padding: 10px;
	background: #FFF;
}
.ImageHolder {
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 85%;
	background: #fff;
}
.ImageHolder p {
	margin: 0 !important;
	line-height: normal;
	padding: 5px 0 !important;
}
.Downloads {
	background: #fff;
	padding: 5px;
	margin: 5px 0 20px 0;
	line-height: normal !important;
}
.Downloads a {
	text-decoration: none !important;
	font-size: 85% !important;
}
.Downloads h3, .Downloads p {
	margin: 0 0 5px 0 !important;
}

#Footer {
	background: #000;
	padding: 2px 5px;
	font-size: 80%;
}
#Footer p {
	padding: 8px 0;
	float: left;
	width: 300px;
}
#Footer p span {
	display: block;
}
#Footer a {
	color: #000;
	text-decoration: none;
}
#Footer ul {
	list-style: none;
	margin: 0;
	float: right;
	width: 300px;
	padding: 8px 0;
}
#Footer li {
	float: right;
	display: block;
	text-decoration: none;
	margin-left: 15px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.NoShow {
	display: none;
}
.Clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
hr {
	border: none 0;
	border-bottom: 1px solid #DCDCDC;
	width: 100%;
	height: 1px;
	padding: 0 0 5px 0;
}


#Content table {
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
	font-size: 95%;
}
#Content table tr:hover {
	background: #FDCAEF;
}
#Content table td {
	margin: 0 !important;
	padding: 3px 5px;
}
#Content table td p {
	margin: 0 !important;
}

