html {
  min-height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #996633;
  }
a:hover {
  color: #cc6600;
 }
body {
  background: #557CC7 url(../images/css_images/bg1.jpg) repeat-x scroll left bottom;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 62.5%;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 2em;
  color: #000000;
}

img {
margin : 5px 5px 5px 5px;
}

p, code, ul {
  padding-bottom: 1.2em;
}
li {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
h1 {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.8em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  margin-bottom: 4px;
}
code {
  border: 1px solid #eeeeee;
  padding: 8px 10px;
  background: #ffffff none repeat scroll 0% 50%;
  color: #666666;
  display: block;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1em;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 1.6em;
  margin-bottom: 12px;
  white-space: pre;
}
blockquote {
  /*background: transparent url(../images/css_images/quote.gif) no-repeat scroll 0% 50%;*/
  display: block;
  padding-left: 28px;
}
h1, h2, h3, h4, h5 {
  padding-top: 6px;
  color: #003366;
}
.clearer {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.container {
  margin: 0 auto;
  padding: 0 10px 10px;
  background: #ffffff none repeat scroll 0% 50%;
  font-size: 1.2em;
  width: 780px;
}
.top {
  padding: 50px 10px 0;
}
.header {
  margin: 0 auto;
  padding: 10px 10px 5px;
  background: #FFFFFF url(none) repeat scroll 0% 50%;
  font-size: 1.2em;
  height: 150px;
  width: 780px;
}
.header .left, .header .right {
  background-attachment: scroll;
  height: 150px;
}
.header .left {
  background: #557CC7 url(../images/header2.jpg) no-repeat scroll 0% 50%;
  font-family: "Trebuchet MS",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #F7F7F2;
  font-size: 2.8em;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 30px;
  text-align: left;
  width: 564px;
}
.header .right {
  background: #b3c2c7 url(../images/css_images/opendoors.jpg) no-repeat scroll 0% 50%;
  overflow: auto;
  width: 212px;
}
.header .right p, .header .right h2 {
  padding: 0 16px;
}
.header .right h2 {
  padding-top: 16px;
  font-family: "Trebuchet MS",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.navigation {	
	background: #D9E1E5 url(../images/css_images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(../images/css_images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #003366;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 10px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

.main {
  border-top: 4px solid #ffffff;
  background: transparent url(../images/css_images/bgmain.gif) repeat-y scroll 0% 50%;
}
.sidenav {
  float: right;
  width: 210px;
}
.sidenav h2 {
  margin: 0;
  color: #5a5a43;
  font-size: 1em;
  line-height: 30px;
  padding-left: 12px;
}
.sidenav ul {
  border-top: 1px solid #eaeada;
  padding: 0;
}
.sidenav li {
  border-bottom: 1px solid #eaeada;
}
.sidenav li a {
  padding: 8px 0 8px 5%;
  font-size: 1.1em;
  color: #555544;
  display: block;
  text-decoration: none;
  width: 95%;
}
.sidenav li a:hover {
  background: #f0f0eb none repeat scroll 0% 50%;
  color: #665544;
}
.content {
  margin: 10px 0;
  padding: 0 16px;
  float: left;
  width: 531px;
}
.content .descr {
  color: #666644;
  font-size: 1.1em;
  margin-bottom: 6px;
}
.content li {
  list-style-type: disc;
  list-style-image: url(../images/li.gif);
  list-style-position: outside;
  margin-left: 18px;
  line-height: 30px;
}
.content p {
  font-family: Tahoma,sans-serif;;
}
/* footer */
.footer {
	background: #333399 url(../images/css_images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
