
body {
	background-color: #F6F6F6;
	text-align: center;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	margin: 0px;
}

#top_menu {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 10px;
	font-size: 8pt;
	color: #ff6827;
}

#top_menu a {
    text-decoration: none;
    color: inherit;
}

#top_menu a:hover {
    text-decoration: underline;
}

#content {
	width: 930px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#left_pane {
	text-align: center;
	width: 200px;
	display: inline-block;
}

#right_pane {
	text-align: left;
	width: 700px;
	display: inline-block;
}

h1 {
	font-size: 15pt;
	color: #4F4F4F;
}

h2 {
	color: #f96a08;
	margin-bottom: 8px;
	font-weight: normal;
}

#comments {
	padding-left: 30px;
	padding-right: 30px;
}

#parent_comment {
	font-style: italic;
}

#parent_name {
	text-align: right;
	font-style: italic;
}


#footer {
	background-image: url('images/footer_bg.jpg');
	position: absolute:
	bottom: 0px;
	padding: 20px;
}

#footer table {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
	text-align: left;
	color: #FFFFFF;
}

#footer table td {
	vertical-align: top;
}

a img {
	border-style: none;
}

#footer table td h3 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 10pt;
}

#footer table td a {
	color: #FFFFFF;
	text-decoration: none;

}

#footer table td a:hover {
	text-decoration: underline;
}

#copyright {
	font-size: 8pt;
	color: #FFFFFF;
}

#copyright a {
	color: inherit;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

.button {
	background-image: url('/images/button_left.jpg');
	font-weight: bold;
	color: #5F5F5F;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	text-decoration: none;
}

.button img {
	margin-bottom: -10px;
}

.button:hover {
	text-decoration: underline;
	color: #000000;
}


#account_menu {
	border-top: 1px solid #CFCFCF;
	padding-top: 3px;
	list-style-type: none;
	padding-left: 0px;
}

#account_menu li {
	padding-left: 5px;
	margin-bottom: 4px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CfCfCf;
}

#account_menu a {
	text-decoration: none;
	color: #3f3f3f;

}

#account_menu a:hover {
	text-decoration: underline;
}

#account_menu img {
	margin-bottom: -3px;
}

#timetable {
	text-align: center;
	font-size: 8pt;
}

.time_slot_odd {
	background-color: #FFFFFF;
}

.time_slot_even {
	background-color: #FAFAFA;
}

h3 {
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 10pt;
	margin-top: 3px;
}

#tutors {
	margin-left: -10px;
}

#tutors td {
	vertical-align: middle;
	text-align: left;
	padding: 10px
}

#tutors img {
	border: 1px solid #AFAFAF;
}