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

* {
	padding: 0px;
	margin: 0;
}

a {color: #963;}
a:hover {
	color: #333333;
	text-decoration: underline;
}

body {
	color: #444;
	font: normal 62.5% Arial;
}

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

li {list-style: none;}

h1 {
	font: normal 1.8em Arial;
	margin-bottom: 4px;
	font-weight: bold;
}

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

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

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

/* header */
.top {
	padding: 20px 10px 5px;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 140px;
	padding: 10px 0px 0px;
	width: 810px;
	margin: 0 auto;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 99px;	
}
.header .left {
	background: url(head.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 99px;
	text-align: center;
	width: 100%;
	height: 140px;
}
.header .right {
	overflow: auto;
	width: 212px;
	background-color: #212153;
	margin-top: 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: #D9E1E5 url(nav2.gif);
	height: 30px;
	border: 1px solid #ccc;
}
.navigation a {
	background: #D9E1E5 url(nav3.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	padding: 0 15px;
	text-decoration: none;
}
.navigation a:hover {
	color: #234;
	background-position: left bottom;
}

.navigation a#current {
	color: #234;
	background-position: left bottom;
}

/* main */
.main {
	border-top: 4px solid #FFF;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 140px;
	margin-top: 40px;
	border-left: solid 1px;
	border-left-color: #666666;
	padding-left: 10px;
}
.sidenav a#current {
	font-weight: bold;
}

.sidenav ul {
	padding: 0;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #456;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	border-bottom-color: #CCCCCC;
}
.sidenav li a:hover {
	font-weight: bold;
}

/* content */
.content {
	float: left;
	margin-top: 50px;
	margin-left: 55px;
	margin-bottom: 50px;
}
.content2 {
	float: left;
	width: 300px;
	margin-top: 260px;
	margin-left: 220px;
}
.content3 {
	float: left;
	width: 500px;
	margin-top: 40px;
	margin-left: 30px;
	line-height: 15pt;
	margin-bottom: 60px;
}
.content4 {
	float: right;
	width: 250px;
	margin-left: 20px;
}
.content5 {
	float: left;
	width: 650px;
	margin-top: 40px;
	margin-left: 30px;
	line-height: 15pt;
	margin-bottom: 40px;
}	
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: url(bgfooter.gif) repeat-x;
	color: #444444;
	font: bold 0.9em sans-serif;
	line-height: 39px;
	text-align: left;
	padding-left: 10px;
	padding-top: 2px;
}
.footer a,.footer a:hover {
	color: #444444;
	padding-left: 540px;
	font-size: 0.9em;
}

