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

html {
	height: 100%;
}

body {
	background: white url(/images/bg.gif) repeat-x;
	color: #113366;
	font: normal 68% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	height: 100%;
}

a {
	color: #CC0000;
	text-decoration: none;
}

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

ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

code {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

cite {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

p {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	text-align: justify;
}

h1 {
	color: #0066CC;
	font-family: Verdana,sans-serif;
	font-size: 1.6em;
	padding-top: 6px;
	margin-bottom: 12px;
	text-align: center;
}

h2 {
	color: #0066CC;
	font-family: Verdana,sans-serif;
	font-size: 1.4em;
	padding-top: 6px;
	margin-bottom: 4px;
	text-align: center;
}

cite {
	background: url(/images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

td {
	font-name: "Lucida Sans Unicode",sans-serif;
	font-size: 1.2em;
}

.container {
	background: url(/images/topleft.gif) no-repeat;
}

.header {
	height: 92px;
}

.title {
	float: left;
	padding: 28px 0 0 76px;
}

.title h1 {
	color: #FFF;
	font: normal 2.3em Verdana, sans-serif;
	font-weight: bold;
}

.main {
	background: #FFF url(/images/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

.sidebar {
	float: left;
	width: 24%;
	white-space: nowrap; 
}

.sidebar h1 {
	border-bottom: 1px dashed #DDD;
	color: #0066CC;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}

.sidebar li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}

.sidebar li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}

.sidebar li a:hover {
	color: #111;
}

.content {
	float: left;
	margin-right: 4%;
	width: 69%;
	min-height: 80%;
}

.content .descr {
	color: #C60;
	margin-bottom: 6px;
}

.content li {
	list-style: url(/images/li.gif);
	margin-left: 18px;
}

.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}

.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

.footer {
	background: #0094D6 url(/images/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}

.footer a {
	color: #C1DEF0;
	text-decoration: none;
}

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