* {
	margin: 0;
	padding: 0;
}

a {color: #3164cd;}
a:hover {color: #3164cd;}

body {
	background: #ffffff  url(/resources/bg0.jpg) repeat-x left top;
	color: #444;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.title
{
font-size: 24px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: disc outside;}

h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px; color: #033aa7}

.clear {clear: both;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {

	padding: 20px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 14px;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

#logo {
	width: 780px;
	height: 150px;
	margin: 0 auto;
	background: url(/resources/header0.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding: 90px 5px 0 25px;
	font-size: 18px;
	color: #225746;
}

#logo h2 {
	padding: 0px 0 0 25px;
	font-size: 11px;
	color: #225746;
}


#logo a {
	color: #225746;
}

/* navigation */
.navigation {	
	background: #319edd url(/resources/menu0.gif);
	border: 1px solid #DFEEF7;
	height: 41px;
                padding-left: 50px;

	                
}
.navigation a {
	background: #319edd url(/resources/menu0.gif);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
#home
{
	background: #319edd url(/resources/menu0.gif);
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}

.navigation a:hover {background: #3164cd; color: #ffffff; text-decoration: underline}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(/resources/bgmain0.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
	font-weight:bold;
}

.sidenavlower {
	float: right;
	width: 190px;
                color:#ee0e2e;	
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav li {border-bottom: 1px solid #EAEADA; list-style: none;}


.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: #6391f0;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(/resources/li.gif);
	margin-left: 18px;
}
.content p {font-family: Arial, Helvetica, sans-serif;}

/* footer */
#footer {
	background: url(/resources/bgfooter0.gif) repeat-x;
	color: #FFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 60px;
	padding-top: 30px;
}
#footer p
{
padding: 0px;
margin: 0px;
}
#footer a, #footer a:hover {color: #FFF;}
