/* standard elements */
html {height: 100%;}

* {
	margin: 0;
	padding: 0;
	height: auto;
}

a {color: #175072;}
a:hover {color: #FF7D00;}

img {
border: 0;
}

body {
	background: #3a5272 url(img/background2.jpg) repeat-x left top;
	color: #000;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	color:#333;
	font: normal 1.8em Tahoma,sans-serif;
	
}


h2 {
	color:#333;
	font: normal 1.3em Tahoma,sans-serif;
	margin-bottom: 4px;
}



h1,h2,h3 {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #666;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 0px 10px;
	width: 800px;
	background-image: url(img/content.gif);
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background-color: #D5D5D5;
	font-size: 1.2em;
	height: 220px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.header .left, .header .right {
	background-color: #333;
	color: #FFF;
	height: 215px;
}
.header .left {
	background-color: #CCC;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 105px;
	width: 562px;
	text-align: left;
	background-repeat: repeat-x;
	background-image: url(img/bgheader.gif);
}
.header .right {
	overflow: auto;
	width: 208px;
	background-repeat: repeat-x;
	background-color: #FC3;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.4em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
	height: 31px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0px;
	width: 575px;
	background-color: #999;
}
.navigation a {
	border-right: 1px solid #D8EBD8;
	color: #000;
	display: block;
	float: left;
	font: bold .9em sans-serif;
	line-height: 31px;
	text-decoration: none;
	background-color: #999;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.navigation a.here {
	border-right: 1px solid #FFF;
	color: #000;
	display: block;
	float: left;
	font: bold .9em sans-serif;
	line-height: 31px;
	text-decoration: none;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.navigation a:hover {
	background-image: url(img/menuclick.gif);
	color: #FFF;
}

/* main */
.main {
	background: url() repeat-y;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 185px;
	margin-top: 0px;
	padding: 10px 15px 0 15px;
}

.sidenav p {
	padding:4px;	
}

.sidenav h2 {
	color: #1C455E;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #D8EBD8;
}
.sidenav li {border-bottom: 1px solid #D8EBD8;}

.sidenav li a {
	font-size: 1.1em;
	color: #FFF;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover {
	background-color: #EBF0F3;
	color: #666;
}

.sidenav img {
	border: 3px;
	background-color: #EBF0F3;
	color: #2E7198;
	padding: 10px;
	margin-left: 10px;
	margin-top: 10px;
}



/* content */
.content {
	float: right;
	margin: 0 0 0 10px;
	padding: 10px 12px;
	width: 520px;
	background-color: #FFF;
}
.content .descr {
	color: #1C455E;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content ul {
	padding: 5px;
	list-style:none;
	list-style-type: disc;
}


.content li {
	margin-left: 18px;
	list-style-type: disc;
}


.content li a {
	font-size: 1.1em;
	color: #333;
	text-decoration: underline;
	width: 95%;
}

.content li a:hover {
	background-color: #333;
	color: #FFF;
}

.content .imgright {
	padding: 5px;
	border: 1px solid #ADD1E7;
	margin-left: 4px;
	float: right;
	background-color: #FFF;
}

.content .imgleft {
padding: 5px;
border: 1px solid #ADD1E7;
margin-left: 4px;
float: left;
}

.content p
{
	color: #000;
}

/*Bottom box container*/

.bottomboxcontainer{

	border-top: 4px solid #FFF;
	background: url() repeat-y;
	width: 100%;

}

.bottomboxleft {
	background: url() repeat-x;
	color: #333;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: left;
	width: 49%;
	float: left;
	border: 1px solid #069;
}
.bottomboxright{
	background: url() repeat-x;
	color: #333;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: left;
	width: 49%;
	float: right;
	border: 1px solid #069;
}


.footer a,.footer a:hover {color: #FFF;}



/* footer */
.footer {
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 30px;
	text-align: center;
	background-color: #D5D5D5;
}
.footer a,.footer a:hover {
	color: #000;
}

.box-four			{ width: 208px; background: #fbeac3; border: 1px solid #534515; margin: 10px 0;}
.box-four .inside	{ padding: 20px; }
