/* CSS Document */
body {
  margin:0;
  padding:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  background: url(images/bg.gif);
  text-align:center;
} 

#wrapper {
  position: relative;
  text-align: left;
  width: 760px;
  margin-right: auto;
  margin-left:0;
  padding: 120px 0 0 0 ;
  background-image: url(images/banner1.gif) ;
  background-repeat: no-repeat;
  background-color:#CCCCCC;
  background-position: left-top;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

#content {
  margin-left: 152px;
  margin-right: 150px;
 
  background: #ffffff;
}

#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding: 12px 10px 0 12px;
	color: #000000;
}

#content h1 {
  font: bold 140% Georgia, "Times New Roman", Times, serif;
  color: #2882E3;
  background-color: transparent;
  text-decoration:underline;
  padding: 12px 10px 0 12px;
}

#content h2 {
  font-size: 100%;
  color: #415FA5;
   padding: 12px 10px 0 12px;
}

#content ul {
  list-style: url(images/bullet.gif);
}

#content li {
  font: normal 85% Verdana, Arial, Helvetica, sans-serif;
  color: #455D6D;
  padding-top: -3px;
}

#content2 {
  margin-left: 152px;
  margin-right: 150px;
  padding-left:12px;
  background: #ffffff;

}

#content2 p {
  font-size: 120%;
  line-height: 1.8em;
  padding: 12px 10px 0 12px;
}
#content2{
	font-size: 60%;
	color: #FF0000;
	background-color: #CCFFFF;
}
#content2 h1{
  font: bold 200% Georgia, "Times New Roman", Times, serif;
  color: #2882E3;
  background-color: transparent;
  text-decoration:underline
}

#content2 ul{
  list-style-type: none;
  width:400px;
  margin-left:22px;
  
}

#content2 li{
   float: left;
   margin-right:4px;
   margin-bottom:8px;
   margin-top: 8px;
}

#content2 img {
  display:block;
  border: 1px solid #000000;
}

#content2 h2 {
    font-size: 150%;
  color: #415FA5;
}



#right {
	position: absolute;
	width: 138px;
	background: url(images/right.gif) no-repeat top left;
	top:133px;
	height: 300px;
	right: 2px;
	left: 699px;
}

#navigation {
  position: absolute;
  top:130px;
  left:0px;
  width: 145px;
  background-color: #E0E0E0;
  height: 100%;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #DFDFDF;
}

#navigation li {
  width: 145px;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
  font-size: 80%;
  vertical-align:bottom;
}



#navigation a:link, #navigation a:visited {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 12px solid #6282A3;
  border-right: 1px solid #6282A3;
  background-color: #5A94CE;
  color: #ffffff;
  text-decoration:none;
}

#navigation a:hover {
  background-color: #FF0000;
  color: #18518A;
  border-right: 3px solid #23EC23;
}

#footer {
 clear: both;
 padding: 0 0 10px 255px;
 font-size: 70%;
 color: aaaaaa;
 border-top: 2px solid #FFFFFF;
 background-color: transparent;
 background-image:url(images/footer.gif);
 background-repeat:no-repeat;
 background-position:top left;
}

  
