/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: Tahoma;
  text-align: center;

  color: #545454;
  background-image: url(../images/body_bg3.gif);
  line-height: 1.1;
  
}

#wrapper{
  width: 850px;
  margin: 30px auto auto auto;
  padding: 0px 25px 5px 25px;
  
  background-image: url(../images/wrapper_bg3.gif);
  background-repeat: repeat-y;
  
  text-align: left;
}

#header {
	height: 110px;
	width: 800px;
	background-image: url(../images/banner4.png);
	background-repeat: no-repeat;
}

#leftcol{
  margin-left: 5px;
  margin-top: 2px;
  padding: 0 0 20px 0;
  
  float: left;
  width: 225px;
}

#leftcol hr {
  color: #CCCCCC;
  width: 90%;
}

#leftcol #nav{
	padding: 10px 3px 30px 10px;
	height: 320px;
}
#leftcol #nav ul {
padding: 0;
margin: 0;
background-color: transparent;
list-style-type: none;
}

#leftcol #nav ul li a {
	background-image: url(../images/bg4.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: small;
	color:#FFFFFF;
	font-weight: bolder;
	padding-top: 2px;
	display: block;
	height: 30px;
	width: 175px;
	padding-left: 15px;
}

#leftcol #nav ul li a:hover {
    background-image: url(../images/bg5.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: small;
	color:#FFFFFF;
	font-weight: bolder;
	padding-top: 2px;
	display: block;
	height: 30px;
	width: 175px;
	padding-left: 15px;
}

#content {
  margin: 30px 60px 5px 220px;
  padding-left: 20px;
  color: #202020;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

#content img{
  text-decoration: none;
  border-style: none;
  padding-bottom: 20px;
}

#content p {
  padding: 10px 10px 20px 10px;
}

#content p em {
	color: #0099FF;
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
}

#content ul em {
    color: #0066FF;
    text-decoration: none;
    font-style: normal;
    font-weight: bolder;
 }

#content p a, #content li a, #content h2 a {
    text-decoration: none;
    font-weight: bolder;
    color: #0066FF;
}

#content ul {
	list-style-type: none;
	list-style-image: url(../images/arrow.gif);
	padding-left: 25px;
}

#content ul li {
  padding: 2px 10px 2px 0;
}

#content ol li {
  padding: 5px 10px 5px 0;
}

#content h1 {
  font-size:  20px;
  text-align: center;
  padding: 10px 0;
  color:#0066FF;
}

#content h2, #content h3 {
  font-size: 14px;
  text-align:left;
  padding: 10px 0;
  color: #0066FF;
}

#content h6 {
  text-align: center;
  font-size: medium;
  padding: 10px 0;
}

#news {
  width: 400px;
  margin-top: 10px;
  padding: 10px 10px 0 10px;
  font-size: 85%; 
}

#news h2 {
  font-size: 95%;
  padding-bottom: 5px;
  margin: 0;
}

#linkbar {
  padding-bottom: 10px;
  color: #FFFFFF;
}

#linkbar ul {
  background-image: url(../images/navbar2.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  padding-top: 5px;
  text-align: center;
  color: #FFFFFF;
}

#linkbar ul li {
  display: inline;
  padding: 8px 5px 11px 5px;
  margin: 0;
  color: #FFFFFF;

}

#linkbar ul li a {
  padding: 1px 5px;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
}

#content .leftimage {
  border-style: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.clearleft {
  clear: left;
}

.staff {
  margin: 2px 10px;
}

#footer{
clear: both;
background-image: url(../images/footer3.png);
background-repeat: no-repeat;
background-position: top;
width: 800px;
height: 40px;
color: #FFFFFF;
text-align: right;
padding: 12px 0 8px 0;
}

#footer #links {
  float: left;
  width: 71%;
  padding-top: 8px;
}

#footer #links ul {
  list-style-type: none;
}

#footer #links ul li {
  display: inline;
}

#footer #links ul li a {
  text-align:right;
  text-decoration: none;
  
  color: #FFFFFF;
  font-size: 12px;
  padding: 0 5px;

}

#footer #gcs_link {
  float: right;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10px;
  padding-bottom: 3px;
  padding-right: 3px;
  border-style: none;
}

#footer #gcs_link a img {
  border-style: none;
}

#contact {
  font-size: small;
  text-align: center;
  color:#666666;
}

