* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #DFF3D7;
	font-family: Arial, sans-serif, verdana;
	color: #4d4d4d;
	font-size: 80%;
	text-align: center;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
	font-style: italic;
}

h3 {
	font-size: 130%;
}

label {
	font-family: arial, sans-serif;
	font-size: 100%;
}

/*
a {
	color: #4D4D4D;
	text-decoration: underline;
}

a:hover {
	color: #69699c;
	font-weight: bold;
}*/
img {
	border: none;
	vertical-align: middle;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 16px;
}

.tuitioncentre {
	padding: 2px;
	color: #000000;
	font-family: tahoma, arial, sans-serif;
	font-size: 100%;
	border: 1px solid #CCCCCC;
}

.tuitioncentre tr.oddTableRow {
	background-color: #e9e9e9;
}

.tuitioncentre tr.evenTableRow {
	background-color: #cfcfcf;
}

.tuitioncentre input {
	border: 1px solid #006;
	background: #ccf;
	font-size: 100%;
}

.tuitioncentre input:hover {
	border: 1px solid #f00;
	background: #eef;
}

.registration_gp {
	border: 1px dashed #CCCCCC;
	width: 90%;
	color: #4d4d4d;
}

.centre_signup_gp  {
	border: 1px dashed #CCCCCC;
	width: 60%;
	color: #4d4d4d;
}
.registration {
	padding: 2px;
	background-color: #ffff99;
	border: 1px solid #CCCCCC;
}

.registration:hover {
	background-color: #ffff66;
	border: 1px solid #ff0000;
}

.registration_info {
	padding: 2px;
	background-color: #EEEEEE;
	color: #4d4d4d;
	font-family: arial, sans-serif;
	font-size: 75%;
	border: 1px solid #CCCCCC;
}

.validation_error {
	color: #FF0000;
	font-family: tahoma, arial, sans-serif;
	font-size: 75%;
	font-style: italic;
}

.big_button {
	color: #4d4d4d;
	font-family: tahoma, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

#container {
	margin: 0px auto 0px;
	width: 990px;
	border-color: black;
	border-width: 0px 1px 1px;
	border-style: solid;
	text-align: left;
}

#header_menu {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	height: 20px;
	background: url('../images/topbar.gif') repeat-x 0px 0px;
	background-color: black;
	color: white;
	font-family: tahoma;
	font-size: 75%;
	line-height: 20px;
	border-bottom: 1px solid #000000;
}

#main_links {
	float: left;
}

#main_links a {
	color: white;
	text-decoration: none;
}

#main_links a:hover {
	color: white;
	border-bottom: 1px dotted white;
}

#search_field {
	text-align: right;
}

#title {
	padding: 10px 0px 0px 0px;
	background-color: white;
	text-align: left;
	background-color: white;
}

#menu {
	float: left;
	width: 600px;
	height: 130px;
	padding-left: 10px;
}

#logo {
	height: 130px;
	text-align: right;
	padding-right: 10px;
}

#shadow {
	width: 100%;
	background: url('../images/headerShadow.gif') repeat-x 0px 0px;
	background-color: white;
}

#main_body { /*padding: 10px 0px 10px 0px;*/
	text-align: left;
	background-color: white;
	width: 100%;
	overflow: hidden;
}

#main_body a {
	color: #3333FF;
	text-decoration: none;
}

#main_body a:hover {
	border-bottom: 1px dotted #000000;
}

#articles {
	float: left;
	width: 600px;
	padding: 10px;
}

#articles_noadvert {
	float: left;
	width: 700px;
	padding: 5px;
}

.article {
	padding: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
}

.article img.left {
	border: 1px solid black;
	margin-right: 10px;
	margin-top: 5px;
}

.article img.right {
	border: 1px solid black;
	margin-left: 10px;
	margin-top: 5px;
}

.article li {
	display: list-item;
	vertical-align: top;
	text-align: left;
	margin-left: 30px;
}

.article table { /*border: 1px solid #cfcfcf;*/
	border-spacing: 0px;
	border-collapse: collapse;
	width: 90%;
}

.article table th,td { /*border: 1px solid #cfcfcf;*/
	padding: 5px;
}

.article table thead {
	background-color: #efefef;
}

.article_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	letter-spacing: 2px;
	font-variant: small-caps;
	text-transform: lowercase;
}

.contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
}

#side_bar {
	float: left;
	width: 180px;
	border-left: 1px solid #cfcfcf;
	height: auto;
}

.sidebar_links {
	list-style-type: none;
}

.sidebar_links a {
	color: #3333FF;
	text-decoration: none;
}

.sidebar_links a:hover {
	border-bottom: 1px dotted #000000;
}

.sidebar_title {
	font-weight: bold;
	font-size: 150%;
	font-family: verdana;
	color: #2a2a2a;
}

.sidebar_item {
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #cfcfcf;
}

.sidebar_words {
	font-size: 100%;
	color: #4d4d4d;
	font-family: tahoma;
	font-weight: bold;
}

.sidebar_words a {
	font-size: 100%;
	color: #4d4d4d;
	font-family: tahoma;
	font-weight: bold;
	line-height: 20px;
}

.sidebar_words img {
	border: 1px solid #cfcfcf;
}

.sidebar_words table td {
	padding: 5px;
	text-align: center;
	font-family: tahoma;
	font-size: 75%;
	font-weight: bold;
}

#rates_table {
	padding-bottom: 10px;
}

#rates_table table {
	font-weight: bold;
}

#rates_table td {
	border: 1px solid #cfcfcf;
}

#advert {
	float: right;
	width: 170px;
	padding: 0 0 0 0;
}

.advert-small {
	border: 1px solid #cfcfcf;
}

#topmenu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#topmenu li {
	display: inline-block;
	width: 110px;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
}

* html #topmenu li {
	display: inline;
}  /* for IE 6 */
*+html #topmenu li {
	display: inline;
}  /* for IE 7 */
#topmenu a:hover {
	font-weight: bold;
}

.topmenu_words {
	font-weight: bold;
	font-size: 100%;
	font-family: tahoma;
	color: black;
}

table.formatting {
	font-size: 100%;
}

table.item_listing {
	width: 440px;
	border: 1px solid #cfcfcf;
	font-size: 90%;
}

table.item_listing caption {
	font-weight: bold;
	font-family: tahoma;
}

#referralTable {
	font-size: 100%;
	font-family: arial, sans-serif;
}

#searchcontrol .gsc-control {
	width: 580px;
}