html {min-height: 100%;}

a {color: #963;}
a:hover {color: #C60;}

body {
	
	background: url(img/iBackground.jpg) #CCD8E0;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em; font-size: 1em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #0000FF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}


.clearer {clear: both;}

.left {float: left;}

.right {float: right; scrolling: no;}

.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 5px 5px;
	width: 680px;
}

.top {
	padding: 5px 5px 0;
}
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 100px;
	margin: 0 auto;
	padding: 5px 5px 5px;
	width: 680px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 100px;	
}
.header .left {
	background: #B3C2C7 url(img/header.gif) no-repeat;
	font: normal 1.6em "Trebuchet MS",sans-serif;
	line-height: 10px;
	text-align: center;	
	width: 485px;
}
.header .right {
	overflow: none;
	width: 190px;
}

.header .right p       {padding-left: 5px; padding-top: .2px; font-size:  1pt; font: normal 1.4em "Trebuchet MS",sans-serif;}

.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 30px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}


.sidenav {
	float: right;
	width: 190px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 5px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {padding: 5px; border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 450px;
}
.content .descr {
	color: #664;
	font-size: 1.3em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer .right {color: #DEF;}
.footer .right a {color: #DEF; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #FFF;}

td {vertical-align: top; cellpadding: 2pt; background-color: #EEEEEE;