body { 
	font-family: "Times New Roman", Times, serif; 
	font-size: medium; 
	background-color: #FFFFff;
	margin-left: 0px;

	} 

.courseDates {
	margin: 0px 0px 0px 10px;
		font-size: medium;
} 
.bookingForm {
	font-size: small;
}
.dotted{
	border-bottom : 1px dotted Black;
}
h1 {
	
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
 margin: 30px 0px 5px 10px;
 text-align:center;
} 
h2 {
    
	font-size: large;
	font-weight: bold;
	margin: 10px 0px 5px 10px;
	text-align:center;
} 
p {
	margin: 0px 0px 20px 10px;
	font-size: medium;
} 

hr {
	margin-top: 15px;
	border-top: 1px black solid;
	border-bottom: 1px white solid;
}

a { text-decoration: none; color: #0066cc;  } 
a:hover { text-decoration: none; color: #0099ff;} 
a:visited { text-decoration: none; color: #6633cc;}

#container {
	display: block;
	width: 770px;
}

#navpanel {
	display: block;
	width: 150px;
	height: 450px;
	float: left;
	font-weight: bold;
	text-align: center;
}
.nav {
	text-align:center;
	padding:4px;
}
#contentpanel {
	display: block;
	width: 610px;
	float: right;
	text-align: left;
}

#copyrightcontainer {
	display: block;
	width: 610px;
	float: right;
	
} 
.copyright {
	
	font-size: small;
	text-align: left;
} 
