html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

* {
  margin:0;
  padding:0;
  }

body {
  margin: 0;
  padding: 0;
  color:#255671;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  }


#content ul {
  padding-left:3em;
  }

h1, h2, h3, h4, h5 {
	font-family: Verdana, helvetica, tahoma, arial;
	color:#d89a07;
	letter-spacing:0.5px;

  }

h1 {
	font-size: 14px;
	padding-top: 15px;
  }

h2{
	margin:20px 0;
	font-size: 12px;
	line-height: 1.2em;
  }

h3 {
	font-size:0.9em;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #5689A5;
  }

h3 a:link, h3 a:visited {
	color: #5689A5;
  }
  
 h3 a:hover {
	text-decoration: underline;
  }
  
  #content h3 strong a {
	color:#d89a07;
}

p, ul, ol {
	margin:8px;
	line-height: 15px;
	padding-bottom: 5px;
  }

q {
  color: #6e8777;
  font-style: italic;
  font-weight:bolder;
  }
ul {
	margin-left: 0px;
	line-height: 16px;
}


address {
  font-weight:bold;
  }

address .sc {
  font-weight:bolder;
  }

a:link {
	color:#d89a07;
	text-decoration:none;
  }

a:visited {
	color:#d89a07;
	text-decoration:none;
  }

a:hover {
	color:#4EBFE5;
	text-decoration:none;
  }


#all {
  width:785px;
  margin: 0 auto;
  }

#all.home {
  background: #FFF url(images/stripe.gif) repeat-x;
  }

#header {
  padding:0;
  margin:0;
  }

#header img {
  display: block;
  float:left;
  border:0;
  padding:0;
  margin:0;
  }


#content{
  float:left;
  padding: 0 0 10px 20px;
  width:765px;
  background:#fff;
  }

.f_right {
  float:right;
  margin: 10px 20px;
  }

#wrapper {
  float:left;
  margin-top:0px;
  }

#rightcol, .rightcol {
	float:right;
	width: 214px;
	padding: 0px 0px;
	padding-bottom:5px;
	margin: 24px;
	margin-right:0;
	border-left:#feb811 1px solid;
	font-size:11px;
	padding-right: 10px;
	line-height: 10px;
  }
  
  .rightcol * {
	margin-left:24px;
}

#rightcol h2{
  color:#5689a5;
  margin:10px 7px;
  }

.rightcol.blu, .rightcol.red {
  padding-bottom:25px;
  padding-top: 15px;
  margin: 0;
  margin-left:24px;
  clear:right;
  border-left:none;
  color:#725102;
  font-size:11px;
  }

.rightcol.red {
  background:#FEEBC4;
  }

.rightcol.blu {
  background:#CDEDFC;
  }


#rightcol.blu h2, #rightcol.red h2 {
  margin-top:0;
  }

#rightcol img {
  border:none;
  }

#rightcol ul li {
  list-style-type:none;
  list-style-image:none;
  padding-left:1em;
  text-indent:-1em;
  }

#rightcol a:hover {
  color: #fff;
  }


#footer {
  color:#fff;
  clear: both;
  text-align:right;
  padding:4px 5px;
  font-size:11px;
  background: #4ebfe5 url(materials/footerimage.gif) no-repeat right;
  margin-bottom:2em;
  }
  
  #footer a:link {
	color:#FFF;
	
}

 #footer a:hover {
	text-decoration:underline;
	
}

 #footer a:visited{
	color:#FFF;
	
}

#footer p {
  margin:0;
  }

#footerleft {
  float:left;
  width:444px;
  text-align:left;
  }

img.corner {
  border:0px;
  padding:0px;
  margin-right:7px;
  float:left;
  }


.unmarked {
	list-style-type:none;
	list-style-image:none;
	list-style-position: outside;
	line-height: 9px;
  }

#content .unmarked {
	padding-left:0;
	margin-left:5px;
  }

.unmarked li a {
	font-weight:bold;
	font-size: 12px;
  }

.unmarked li {
	margin-bottom:1em;
	line-height: 12px;
  }
  
 #normal .marked {
	list-style-type: disc;
	padding-left:10px;
	list-style-position: inside;

}

.sc {
  font-variant:small-caps;
  font-size:.9em;
  }

h2 .sc {
  font-size:.95em;
  }


.u-line {text-decoration:underline;}

#rightcol a.current:visited, #rightcol a.current:hover {
  color:#900b09;
  }
.p_no-margin {
	line-height: 15px;
	padding-bottom: 5px;
	margin-left: 0px;
}
.smalltext {
	font-size: 12px;
	font-style: italic;
}

.center {
	display:block;
	margin-left: auto;
	margin-right: auto;
}
