
/*COLOR SCHEME 4
#00528e
#006aa5
#0092cb
#13b8ec
#c0e7fa
#cccccc
*/

/*
#4d8abe		RR Blue
#849bad		Grey Blue
#226aa2		Deep Blue
#6686ad		Blue Grey
#c0e7fa		Light Blue
*/

body {
  font-family:arial, sans-serif;
  font-size:.9em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background:#849bad;
}
ul.normal li {
  list-style-image:url(images/liimage2.gif);
  margin-bottom:10px;
}
ul.questions li {
  margin-bottom:10px;
  list-style-type:none;
  font-weight:bold;
  border-bottom:1px solid #000;
}
ul.questions li ul.normal {
  margin-top:10px;
  }
ul.questions li ul.normal li{
  margin-bottom:10px;
  font-weight:normal;
  border-bottom:0;
}
a, a:visited {
  color:#066;
  text-decoration:none;
}
a:hover {
  color:#099;
}
h1,h2,h3,h4,h5,h6 { color:#226aa2; margin-top:0px; margin-bottom:5px;}
.bottom { border-bottom:1px solid #00528e; padding-bottom:0;}
.title1 { color:#4d8abe; background:#fff; border-bottom:1px solid #00528e; padding:2px; padding-left:10px; }
h3.highlight {
  padding:3px;
  border:1px solid #000;
  background:#226aa2;
  color:#fff;
  width:200px;
  text-align:center;
}
a img {
  border:0px;
}

#holder {
  padding:20px;
  /*background:#849bad;
  width:750px;*/
  background:url(background_3.gif) repeat-y;
  overflow:auto;
}


#nav {
   color:#fff;
   font-weight:bold;
   width:150px;
   border-bottom:1px solid #000;
   margin-bottom:5px;
}
#menu {
  padding-left:0px;
  border:0px solid #033;
  border-right:0px solid #506473;

}
#menu a, #menu a:visited {
  display:block;
  font-weight:none;
  color:#fff;
  padding:3px;
  padding-left:10px;
  padding-right:10px;
  margin:0px;
  margin-top:2px;
  border-left:15px solid #c0e7fa;
  width:115px;
  background:#4d8abe;
}
#menu a:hover {
  color:#4d8abe;
  border-left:15px solid #226aa2;
  background:#c0e7fa;
}
#news {
  margin-top:25px;
  padding:0px;
  border-left:1px solid #30414e;
  background:#c0e7fa;
}
#news p {
  padding:10px;
  margin:0;
}

#center {
  margin-top:5px;
  margin-left: 185px;
  margin-right: 0px;
  padding:15px;
  background:#fff url(images/bgshade3.gif) repeat-y left;
  min-height:500px; /* for modern browsers */
  height:auto !important; /* for modern browsers */
  height:500px; /* for IE5.x and IE6 */
}
#content {
  padding-top:0px;
  padding-bottom:25px;
}
.bar {
  border-top:5px solid #506473;
  padding-top:10px;
  margin:0;
}
#box {
	float:right;
	width:150px;
	border:1px solid #000;
	padding:10px;
	margin-left:10px;
	background:#4d8abe;
	color:#fff;
}
#footer { 
  margin-top:5px;
  height:20px;
  background:#226aa2 url(images/bgshade1.gif) repeat-y left;
  font-size:.75em;
  text-align:center;
  color:#c0e7fa;
}
  #footer a {
    color:#c0e7fa;
    text-decoration:none;
  }
  #footer a:hover {
    color:#4d8abe;
  }
