@charset "utf-8";


#FlashSpacer {
	width: 65px;
	visibility: hidden;
	clear: left;
	float: left;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: Helvetica, Verdana, sans-serif;
}
#PageHeader {
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}

#headerbox {
	width: 955px;
	height: 100px;
	background-image: url(../template/headerbox.jpg);
}

#footer {
	background-color: #F1DBFA;
	width: 955px;
	height: auto;
	float: none;
}



#footer_inner {
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 955px;
	padding-bottom: 15px;
	text-align: center;
}


/* CSS Document */
body {
	background-repeat: repeat;
	height: auto;
	width: 955px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #C3AECC;
	color: #000000;
}
#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: auto;
	background-color: #F1DBFA;
}


body {
	font-size:100%;
}
h1{
	font-size: 1.3em;
	color: #609;
}
h2{
	font-size: 1em;
	color:#000
}
h3{font-size: .9em; font-weight:normal}
h4{font-size: .6em; font-weight:lighter}
p{
	font-size: 0.8em;
	color:#000;
	font-weight: lighter;
}
p{line-height: 1.2em}
ol {font-size: .75em}
ul{font-size: .75em}
a {font-size:inherit}

span{
	font-size: 1em;
	font-weight:bold;
	color:#606
}
a {
	font-style: normal;
	color:#000000;
	text-decoration:none
}
a:hover , #navbar_inner a:hover{
	color:#C6C
}
* {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#navbar {
	width:955px;
	height: 35px;
	clear:both;
}
#navbar_inner {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#navbar_inner a {
	font-weight:bold;
	color:#609;
}
#body {
	background-color: #FFF;
}
#class_header {
	clear:both;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:35px;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	background-color:#636;
	text-align:center;
	color:#FFF;
	margin-bottom:15px;
	
}
#class_header h1 {
	color:#FFF;
	padding-top:7px;
}
.course_pic {
	float:left;
}
.course_info {
	float:left;
}
#footer h4 {
	padding-top:4px;
}

