/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	margin: 0; 
	padding: 0;
	background: #000;
}
#container {
	margin: 10px auto;
	width: 800px;
	background: #fff url("../images/banner.jpg") no-repeat left top;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
#pageheader {
	height: 242px;
}
.headertext {
	position: relative;
	top: 76px;
	font-size: 340%;
	text-align:center;
	line-height:34px;
	color: #000;
	text-shadow: 0 0 4px white, 0 -5px 4px #FFFF33, 2px -10px 6px #FFDD33, -2px -15px 11px #FF8800, 2px -25px 18px #FF2200;
}

#navcontainer {
	background: transparent;
	overflow: hidden;
	width: 80%;
	margin: 3px auto;
	float: left;
	text-align: left;
	border-bottom: 1px solid #996067;
	border-top: 1px solid #996067;
}
#navlist {
	float:left;
	margin: 0;
	padding: 8px 4px 0 4px;
}

#navlist ul, #navlist li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited {
float: left;
font-weight: bold;
margin: 0 0 0 20px;
text-decoration: none;
color: #777;
}

#navlist a:link#current, #navlist a:visited#current {
background: transparent;
color: red;
font-weight:bold;
}

#navlist a:hover { 
	background: #ddd;
	color: #000;
}

#col1 {
	position: relative;
	float: left;
	width: 78%;
	padding-top: 4px;
	padding-left: 8px;
}
#col2 {
	top: -36px;
	position: relative;
	float: right;
	width: 151px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background: #996067;
}
#col2 a:link {
	font-weight: bold; 
	color: black;
}
#col2 a:visited {
	color: black;
}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 1px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: blue;
	}
acronym {
	border-bottom: none;
	}
address {
	font-weight: bold; 
}	
.article {
	padding: 0;
	margin-top: 4px;
	margin-bottom: 2px;
}
.art-border {
	border: 1px solid #996067;
	padding: 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}
.article h3 {
	font-weight: bold; 
	color: red;
	border-bottom: 1px solid #996067;
	background-color: #fff;
	margin-bottom: 4px;
}
#col2 .article h3 {
	color: #444;
	background-color: #f5ef66;
	border-bottom: 1px solid #f5ef66;
	padding-left: 2px;
}
#col2 .article p { 
	margin: 0;
	margin-right: 4px;
	margin-left: 4px;
	line-height: 18px;
	color: #000;
}
.article p { 
	margin: 0;
	margin-right: 4px;
	margin-left: 4px;
	text-indent:12px;
}
.article p.dropcap:first-letter {
	color:navy;
	font-size:large;
	line-height:16px;
}
.floatright {
	padding-top: 6px;
	padding-left:8px;
	float:right;
	border: 0px;
}
.captionright {
	float:right;
	padding-left:8px;
}
.floatleft {
	float:left;
	padding-right: 4px;
	border: 0px;
}
.pdf {
	background-image:url("../images/pdf.gif");
	background-repeat:no-repeat;
	background-position:0px 0px; 
	padding-left:18px;
}
.rss {
	background-image:url("../images/feed-icon-16x16.gif");
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 18px;
}
.warn {
	color: #a00;
	line-height:14px;
}
ul.pdf {
	list-style-type:none;
	padding:0px;
	margin:0px;
} ul.pdf li {
	background-image:url("../images/pdf.gif");
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-top:2px;
	padding-left:18px;
}
ul.youtube {
	list-style-type:none;
	padding:0px;
	margin:0px;
} ul.youtube li {
	background-image:url("../images/youtube.ico");
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-top:2px;
	padding-left:18px;
	border-bottom: 1px dashed #f5ef66;
	margin-bottom: 6px;
	line-height: 14px;
}
#img_table table {
	width: 100%;
	border: 0px;
}
#img_table td {
	text-align: center;
	padding: 6px 6px;
}
#img_table img {
	border: 0px; 
	cursor: pointer;
}
object.youtube
{
	width: 96%;
	height: 265px;
}
#footer {
	clear:both;
	width:798px;
	margin:0 auto;
	font-size:12px;
	color:#888;
	padding: 12px 0 12px 0;
	text-align: center;
}
#footer a { color:#888;}
#footer a:hover { text-decoration:none;}
.legal {
	float:left;
	margin-left: 4px;
}
.credit {
	float:right;
	margin-right: 4px;
}
.gf-title {
	padding-bottom: 2px;
}
div.clearer {
	clear: right;
	clear: left;
	line-height: 0;
	height: 0;
	padding-bottom: 2px;
}