/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: center;
	background: #FFFFFF;
	background-color: #FFFFFF;
	}
#wrapper{
	width: 770px;
	margin: 10px auto;
	border: 2px solid #000000;
	text-align: left;
	background: #cccccc;
	}

#banner{
height: 150px;
background-image: url(../banner.gif);
background-repeat:no-repeat;
}
#bannermenu{
	height: 35px;
	border-bottom: 0px solid;
}
#indexleftcol{
  margin-left: 0px;
  margin-top: 10px;
  float: left;
  width: 300px;
  }
  #indexrightcol{
width: 440px;
  margin-top: 0px;
margin-left:310px; 

}
#leftcol{
  margin-left: 10px;
  margin-top: 10px;
  float: left;
  width: 360px;

  }
  #leftcol p{
	font: 80% Arial, Helvetica, sans-serif;
  }
  #leftcol h1{
	color: #000000;
	font-size: 100%;	
  }
#rightcol{
width: 360px;
  margin-top: 10px;
margin-left:390px; 

}
#rightcol p{
font: 80% Arial, Helvetica, sans-serif;
}
#rightcol h1{
font-size: 100%;
}
#rightcol h2{
font-size: 110%;
}
#rightcol left{
width: 201px;
margin-top: 0px;
}

#centre{
  margin-left: 10px;
   margin-right: 10px;
  margin-top: 10px;
  float: left;
  width: 730px;
  }
  #centre p{
	font: 80% Arial, Helvetica, sans-serif;
	text-align:justify;
  }
  #centre h1{
	color: #000000;
	font-size: 120%;	
	text-decoration: underline;
  }
  #centre h2 {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}
.rightimage{
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}
.clearit{
clear: both;
display: block;
}
#footer{
	clear: both;
	color: #FFFFFF;
	background: #9197EA;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
	
}
#footer p{
	border-top: 2px solid #000000;
	font-size: 60%;
	color: #000000;
	margin: 0px;
	padding: 2px;
	}

#iframe{
background-color:#99CCFF;
}

.container{ 
width: 99%; 
float: right;
}

a:link {
	color: #000000;
	font-weight: bold;
		}

a:visited {
  color: #4751e7;
  font-weight: bold;
}

a:hover {
    color: #4751e7;
  font-weight: bold;
}

a:active {
	  color: #4751e7;
  font-weight: bold;
}
