/* equations08 */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a  { color: #c90 }
a:hover  { color: #363 }

img {
border: 0;
}

body   { color: #000; font: 62.5% Tahoma, sans-serif; background: #fff url("img/bg.jpg") repeat-x left bottom }

p,code,ul {padding-bottom: 1.2em;}

li  { line-height: 1.5em; list-style: none }

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
 

h1,h2,h3   { color: #c60; padding-top: 6px }

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header .left, .header .right {
	background-color: #333;
	color: #FFF;
	height: 105px;	
}

.header .left   { font: 1.2em/13px "Trebuchet MS", sans-serif; background-color: #1d597c; background-image: url("img/bgheader.gif"); background-repeat: repeat-x; text-align: left; width: 564px }
	
.header .right {
	overflow: auto;
	width: 212px;
	background-image: url(img/bgheader_r.gif);
	background-repeat: repeat-x;
	background-color: #FF7D00;
}

.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

.header .left p,.header .left h2 {padding: 0 16px;}
.header .left h2     { color: #000; font: bold 1.1em "Trebuchet MS", sans-serif, Arial; padding-top: 1px }

.sitelogo      { margin: -25px 0 0 570px; position: absolute; z-index: 1; width: 200px; height: 75px }

/* navigation */
.navigation     { color: #fff; font-weight: 900; background: #c60 url("img/nav.jpg"); height: 41px; border: solid 1px #ffffff }
.navigation a       { color: #fff; font: bold 1em/41px sans-serif; font-stretch: ultra-condensed; text-decoration: none; background: url("img/nav.jpg") repeat-x left top; display: block; padding: 0 5px; float: left; border-right: 1px solid #d8ebd8 }
.navigation a:hover   { color: #000; background: url("img/nav.jpg") left bottom }


/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav  { width: 210px; float: right }
.sidenav h2  { color: #c60; font-size: 1em; line-height: 30px; margin: 0; padding-left: 12px }
.sidenav ul  { padding: 0; border-top: 1px solid #c86000 }
.sidenav li {border-bottom: 1px solid #D8EBD8;	padding: 2px 0 0 5%;}
.sidenav li a     { color: #1c455e; font-size: 1.1em; text-decoration: none; display: block; padding: 1px 0 1px 5%; width: 95%; border-bottom: 0.04em solid #ffc }
.sidenav li a:hover  { color: #2e7198; text-decoration: underline; background-color: #ebf0f3 }

/* form */
.cssform p      { padding: 5px 0 8px 125px; width: 650px; height: 1%; border-top: 1px dashed gray }

.cssform label   { font-weight: bold; margin-left: -105px; width: 150px; float: left }

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 480px;
}

.cssform input[type="radio"] { /*width of text boxes. IE6 does not understand this attribute*/
width: 10px;
}

.cssform textarea{
width: 250px;
height: 150px;
}


/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr  { color: #666; font-size: 0.9em; margin-bottom: 6px }
.content li {
	margin-left: 18px;
}

.content .imgright   { margin-left: 4px; padding: 5px 5px 26px; float: right; border: solid 1px #c60 }

.content p
  { color: #000 }
 
 

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

