/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #aaa;
}
a:hover {
	color: #666;
}
body {
	background: #655A46 url('../images//bg.gif');
	color: #333;
	font-style:normal;
         font-variant:normal;
         font-weight:normal;
         font-size:62.5%;
         font-family:Arial,Lucida Sans Unicode, sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p, cite, code, ul {
	font-size: 13px;
	padding-bottom: 1.2em;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url('../images/quote.gif') no-repeat;
	color: #666;
	display: block;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.3em; font-family:Lucida Sans Unicode, serif
}
h1, h2, h3 {
	color:#8b1015;
	padding-top: 6px;
	margin-left:10px;
}
h1 {
	font-size: 22px;
	margin-bottom: 4px;
}
h2 {
	font-size: 18px;
	margin-bottom: 4px;
}

h3 {
font-size:16px;
}

/* misc */
.clearer {
	clear: both;
}
p{
font-size:14px;
text-align:center;}

/* structure */
.container {
	background: url('../images/bgcontainer.gif') repeat-y;
	margin: 0 auto;
	width: 980px
}

/* header */
.header {
	height: 120px;
	margin: 0 auto;
	width: 950px;
	text-align:center;
	background-color:#dedede;
	color:#000;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	font-family:Lucida Sans Unicode, sans-serif;
	background-color: #000;
	font: bold 1.2em Verdana,sans-serif;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	width: 950px;
}
.navigation a {
	color:  #fff;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	font-size:16px;
	display:block;
	float:left;
         margin-top:10px;
         margin-bottom:10px;
         margin-left:3px;
}
.navigation a:hover {
	background-color: #E2E2E2;
	color:#000;
}

a.active, a:active.active, a:active.active, a:hover.active{
	background-color: #8B1015;
	color:#fff;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 220px;
	margin-right:5px;
}
* html .sidenav
{
	margin-right:2px;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #fff;
	list-style: none;
}
.sidenav li a {
	font-family:Lucida Sans Unicode, sans-serif;
	background: #000;
	color: #fff;
	display: block;
	padding: 3px 4px 3px 12px;
	text-decoration: none;
	font-size:14px;
         margin: 5px 0px 5px 0px;
}
.sidenav li a:hover {
	background: #E2E2E2;
	color: #000;
}
#active a{
	background-color:#8B1015;
	color:#fff;
}

#subactive a{
	background-color:#E2E2E2;
	color:#000;
}

/* content */
.content {
	float: left;
	width: 702px;
	font-size:13px;
	padding: 1px;
}
.content .descr {
	color: #999;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px; list-style-image:url('../images/li.gif')
}

/* footer */
.footer {
	background: #958463 url('../images/bgfooter.gif') repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

