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

* {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 0px;
}

a {color: #963;}
a:hover {color: #C60;}


body {
	background: #E8E8E8;
	font:62.5% Tahoma;
	color: #005d00;
}


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

li {list-style: none;}

h1 {
	font: normal 1.4em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	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;
}

blockquote {
	display: block;
	font-weight: normal;
	padding-left: 10px;
}

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

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

.left {float: left;}

.right {float: right;}

.right1 {float: right;}

/* structure */
.container {
	background: #FFFFFF;
	font-size: 1.2em;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* header */
.top {
	/*background: url(img/clouds.gif) repeat-x;
	padding: 50px 10px 0;*/
}

/* title */
.header {
	background: #fff;
	font-size: 1.2em;
	height: 154px;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	
}
.header .left, .header .right {
	/*background: #A4A4A0;*/
	color: #fff;
	height: 154px;	
}
.header .left {
	/*background: #B3C2C7 url(img/header.jpg) no-repeat;*/
	font: normal 1.2em "Trebuchet MS",sans-serif;
	
	line-height: 200px;
	text-align: center;
	width: 550px;
	border-left-style: solid;
}

.header .right {
	width: 220px;
	height: 154px;
	
}
.rightmenu{
	width:200px;
	height:120px;
	color: #666666;
	padding-top: 10px;
}

.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(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.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: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

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

rightcol{
    float: right;
	width: 200px;
	height: 300px;}

/* sub navigation 
.sidenav {
	float: right;
	width: 200px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 10px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 3px 0 3px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}
*/
.leftCol {
	float: left;
	width: 200px;
	background-position: left;
	background-repeat: no-repeat;
	margin-top: 20px;
}

/* content */
.content {
	font: normal;
	float: left;
	width: 330px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
	
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
	list-style-position: outside;
	list-style-image: url(img/li.gif);
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	/*background: url(img/bgfooter.gif) repeat-x;*/
	background: #FFFFFF;
	color: #999999;
	line-height: 30px;
	padding: 0 12px;
	text-align: center;
	border-top-style: solid;
	border-right-width: 0px;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: 100;
	border-top-width: 1px;
	border-top-color: #006600;
}
.footer a,.footer a:hover {color: #FFF;}
.workhouse{
color: #666666;
text-align: center;
}

