body{
	width:81%;
	min-width:1075px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px;
	background-color: #EDDEF5;
	color:#000000;
	font-family:"Century Gothic", arial, verdana;
	line-height: 1.5em;
	font-size: 1em;
	border:solid 4px #996699;
}
#header{
	width: 100%;
	height: 65px;
	background-color: #FFFFFF;
	background-image:  url("../images/smarteez2.png");
	background-position: left;
	background-repeat: no-repeat;
	margin-top:-10px;
}

#topnav{
	float:right;
}
#topnav ul {
	padding: 0.3em 0;
	margin: 0 0 5px 0;
	list-style-type: none;
	background: White;
	color: #f4e1b9;
	font: bold 78% verdana, arial, helvetica, sans-serif;
}

#topnav li {
display : inline;

}
#topnav li a, #topnav a:visited {
	text-decoration: none;
	background: #BCACFF;
	color: Yellow;
	padding: 0.2em 0.1em;
	border-right: 1px solid #996699;
	border-left: 1px solid #996699;
	border-top: 1px solid #996699;
	border-bottom:2px solid #EDDEF5;
}
#topnav a:link.active, #topnav a:visited.active{
	text-decoration: none;
	font-style:normal;
	background: #EDDEF5;
	color: #0082FF;
}

#topnav a:hover {
	text-decoration: none;
	font-style: normal;
	background: #EDDEF5;
	color: #FF9D24;
}
#container{
	height:567px;
	overflow:auto;
	width:100%;
	padding-right:10px;
	
}
#content{
	text-align:justify;
	
	
}
#summary{
	background-color:#996699;
	color:Yellow;
	border: 4px double Yellow;
	padding:10px; 
	margin-bottom:20px;
	text-align:justify;
}
#footer{
   clear:both;
	font-size: 0.75em;
	background-color: #FFFFFF;
	color:#996699;
	text-align: center;
	border-top: 4px dashed #996699;
	height: 30px;
	padding-top: 10px;
	margin-bottom:-5px;
}
table#timetable{
	border: solid 2px #CE0000;
	margin-bottom:20px;
	margin-left:50px;
	margin-right:auto;
}
table#timetable th{
	background-color:#CE0000;
	color:yellow;
	font-weight:bold;
	text-align:center;
	border:#CE0000;
}
table#timetable td{
	background-color: #FFFFFF;
	color:#996699;
	border:solid 1px #996699;
	padding:5px;
}
table#fees{
	border: solid 2px #CE0000;
	margin-bottom:20px;
	margin-left:50px;
	margin-right:auto;
}
table#fees th{
	background-color:#CE0000;
	color:yellow;
	font-weight:bold;
	text-align:center;
	border:#CE0000;
}
table#fees td{
	background-color: #FFFFFF;
	color:#996699;
	border:solid 1px #996699;
	padding:5px;
	width:auto;
}
table#fees2{
	border: solid 2px #CE0000;
	margin-bottom:20px;
	margin-left:50px;
	margin-right:auto;
}
table#fees2 th{
	background-color:#CE0000;
	color:yellow;
	font-weight:bold;
	text-align:center;
	border:#CE0000;
}
table#fees2 td{
	background-color: #FFFFFF;
	color:#996699;
	border:solid 1px #996699;
	padding:5px;
	width:auto;
}
table#fees3{
	border: solid 2px #CE0000;
	margin-bottom:20px;
	margin-left:50px;
	margin-right:auto;
}
table#fees3 th{
	background-color:#CE0000;
	color:yellow;
	font-weight:bold;
	text-align:center;
	border:#CE0000;
}
table#fees3 td{
	background-color: #FFFFFF;
	color:#996699;
	border:solid 1px #996699;
	padding:5px;
	width:auto;
}
h1{
	margin-left:-1000px;
}
h2{
	color: #FFFFFF;
	font-size: 1.3em;
	margin-top: -0.25em;
	margin-bottom: 0;
	font-variant: small-caps;
}
h3{
	color:#CE0000;
	font-size:1.5em;
	padding-bottom:0.05em;
	padding-top:0.35em;
}
h4{
	color: #0082FF;
	font-size:1.15em;
	font-weight:bold;
}
ul.list li{
	font-size:0.95em;
	font-style:italic;
}
p.important{
	font-weight:bold;
}
a {
	text-decoration: underline;
	color:#4420DB;
	background: inherit;
}
a:hover {
	text-decoration: none;
	color: #CE0000;
	background: inherit;
}
a:active
{
  outline: none;
}
span.location{
	color:#CE0000;
	font-weight:bold;
	font-variant: small-caps;
}
span.strong{
	font-weight:bold;
}
.myimage {
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 10px 5px 10px;
	border: 2px dashed #BCACFF;
	
}
.myimage2 {
	float: right;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
	border: 2px dashed #BCACFF;
}
p.center{
	text-align:center;
	color:red;
	font-weight:bold;
}
span.underline{
	text-decoration:underline;
}
p.tiny{
	text-align:center;
	font-size:smaller;
}