/* standard elements */


a {
	color: #999;
}

a:hover {
	color: #FFF;
}

body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	background-color: #333;
}

p,blockquote,ul {
	margin: 5px;
}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Papyrus,arial;
	margin: 3px 0 1px;
}

ul {
	margin-left: 0em;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}

/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #6C7151;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
}

/* content */
.content {
	clear: both;
	font-size: 12px;
	margin-left: 13px;
	padding-bottom: 5px;
	margin-right: 13px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #717174;
	color: #000;
	border: 2px solid #6591B6;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.content2 {
	clear: both;
	font-size: 12px;
	margin-left: 15px;
	padding-bottom: 5px;
	margin-right: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: justify;
	background-color: #333;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px solid #9E9D41;
	margin-top: 5px;
	padding-top: 2px;
}

.content_index {
	clear: both;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 10px;
	color: #FFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: justify;
	margin-bottom: 5px;
}

.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}

.item img {
}

.item .title {
	color: #000;
	font-family: "Papyrus", Verdana;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-repeat: repeat-x;
	background-color: #8C8C8E;
	margin-right: 8px;
	margin-left: 8px;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 1.5em;
}

.item .title2 {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 18px;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: underline;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.item .title3 {
	color: #FFF;
	font-family: "Papyrus", Verdana;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.item .title3:first-letter {
	display: block;
	float: left;
	font-size: 1.5em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 796px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}

.item {clear: both;}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
