body, html {
	min-height: 100%;
	background: #000000 url(../images/bg.jpg) repeat-x left bottom;
	color: #000000;
	font: normal 11px Tahoma,sans-serif;
}

/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {color: #000000;}
a:hover {color: #a0193f;}


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

li {list-style: none;}

h1 {
	font: bold 14px Tahoma,sans-serif;
	margin-bottom: 4px;
}

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

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

h1,h2,h3 {padding-top: 6px;}

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

.left {float: left;}

.right {float: right;}

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

/* header */
.top {
	background: url(../images/star.jpg) repeat-x;
	padding: 50px 10px 0;

}

/* title */
.header {
	background: #ffffff;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #000000;
	color: #ffffff;
	height: 150px;	
}


.header .left {
	background: #000000 url(../images/header.jpg) no-repeat;
	width: 564px;
	
}
.header .left h2 {
	margin: 125px 200px;
	text-align: left;
	color: #ffffff; 
	font: bold 1em "Trebuchet MS",sans-serif;
}

.header .right {
	overflow: auto;
	width: 212px;
}

.header .right p,.header .right h2 {
padding: 0 16px;
}

li.topics {
list-style-type: disc;
padding: 9px 5px 0 15px;
}

.header .right h2 {
padding-top: 16px; 
color: #ffffff; 
font: bold 1.4em "Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {	
	background: #ffffff url(../images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #ffffff url(../images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #000000;
	display: block;
	float: left;
	font: bold 1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #a0193f;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(../images/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #000000;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #000000;}
.sidenav li a {
	font-size: 12px;
	color: #000000;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #a0193f;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #000000;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #000000;
	font: 10px sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer a {
	color: #000000;
	text-decoration: none;	
}

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