@charset "utf-8";
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: square;
}
.Header_Subline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	color: #5E0000;
}

.ref {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-style: normal;
	color: #000000;
	line-height: normal;
	position: absolute;
	height: auto;
}

.ArticleHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}
.ArticleDescript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
.article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
.Header {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Header2 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.startlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: square;
}

.linkless {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
}

.flash {
   z-index: 0;
}

.language {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

ul {
	margin-top: 0em;
	margin-bottom: 0px;
	margin-left: 0.5em;
	padding-left: 0.5em;
}
li {

	margin:0.5em 10% 0.5em 0.5em;
}

a:link {color: #500;}
a:active {color: #D20000; border-bottom: 1px dotted;}
a:visited {color: #500;}
a:hover {color: #D20000; text-decoration: none;  border-bottom: 1px dotted;}

a.startlink:link {
	color: #790000;
	border-bottom: 1px dotted;
}
a.startlink:active {color: #D20000; border-bottom: 1px dotted;}
a.startlink:visited {color: #790000; border-bottom: 1px dotted;}
a.startlink:hover {color: #D20000; text-decoration: none;  border-bottom: 1px dotted;}

a.language:link { color: #FFFFFF;	text-decoration: none;}
a.language:active {color: #D20000; text-decoration: none; border-bottom: 1px dotted;}
a.language:visited {color: #EFEFEF; text-decoration: none; }
a.language:hover {color: #D20000; text-decoration: none; border-bottom: 1px dotted; }

a.Header:link { color: #000000;	text-decoration: none;  border-bottom: 1px dotted;}
a.Header:active {color: #D20000; text-decoration: underline;  border-bottom: 1px dotted;}
a.Header:visited {color: #000000; text-decoration: none;  border-bottom: 1px dotted;}
a.Header:hover {color: #D20000; text-decoration: none; border-bottom: 1px dotted; }

a.Header2:link { color: #000000;	text-decoration: none;  border-bottom: 1px dotted;}
a.Header2:active {color: #D20000; text-decoration: underline;  border-bottom: 1px dotted;}
a.Header2:visited {color: #000000; text-decoration: none;  border-bottom: 1px dotted;}
a.Header2:hover {color: #D20000; text-decoration: none; border-bottom: 1px dotted; }

a.ArticleHeader:link {color: #000000; text-decoration: none;}
a.ArticleHeader:active {color: #D20000; text-decoration: underline;  border-bottom: 1px dotted;}
a.ArticleHeader:visited {color: #000000; text-decoration: none; }
a.ArticleHeader:hover {color: #D20000; text-decoration: none;  border-bottom: 1px dotted;}

a.ArticleDescript:link {color: #5a5a5a; text-decoration: none; }
a.ArticleDescript:active {color: #D20000; text-decoration: none;  border-bottom: 1px dotted;}
a.ArticleDescript:visited {color: #5a5a5a; text-decoration: none;  }
a.ArticleDescript:hover {color: #D20000; text-decoration: none; border-bottom: 1px dotted; }

a.article:link {color: #F4F4F4; text-decoration: none;  }
a.article:active {color: #D20000; text-decoration: none; }
a.article:visited {color: #F4F4F4; text-decoration: none; }
a.article:hover {color: #D20000; text-decoration: none; }

a.copyright:link {color: #CCCCCC; text-decoration: none;  }
a.copyright:active {color: #D20000; text-decoration: none; }
a.copyright:visited {color: #CCCCCC; text-decoration: none; }
a.copyright:hover {color: #D20000; text-decoration: none; }

a.linkless:link {color: #F4F4F4; text-decoration: none;  }
a.linkless:active {color: #D20000; text-decoration: none;  border-bottom: 1px dotted;}
a.linkless:visited {color: #F4F4F4; text-decoration: none; }
a.linkless:hover {color: #D20000; text-decoration: none;  border-bottom: 1px dotted;}


html {min-height:100.2%;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: bold;
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.smallest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.Header_Small  {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.HeaderWhite {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}
.small ol {
	padding-left: 1em;
	margin-left: 1em;
}
.smallWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: square;
	color: #FFF;
}
.IntroText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
}

#slider {
    position:relative;
    width:780px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(/layout/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}