html,body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,em,u,strong,fieldset,input,label,hr
{
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body
{
/*	background-color: #AFE1D9;
	background-attachment: fixed;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x; */
	font-size: 75%; /* 62.5% = 10px  75% = 12px */
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 1em;
	font-weight: normal;
}

ol
{
	margin: 12px 6px 12px 30px;
	padding: 0;
}

caption,th
{
	text-align: left;
}

p
{
	margin-bottom: 1.4em;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

img
{
	border: none;
}

hr
{
	background-color: #aaa;
	border: none;
	clear: both;
	color: #aaa;
	display: block;
	height: 1px;
	margin-bottom: 6px;
}

hr.no-clear
{
	clear: none;
}

.image_left
{
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.image_right
{
	float: right;
	margin-left: 10px;
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.float_left
{
	float: left;
	margin: 0 10px 10px 0;
}

.float_right
{
	float: right;
	margin: 0 0 10px 10px;
}

.photo
{
	background-color: #fff;
	background-image: url(common/images/bg_photo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 0 10px 6px 0;
	padding: 10px 17px 17px 10px;
}

.photo_left
{
	background-color: #fff;
	background-image: url(common/images/bg_photo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	float: left;
	margin: 0 10px 6px 0;
	padding: 10px 17px 17px 10px;
}

.photo_right
{
	background-color: #fff;
	background-image: url(common/images/bg_photo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	float: right;
	margin: 0 0 6px 10px;
	padding: 10px 17px 17px 10px;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.top
{
	vertical-align: top;
}

.note
{
	color: red;
	font-size: 110%;
	font-weight: bold;
}

.info
{
	font-style: italic;
}

#wrapper
{
/*	IE otherwise extends the left margin to the side of the screen */
/*	This is due to the presence of #main which does not have a height set */
	overflow: hidden;
}

#banner
{
	background-color: #7FCDC3;
	background-image: url(images/banner_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 150px;
	margin-bottom: 15px;
	position: relative;
}

#banner img
{
	margin: 10px 0 0 10px;
}

#fontsize_control
{
	position: absolute;
	right: 10px;
	top: 126px;
}

#fontsize_control a
{
	background-color: #59BFAF;
	border: 1px solid #888;
	border-bottom-color: #d0d0d0;
	border-right-color: #d0d0d0;
	color: #eee;
	display: block;
	float: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	margin: 0 2px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}

/* Get IE6 to use the whole block as the link */
* html #fontsize_control a
{
	height: 1px;
}

#fontsize_control a.plus1
{
	font-size: 15px;
}

#fontsize_control a.plus2
{
	font-size: 20px;
}

#fontsize_control a:hover
{
	background-color: #AFE1D9;
	border: 1px solid #888;
	border-left-color: #d0d0d0;
	border-top-color: #d0d0d0;
	color: #222;
}

#sidebar_left
{
	float: left;
	width: 220px;
}

#sidebar_left h3
{
	background-image: url(images/bg_sidebar_left_header.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 1.25em;
	margin-left: 10px;
	padding: 6px 0 5px 9px;
}

#sidebar_left .inner
{
	background-image: url(images/bg_sidebar_left_inner.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-left: 1px solid #478AC9;
	border-right: 1px solid #478AC9;
	margin-left: 10px;
/*	padding-left: 10px; */
}

#sidebar_left ul
{
	list-style: none;
/*	margin-left: 10px; */
	padding-bottom: 6px;
	padding-top: 10px;
}

#sidebar_left li
{
	display: inline;
}

#sidebar_left a
{
	background-image: url(images/bg_sidebar_left_a.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	color: #2E669A;
	display: block;
	font-size: 0.9em;
	line-height: 1.8em;
	padding: 0 0 0 30px;
	text-decoration: none;
	width: 178px;
}

#sidebar_left a:hover, #sidebar_left a:focus
{
	background-color: #FEF0E8;
	background-image: url(images/bg_sidebar_left_a_over.gif);
	color: #901212;
}

/* IE6 hack to allow all block to be clickable */
* html #sidebar_left a
{
	height: 1px;
}

#sidebar_left a.thispage
{
	background-color: #FDDFCF;
	background-image: url(images/bg_sidebar_left_a_on.gif);
	color: #6A0E0E;
}

#sidebar_left .tail
{
	background-image: url(images/bg_sidebar_left_tail.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin: -6px 0 10px 10px;
}

#sidebar_right
{
	float: right;
	width: 220px;
}

#sidebar_right h3
{
	background-image: url(images/bg_sidebar_right_header.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 1.25em;
	margin-right: 10px;
	padding: 6px 0 5px 9px;
}

#sidebar_right .inner
{
	background-image: url(images/bg_sidebar_right_inner.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	margin-right: 10px;
	padding-left: 10px;
}

#sidebar_right ul
{
	list-style: none;
	padding-bottom: 6px;
	padding-top: 10px;
}

#sidebar_right li
{
	display: inline;
}

#sidebar_right ul a
{
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: 0.9em;
	height: 36px;
	line-height: 32px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	width: 188px; /* 178 if padding 10 */
}

#sidebar_right a.arts
{
	background-image: url(images/bg_btn_arts.gif);
}

#sidebar_right a.community
{
	background-image: url(images/bg_btn_community.gif);
}

#sidebar_right a.computing
{
	background-image: url(images/bg_btn_computing.gif);
}

#sidebar_right a.english
{
	background-image: url(images/bg_btn_english.gif);
}

#sidebar_right a.esol
{
	background-image: url(images/bg_btn_esol.gif);
	height: 34px;
	line-height: 14px;
	padding-top: 2px;
}

#sidebar_right a.exam
{
	background-image: url(images/bg_btn_exam.gif);
}

#sidebar_right a.general
{
	background-image: url(images/bg_btn_general.gif);
}

#sidebar_right a.health
{
	background-image: url(images/bg_btn_health.gif);
	height: 34px;
	line-height: 14px;
	padding-top: 2px;
}

#sidebar_right a.languages
{
	background-image: url(images/bg_btn_languages.gif);
}

#sidebar_right a.workplace
{
	background-image: url(images/bg_btn_workplace.gif);
}

#sidebar_right a.workshops
{
	background-image: url(images/bg_btn_workshops.gif);
}

#sidebar_right a:hover, #sidebar_right a:focus
{
	font-weight: bold;
}

#sidebar_right .tail
{
	background-image: url(images/bg_sidebar_right_tail.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin: 0 10px 10px 0;
}

#w3c
{
	margin: 40px 15px 0 0;
	text-align: right;
}

#main
{
	line-height: 1.5em;
	margin: 0 240px 0 240px;
}

#main.wide
{
	margin: 0 0 0 240px;
}

#main.widest
{
	margin: 0 10px 0 10px;
}

#main form
{
	background-color: #f8f8f8;
	border: 1px dashed #aaa;
	padding: 8px;
}

#main form.clear
{
	background-color: transparent;
	border: none;
}

#main input,
#main select,
#main textarea
{
	font-family: arial, sans-serif;
	font-size: 1.1em;
}

#main h2
{
	background-color: #3575B1;
	background-image: url(images/bg_main_h2.gif);
	background-position: top right;
	background-repeat: repeat-x;
	color: #fff;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 1.3em;
	height: 1.6em;
	line-height: 1.6em;
	margin-left: -5px;
	padding-left: 5px;
}

#main h3
{
	background-color: #E7F0F9;
	color: #222;
	font-size: 1.1em;
	font-weight: bold;
	height: 1.4em;
	line-height: 1.4em;
	margin-left: -5px;
	padding-left: 5px;
}

#main ul
{
	margin: 12px 0 12px 35px;
}

#main a
{
	color: #00f;
}

#main a:hover, #main a:focus
{
	color: #ff8800;
	text-decoration: none;
}

#main.widest ul
{
	list-style: none;
	margin: 12px 0 12px 0;
}

#main.widest ul li
{
	display: inline;
}

#main.widest ul a
{
	background-image: url(images/bg_sidebar_left_a.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	font-size: 0.9em;
	height: 1.7em;
	line-height: 1.7em;
	padding-left: 26px;
	text-decoration: none;
}

#main.widest ul a:hover, #main.widest ul a:focus
{
	background-image: url(images/bg_sidebar_left_a_over.gif);
	color: #9A4D08;
}

#main #faq a
{
	background-image: url(images/q.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 0 35px;
}

#main #faq a:visited
{
	background-image: url(images/qtick.gif);
}

#display_msg
{
	border: 1px solid #ff0000;
	color: #ff0000;
	font-weight: bold;
	margin: 16px 0;
	padding: 5px;
}

#userform
{
	margin: 20px;
}

.framed
{
	float: left;
	height: 150px;
	margin-right: 10px;
	position: relative;
	width: 150px;
}

.frame
{
	background-image: url(images/illustration/frame.gif);
	height: 150px;
	left: 0;
	position: absolute;
	top: 0;
	width: 150px;
}

.usertable
{
}

.usertable form
{
	padding: 10px;
}

.usertable caption
{
	font-size: 0.9em;
	text-align: right;
}

.usertable th
{
	background-color: #CDDDF5;
	font-weight: bold;
}

.usertable tr
{
	background-color: #F1F6FD;
}

.usertable tr.odd
{
	background-color: #E6EEFA;
}

.usertable td,
.usertable th
{
	padding: 8px;
}

.usertable .padding0 td,
.usertable .padding0 th
{
	padding: 0px;
}

.usertable .padding1 td,
.usertable .padding1 th
{
	padding: 1px;
}

.usertable .padding2 td,
.usertable .padding2 th
{
	padding: 2px;
}

.usertable .padding3 td,
.usertable .padding3 th
{
	padding: 3px;
}

.usertable .padding4 td,
.usertable .padding4 th
{
	padding: 4px;
}

.usertable .padding5 td,
.usertable .padding5 th
{
	padding: 5px;
}

.usertable .padding6 td,
.usertable .padding6 th
{
	padding: 6px;
}

.usertable .padding7 td,
.usertable .padding7 th
{
	padding: 7px;
}

.usertable .padding8 td,
.usertable .padding8 th
{
	padding: 8px;
}

.usertable .padding9 td,
.usertable .padding9 th
{
	padding: 9px;
}

.usertable .cellspacing1 td,
.usertable .cellspacing1 th
{
	border: 1px solid #99BAEB;
}

.norowbgcolor tr,
.norowbgcolor tr.odd
{
	background-color: transparent;
}

.usertable table.cellspacing0,
.usertable .cellspacing0 td,
.usertable .cellspacing0 th
{
	border: none;
}

#footer
{
	border-top: 1px dashed #999;
	clear: both;
	margin-top: 20px;
	text-align: center;
}

#footer ul
{
	list-style: none;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover, #footer a:focus
{
	color: #000;
}