
/*Basic*/
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #996633; 
text-decoration:none;}
a:hover {color: #996633; 
text-decoration:underline;}
body {
	background: #e1d8d1;
	color: #000000;
	font: normal 62.5% Verdana,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: bold 16px Verdana,sans-serif;
	margin-bottom: 4px;
	padding-top: 6px; 
	padding-bottom: 20px;
	color:#996633;
}
h2 {font: bold 14px Verdana,sans-serif;
	margin-bottom: 4px;
	padding-top: 6px; 
	padding-bottom: 10px;
	color:#996633;
}
h3 {
	font: bold 1.0em Verdana,sans-serif;
	padding-top: 6px;
	border-bottom:#CCCCCC solid 1px;
}
h4 {
	font: bold 1.0em Verdana,sans-serif;
	color:#000000

}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Verdana,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

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

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
	color: #333333;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 100px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #ffffff;
	color: #FFF;
	height: 100px;	
}
.header .left {
	background: #ffffff;
	font: normal 2.8em Verdana,sans-serif;
	line-height: 100px;
	text-align: center;	
	width: 780px;
}
.header .right h2 {padding-top: 16px; font: normal 1.6em Verdana,sans-serif;}

/* navigation */
.navigation {	
	background: #0060a9 url(img/nav.gif);
	border: 1px solid #a29784;
	border-color: #e4e0d9 #e4e0d9;
	height: 30px;
}
.navigation a {
	background: #cbbbaa url(img/nav.gif);
	border-right: 1px solid #cbbbaa;
	color: #000000;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #000000;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/watermark_standard.gif) no-repeat;
	min-height:500px;
}

/* left navigation */
.sidenav {
	float: left;
	width: 150px;
}
.sidenav h2 {
	color: #000000;
	font-size: 1.0em;
	line-height: 15px;
	margin: 0;
	padding-left: 8px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #e6e1e4;
}
.sidenav li {border-bottom: 1px solid #e6e1e4;}
.sidenav li a {
	font-size: 1.0em;
	color: #554;
	display: block;
	padding: 5px 0 5px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #cbbbaa;
	color: #000000;	
}

/* content */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 580px;
	
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 0px;
	text-align:right;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family:Verdana,sans-serif;}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #000000;
	font: 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer a,.footer a:hover {color: #000000;}

/* divers*/
.gotop {
	color: #827158;
	font: 1.0em sans-serif;
	text-align: right;
}
.gotop a {color: #827158;text-decoration:none;}
.gotop a:hover {color: #827158;text-decoration:underline;}