body {
	background-color: white;
	color: grey;
	font-family : Ubuntu, Century Gothic, geneva, arial, helvetica;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}

hr.style-two { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

.header {
	margin-top: 0px;
	margin-left:22px;
	margin-right:auto;
	padding-top: 0px;

}

.links {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	}

.links a {
	color: white;
	font-family : Ubuntu, Century Gothic, geneva, arial, helvetica;
	font-size: 14px;
	text-decoration: none;
}

a {
	color: grey;
	font-family : Ubuntu, Century Gothic, geneva, arial, helvetica;
	font-weight: none;
	text-decoration: none;
}
	
.links table {
	/*background-image: url("images/menu3.png");*/
	background-color: grey;
	color: grey;
	width: 850px;
	height: 20px;
	text-align: center;
	font-family: Ubuntu;
	font-size: 16px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	border-style: solid;
	border-width: 1px;
	border-color:  Grey;
	border-radius: 5px;
}

input:focus {outline: none; }

.links input[type=text] {
	width: 120px;
	font-family: Ubuntu;
	font-size: 15px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-left: 10px;
	border-style: inset;
	border-width: 1px;
	border-color:  DarkGrey;
	border-radius: 15px;
}
input[type=text]:focus { 
    background-color: gold;
}

.courses table {
	width: 680px;
	height: 20px;
	text-align: center;
	font-family: Ubuntu;
	font-size: 16px;
	border-style: ridge;
	border-width: 2px;
	border-color:  grey;
	border-radius: 2px;
}

.courses td{
	text-align: center;
	font-family: Ubuntu;
	font-size: 15px;
	border-style: solid;
	border-width: 1px;
	border-color:  DarkGrey;
	border-radius: 2px;
}

.people td{
	text-align: center;
	font-family: Ubuntu;
	font-size: 15px;
	border-style: solid;
	border-width: 1px;
	border-color:  DarkGrey;
	border-radius: 2px;
}

.header {
	padding-top: 15px;
}

iframe {
	margin-left:-200;
    width:100%;
	height: 100%;
}

.banner {
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;	
	width: 600px;
	height: 300px;
	border-style: dotted;
	border-width: 1px;
	border-color:  DarkGrey;
	border-radius: 5px;
}


h1 {
	color: grey;
	font-family : 'Cinzel', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	letter-spacing: 2px;
	color: grey;
	font-size: 16px;
	font-family : 'Cinzel', sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	color: grey;
	font-size: 17px;
	font-family: Ubuntu;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	font-size: 16px;
	font-family : 'Berkshire Swash', serif ;
}

p {
	font-family : Ubuntu;
	color: grey;
	text-align: justify;
	font-size: 15px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

ul {
	color: grey;
}

li {
	color: grey;
	font-size: 16px;
	font-family: Ubuntu;
	margin-top: 0px;
	margin-bottom: 0px;
}

address {
	font-size: 11px;
}

#coursetable {
	vertical-align: top;
}

search-box {
	width: 20px;
	text-align: center;
	font-family: Rokkitt;
	font-size: 16px;
	border-style: solid;
	border-width: 2px;
	border-color:  DarkGrey;
	border-radius: 5px;	
}

