	/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: firebrick;
	text-decoration:none;
}

a:hover {
	color: #111;
}

body {
	background: #ffffff url(img/bg.gif) repeat-x;
	color: #555555;
	font: normal 8pt/12pt "verdana","Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,ul {
	font-size: 8pt;
	padding-bottom: 8pt;
}

h1 {
	font-size: 10pt;
	margin-bottom: 4px;
}

h1,h2,h3{
	color: #06C;
	padding-top: 6px;
}



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

/* structure */
.container {
	background: url(img/logo.gif) no-repeat;
}

.header {
	height: 92px;
}


.header h3 {
	color: #FFF;
	font: normal 9pt "verdana","Lucida Sans Unicode",sans-serif;
	letter-spacing:0px;
	padding-left:1px;
	margin-top:0px;
	height:5px;
}

/* title */
.title {
	float: left;
	padding: 3px 0 0 120px;
}
.title h1 {
	color: #FFFFFF;
	font: bold 14pt "verdana","Lucida Sans Unicode",sans-serif;
	margin-top:0px;
	height:12px;
}

.title h2 {
	color: #FFF;
	font: normal 12pt "verdana","Lucida Sans Unicode",sans-serif;
	letter-spacing:3px;
	padding-left:1px;
	margin-top:0px;
	height:14px;
}

.title h3 {
	color: #FFF;
	font: normal 9pt "verdana","Lucida Sans Unicode",sans-serif;
	letter-spacing:0px;
	padding-left:1px;
	margin-top:0px;
	height:5px;
}

/* navigation */
.navigation {
	float: right;
	height: 92px;
	padding: 0 0px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 8pt "verdana","Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

.headertopright{
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	padding: 4px 4px;
}

.headertopright a {
	color: #06C;
	float: left;
	font: 8pt "verdana","Trebuchet MS",sans-serif;
	padding: 1px 1px;
	text-align: center;
	text-decoration: none;
}

.headertopright a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

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

.sidenavbg{
	background: url(img/bgcode.gif);
	width: 24%;
	float:right;
	border: 1px solid #F0F0F0;
	margin-bottom:10px;
}

.sidenav {
	float: left;
	padding: 10px;
}
.sidenav h1 {
	color: firebrick;
	font-size: 8pt;
	height: 10px;
	margin-top: 2px;
}

.sidenav h1 a {
	color: firebrick;
	font-size: 8pt;
	height: 10px;
	margin-top: 2px;
	padding: 3px 6px 3px 12px;
	text-decoration: none;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color:#777;
	font-size: 8pt;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}

.sidenav li a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

.sidenav h1 a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

/* content */
.content {
	float: left;
	margin-right: 1%;
	width:74%;
}

.content .descr {
	color: firebrick;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 30px;
}

.content p a{
	color:firebrick;
	text-decoration:none;
}

.content a{
	color:#555555;
	text-decoration:none;
}

.content a:hover {
	color: #111;
}

.content .toppanel {
	float: center;
	background: url(img/toppanel.JPG) no-repeat;
	height: 300px;
}

.content .middlepanel{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}


/* footer */
.footer {
	background: #0094D6 url(img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 8pt;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}