/* colours */



img {border:0} 

/* layout styles  and boxes */
body{
	margin: 0;
	padding: 0;
	font-family:'Lucida Sans Unicode','Lucida Grande','Luxi Sans',Lucida, sans-serif; 
	text-align: center;
	font-size: 85%;
	background:#fff;
	color:#000;
}

#topper{
width:910px;
margin:10px auto 10px auto;

}

#topper2 {
float:right;
width:50%;
}

#topper2 p{
float:right;
margin:0;
font-size:180%;
}

#wrapper {

	width:910px;
	margin: 50px auto 20px auto;
	text-align: left;
	background: #f8f8f8;
	border: 7px #b6f479 solid;
}
#innerwrapper {
	 
	/* border: thin solid black ; */
	height:1%;
}

#right{
	width: 290px;
	float: right;
	position:relative;
	 
}

#sidebar{
	width: 170px;
	float: left;
	position:relative;
	clear:both;
	text-align:left;
}

#sidebar p{ padding-left:20px; text-align:left;}

#sidebar img {margin:55px 10px 10px 10px;}


.myimgL {
	width:453px; 
	margin:auto;
}

.myimgL p {
	padding:5px 0px;
}

.myimgM { 
	margin-left:10px;
	float:right;
}

#content {
	width: 710px;
	float: right;
	padding:8px;

}

#header {
	width:100%;
	height:207px;
	text-align: left;
	position: relative;
	padding:0px;
	background-image: url(images/pool-2-rr.jpg);
	background-repeat: repeat-x;
	color:#000;
	background-color:#fff;
	border-bottom:1px solid #80d320;
}


#footer {
	clear:both;
	border-top: thin #b6f479 solid;
	text-align: center;
	/* background-color:#9cbfe5;  */
	background: url(images/greenstripe-4.png) repeat-x;   
}
#footer p {margin:0; padding:6px;}

#footer a:link, #footer a:visited {color:#80d320;}
#footer a:hover, #footer a:active {text-decoration:overline underline; background-color:#fff; color:blue;}

/* end of layout and boxes  */

/* text styles */
.clearfix {
clear:both;}

h1 {
	font-size: 300%;
	position:relative;
	padding:0;
	margin:0;
	text-align: left;
	font-weight:normal;
	font-style:italic; 
}


h2 {
	font-size: 140%;
	font-weight: normal;
	font-style:italic;
	border-bottom: 2px solid #80d320;
	padding-bottom:10px;
	padding-top:0px;
	color:#000;
}

h3 {
	font-size:130%;
	font-style:italic;
	padding:20px 20px 0px 10px;
	font-weight:normal;
	color:#000;
}

p {
	padding:0px 20px 0px 30px;
	line-height:1.5em;
	}
	
#header p {
	font-size:180%;
	font-style: italic;
	padding-top:0px;
}

table {
	margin:5px 10px 10px 10px;
	width:550px;
	/* border: thin #b6f479 solid; */
}

td, th {padding:6px 15px;}

.odd td {background-color:#b6f479;}

.myTable {
	width:450px;
 }
 
.b {
	color:#21348c;
	font-size:115%;
	font-style:italic;
	padding-right:0.2em;
	}
	

 .floatright {
	float: right;
	width: 153px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

div.floatright img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

.righty {
	float:right;

	}
	
.lefty {
		float:left;
		margin-right:60px;
		}
		
.bigList {
	font-size:110%;
	line-height:1.8em;
	list-style-type: square;
}

.indenter{
	margin-left:40px;
}
		
/* navigation styles  for the menu are in nav3.css */


/* myimgS used for fancy img hover effect */


a:link.myimgS, a:visited.myimgS {
float:left;
display: block;
	width: 200px;
	padding: 5px;
	text-align:center;
	margin: 15px 5px;
	background: #f8f8f8;
	border: 2px solid #999;
}

a:hover.myimgS, a:active.myimgS {
	border: 2px solid #000;
	background-color:#fff;
	}
	
.pushdown {
	margin-top: 200px;
	}
	
.rBox{
width:580px;
padding:10px;
	/* margin-left:20px; */
	background-image:url(images/rounder2.gif);
	background-color:#f8f8f8;
	/* margin-bottom:20px; */
	height:260px;
	margin:auto;
	}
.rBox p{margin-top:-5px;}
.rBox table{width:450px;margin:auto;}
.centered {text-align:center; }
.central{margin:auto; width:453px;}

.rBox2{
width:620px;
padding:10px;
	/* margin-left:20px; */
	border:3px solid #b6f479;
	background-color:#f8f8f8;
	/* margin-bottom:20px; */

	margin:auto;
	
	-webkit-border-top-left-radius: 20px;

	-webkit-border-top-right-radius: 20px;

	-webkit-border-bottom-right-radius: 10px;

	-webkit-border-bottom-left-radius: 10px;

	-moz-border-radius-topleft: 20px;

	-moz-border-radius-topright: 20px;

	-moz-border-radius-bottomright: 10px;

	-moz-border-radius-bottomleft: 10px;

	border-top-left-radius: 20px;

	border-top-right-radius: 20px;

	border-bottom-right-radius: 10px;

	border-bottom-left-radius: 10px; 

	
	}
.rBox2 p{margin-top:-5px;}
.rBox2 table{width:550px;margin:auto;}
