

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
color: #005B9C;
}

a:hover {
color: #0B2444
}

img {
border: 0;
}

body {
	background: #D8D3DC url(img/background2.jpg) repeat-x left bottom;
	color: #333;
	font: normal 62.5% Tahoma,sans-serif;
}

ul {padding-bottom: 1.0em; list-style: disk;} 

li {list-style: disc;}

h1 {
	font: normal 1.0em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #000099;
	margin: 0 0 2px 0;
	font-weight: bold;
}

h2 {
	font: normal 1.3em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #005B9C;
	margin: 0 0 0px 0;
}


.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 8px 8px;
	width: 780px;
	
	}


.top {
	padding: 8px 8px 0;
}


.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 100px;
	margin: 0 auto;
	padding: 8px 8px 5px;
	width: 780px;
}
.header .left, .header .right {

	color: #fff;
	color: #FFF;
	height: 163px;

}
.header .right {
	font: normal 1.0em "Trebuchet MS",sans-serif;
	color: #000;
	width: 700 px;
	text-align: left;
padding: 8px 8px 5px;	
}
.header .left {

	width: 210 px;
	color: #000000;
}

.header .right div {

	font: normal 1.6em "Trebuchet MS",sans-serif;

}




.navigation {	
	background: #D9E1E5 url(img/nav.jpg);
	border: 1px solid #7795BD;
	height: 23px;
	text-align: center;
}
.navigation a {
	background: transparent url(img/nav.jpg) left top repeat-x;
	border-right: 1px solid #7795BD;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	padding: 0 18px;
}
.navigation a:hover {
background:  url(img/nav.jpg) left bottom; 
color: #0000ff;
}


.main {
	border-top: 8px solid #FFF;
	background: url(img/bgmain.jpg) repeat-y;
}


.sidenav {
	float: right;
	width: 205px;
}
.sidenav h2 {
	color: #000088;
	font-size: 1em;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding-left: 1px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #e4e4e4;
}
.sidenav li {
border-bottom: 1px solid #e4e4e4;

}
.sidenav li a {
	font-size: 1.1em;
	color: #333300;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #D9E1E5;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 0px;
	width: 536px;
}
.content {
	color: #666;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.contentbase {
	margin: 10px 0;
	padding: 0 0px;
	width: 780px;
}
.contentbase {
	color: #666;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content .imgright {
padding: 2px;
/*border: 1px solid #666;*/
margin-left: 10px;
float: right;
}

.content .imgleft {
padding: 2px;
/*border: 1px solid #666;*/
margin-right: 10px;
float: left;
}


.footer {
	background: url(img/bluefooter.jpg) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 20px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}


