@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #D5DBB5 url(images/body_bg.gif) repeat-x left top;
	color: #525252;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin-bottom: 15px;
	/*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3B3B3B;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h4 {
	color: #bcc1a0;
	font: bold 20px Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px;
}
h4 a, h5 a {
	text-decoration: underline;
	color: #67441B; /*bcc1a0 a2a78a*/
}
h4 a:hover, h5 a:hover {
	text-decoration: none;
	color: #A57A2B;
}
h5 {
	border-bottom: dashed 1px #333333;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	color:#A57A2B;
	font: bold 20px Arial, Helvetica, sans-serif;
}
p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	font-style: italic;
}

a:link {
	text-decoration: underline;
	color: #67441B;
}

a:hover, a:active {
	text-decoration: none;
	color: #A57A2B;
}

a:visited {
	color: #67441B;
}

img {
	border-top: solid 1px #999999;
	border-left: solid 2px #cccccc;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

#logo{
margin: 0px 0px 0px 155px;

}
#container {
	width: 800px;
	margin: 0px auto;
	position: relative;
}
/* Header */

#header {
	background: #D5DBB5 url(images/header_bghnlo.jpg) no-repeat center top;
	width: 800px;
	height: 300px;
	padding: 0px 0px 10px;
}

#header h1 {
	margin: 0;
	padding:50px 0 0 30px;
	letter-spacing: -2px;
    font-size: 40px;
	font-family:  Arial, Helvetica, sans-serif;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin-top: 15px;
	padding-left: 480px;
	letter-spacing: normal;
	font: bold 13px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 800px;
	padding: 0px;
	background: #D5DBB5 url(images/page_bg.gif) repeat-y center top;
}

/* Content */
#content {
	width: 800px;
	margin: 0 auto;
	padding: 5px 0px 0px;
	background: url(images/content_top.gif) no-repeat center top;
}

#left {
	float: left;
	width: 535px;
	padding: 5px 10px 0 10px;
}

.post {
	width: 420px;
	padding: 20px 0 0 20px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
}

.post .title span {
	padding-right: 30px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 245px;
	padding: 5px 0px 0px 0px;
}
#search {
	padding: 0px 5px 0px 5px;
	border-bottom: 1px dashed #cccccc;
}
#story {
	padding: 5px 10px 0px 10px;
}
#menu {
	padding: 5px 15px 0px 10px;
	border-bottom: 1px dashed #cccccc;
}
#updates {
	padding: 5px 15px 0px 10px;
}
.box {
	width: 200px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/img09.gif) repeat-x;
	font-size: 18px;
	color: #3B3B3B;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	border-bottom: 1px dashed #333333;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #3B3B3B;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
	
}
.style2 {
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
	color: #67441B;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.style7 {
	font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px;
}

.style9 {
	color: #6f7983;
	font: bold 20px Arial, Helvetica, sans-serif;
}
.style10 {
	color: #000000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.style11 {
	color: #6f7983;
	font: italic small Verdana, Arial, Helvetica, sans-serif;
}
.style12 {
	color: #6f7983
}
.style14 {
	color: #6f7983;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
.style15 {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.style17 {
	color: #333333;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
.style19 {
	color: #6f7983;
}

/* Footer */

#footer {
	width: 750px;
	height: 45px;
	padding: 0 25px 25px 25px;
	background: #D5DBB5 url(images/footer_bg.gif) no-repeat center top;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
}

#footer a {
	color: #3B3B3B;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}
#links a {
	color: #3B3B3B;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}
/* Classes */
.heading {
	text-decoration: none;
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
}
.raido {
	color: #000000;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}
.section {
	color: #000000;
	font: 13px/15px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 10px 0px;
}
.description {
	color: #666666;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
}
.editions {
	color: #000000;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 0 0 0;
}
.editions a {
	color: #67441B;
	text-decoration: underline;
	padding: 8px 0 0 0;
}
.editions a:hover {
	color: #A57A2B;
	text-decoration: none;
	padding: 8px 0 0 0;
}
.line {
	border-bottom: dashed 1px #cccccc;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}
