body{
background-color: #cccccc;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
border: 0;
text-align: center;
font-size:100.01%;
}

#wrapper{
width: 800px;
w\idth: 798px;
background-color: #f7f7f7;
margin: 10px auto;
text-align: left;
border: 2px solid #000000;
}

#banner{
background-image: url(../images/header2.jpg);
background-repeat: no-repeat;
height: 130px;
}

#nav{
border-bottom: 1px solid #000000;
}

#nav ul{
padding: 0;
margin: 0;
background-color:#acb39f; /* horizontal menu background */
}

#nav ul li{
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a{
font-size: 80%;
color: #000000; /*text colour is black*/
background-color: #e3e0bb;
text-decoration: none;
padding: 0 25px 0 25px;
border-right: 1px solid #000000;
text-align: center;
width: 9em;
background-image: url(../Swapclass/pagemarker_over.gif);
background-repeat: no-repeat;
background-position: 90% 50%;
} 

#nav ul li a:hover, #nav ul li a:focus{
background-color: #999966;
color: #ffffff; /*text colour is white*/
border-top: 1px solid #ffffff;
border-bottom: 1px solid #000000;
background-image: url(../Swapclass/pagemarker.gif);
background-repeat: no-repeat;
background-position: 90% 50%;
}

#content{
margin-left: 210px;
border: 1px solid #000000;
margin-top: 20px;
margin-right: 5px;
margin-bottom: 5px;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content h1{
font-size: 130%;
color: #996699;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 80%;
color: #ff0000;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

#p7swapmenu {
margin-left: 2px;
margin-top: 20px;
width: 200px;
background-color:#e3e0bb;
border: 2px solid #000000;
margin-bottom: 20px;
float: left;
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}


/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open ul{display:block;}

/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-color: #99A189;
	border: 1px solid;
	border-color: #C9D0AD #848C71 #848C71 #C9D0AD;
	color: #EEF0E3;
	display: block;
	font-size: 0.9em;
	padding: 2px 0px 2px 16px;
	text-decoration: none;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	background-color: #ACB39F;
	color: #5B624F;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(menplus.gif);}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image: url(menminus.gif);}

/* Link Styles for the Submenus */
.closed ul a, .open ul a {
	background-color: transparent;
	background-image: url(../Swapclass/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#666;
	font-size: .8em;
	font-weight:normal;
	padding: 0 0 0 12px;
	margin: 0 0 0 16px;
}

.open ul a:hover {
	background-color: transparent;
	background-image: url(../Swapclass/pagemarker_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#666;
	font-size: .8em;
	font-weight:normal;
	padding: 0 0 0 12px;
	margin: 0 0 0 16px;
}

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}
-->
#content p.right{
float: right;
}



.rightimage{
margin-bottom: 10px;
float: right;
margin-left: 10px;
margin-top: 10px;
border: 1px solid #000000;
}


/*.clearit{
clear: both;
display: block;
background-color:#00FF66;
width: 200px;
}*/


#footer{
border-top: 1px solid #000000;
background-color: #003366;
color: #FFFFFF;
clear: both;
}

#footer p{
padding: 10px;
margin: 0;
font-size: 60%;
}

