

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #4e4e4f;}
a:hover {color: #4e4e4f;}

body { color: #444; font: 68.5% Tahoma, sans-serif; background-color: #606061; background-repeat: repeat-x; background-attachment: scroll; background-position: left bottom; }

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	color: #4e4e4f;
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code { color: #4e4e4f; background: #d1dfe7; display: block; font: 1em/1.6em Tahoma, sans-serif; margin-bottom: 12px; padding: 8px 10px; border-color: #eee #eee #eee #4e4e4f; border-style: solid; border-width: 1px 1px 1px 6px; white-space: pre; }

blockquote {
	background: #d1dfe7 url(img/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 { padding: 50px 10px 0 !important; }

/* title */
.header {
	background: #fff;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right { color: #fff; border-style: solid; border-width: 1px; border-color: #fff; background: #e0e0e2; height: 150px; }
.header .left {
	background: #4e4e4f url(img/header.jpg) no-repeat;
	font: 2.8em/150px "Trebuchet MS", sans-serif;
	text-align: center;	
	width: 775px;
}
.header .right {
	overflow: auto;
	width: 0px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation { background-image: url(img/nav.gif); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border-color: #ccc #ccc #ccc #4e4e4f; height: 41px; border-style: solid; border-width: 1px; }
.navigation a { color: #fff; display: block; float: left; font: bold 1.1em/41px sans-serif; background-image: url(img/nav.gif); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 0 20px; text-decoration: none; border-right-style: solid; border-right-width: 1px; }
.navigation a:hover { background-position: left bottom; color: #fc0700; background-color: #fff; }

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav { float: right; width: 210px; }
.sidenav h2 {
	color: #fc0700;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #4e4e4f;
}
.sidenav li {border-bottom: 1px solid #cccccc;}
.sidenav li a { color: #4e4e4f; font-size: 1.1em; display: block; padding: 8px 0 8px 5%; text-decoration: none; width: 95%; }
.sidenav li a:hover {
	background: #f0f0eb;
	color: #fc0700;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr { color: #275671; font-size: 0.9em; margin-bottom: 6px; }
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}