* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	background: #F0FAFE;
	text-align: center;
}

img {
	border: 0;
	display: inline;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	font-size: 11px;
}

p, li, dd, dt, a, label, address {
	font-size: 12px;
	line-height: 140%;
	font-style:normal;
}

p, ul, ol, dl, address {
	margin-bottom: 20px;
}

ul, ol {
	margin-left: 15px;
	padding-left: 15px;
}

ul li ul, ul li ol, ol li ul, ol li ol {
	margin-bottom: 0px;
}

h1 {}

h2 {
	margin-bottom: 18px;
	font-size: 19px;
	color: #00AEEF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #00AEEF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


h4 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

h5 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}

a  {
	color: #0047CA;
	text-decoration: none;
	font-weight: normal;
}

a:hover  {
	color: #0047CA;
	text-decoration: none;
	text-decoration: underline;
}

option  {
	padding-right: 5px;
}

select, option, input, textarea {
	font-size: 10px;
	z-index: -1;
}

fieldset {
	border: 0;
	margin-bottom: 20px;
}

hr {
	visibility: hidden;
}


/* custom styles ===== */

.wrapper {
	margin: 0px auto;
	width: 850px;
	text-align: left;
}

.shell {
	background-image:url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
}

.shell_home {
	background-image: url(images/wrapper_bg_home.gif);
}

.skin_0 {
	background-image: url(images/wrapper_cap.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 6px;
}

.skin_1 {
	background-image:url(images/wrapper_shoe.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.skin_1_home {
	background-image:url(images/wrapper_shoe_home.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.lining {
	padding: 0 6px;
}

/* top menu =============== */

.util_box {
	padding: 10px 15px 5px 15px;
}

.util_menu {
	margin: 0;
	padding: 0;
	text-align: right;
}

.util_menu li {
	display: inline;
	color: #5F8498;
	padding-left: 5px;
	font-size: 10px;
}

.util_menu li a {
	color: #5F8498;
	padding-left: 10px;
	font-size: 10px;
}


/* head ============= */

.head {
	width: 838px;
	height:	200px;
	position: relative;
	background-color: #000000;
	background-image: url(images/head_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#head_water {
	width: 838px;
	height:	195px;
	background-position: right;
	background-repeat: no-repeat;
}

h1 {
	position: absolute;
	top: 15px;
	left: 15px;
	float: left;
}

/* menu ============================ */

.menu {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 12px;
}

.menu li {
	display: inline;
	color: #FFFFFF;
	padding-right: 11px;
}

.menu a {
	position: relative;
	z-index: 300;
	padding-bottom: 5px;
}

.menu img {
	display: inline;
}

#menu_container {
	position: absolute;
	top: 55px;
	left: 15px;
}

.item_container {
	position: absolute;
	visibility: hidden;
	padding-top: 7px;
	z-index: 2;
}

.show {
	visibility: visible;
	z-index: 1;
}

#about_container, .about_container {
	position: absolute;
	top: 7px;
	left: 49px;
}

#courses_container, .courses_container {
	position: absolute;
	top: 7px;
	left: 173px;
}

#bursaries_container, .bursaries_container {
	position: absolute;
	top: 7px;
	left: 241px;
}

#newsletter_container, .newsletter_container {
	position: absolute;
	top: 7px;
	left: 445px;
}

.sub_menu {
	margin: 0;
	padding: 0;
	float: left;
	background-color: #000;
}

.sub_menu li {
	display: inline;
	color: #FFFFFF;
}

.sub_menu li a {
	margin-bottom: 4px;
	display: block;
	color: #FFFFFF;
}

.first_dd_item img {
	margin-top: 8px;
}

.torso {
	padding: 15px 0;
}

.stomach_home {
	padding: 0 0px;
	background-color:#FFF;
}

.footer {
	padding-top: 10px;
}

.tag {
	float: left;
	font-size: 10px;
	color: #5F8498;
	padding-left: 10px;
	text-align: left;
	font-size: 10px;
}

.tag a {
	color: #5F8498;
	font-size: 10px;
}

.tag_address {
	float: right;
	padding-right: 10px;
	font-size: 10px;
	text-align: right;
	color: #5F8498;
}


/* misc ================================== */

.padder_10 {
	padding: 0 10px;
}

.virgo tr th, .virgo tr td {
	padding-bottom: 6px;
}

.a_center {
	text-align: center;
}

.a_left {
	text-align: left;
}

.a_right {
	text-align: right;
}

.no_margin {
	margin: 0;
}

.clearing {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.small {
	font-size: 11px;
}

.blue {
	color: #00AEEF;
}

.black {
	color: #000;
}

.inline {
	display: inline;
}

.block {
	display: block;
}


.more_link {
	display: inline;
	margin-left: 3px;
}

.hr {
	border-top: 1px solid #000;
	margin: 15px 0;
}

.blue_box {
	border: 1px solid #00AEEF;
	padding: 10px;
	background-color: #fff;
	background-image: url(images/box_blue_bg.jpg);
	background-repeat: repeat-x;
}	


.blue_box p, .blue_box a {
	font-size: 11px;

}	

.blue_box_divider {
	margin: 4px 0;
	background-image: url(images/divider_3d.gif);
	background-repeat: repeat-x;
}	
td.lev0
{
	text-transform : uppercase;
	padding-right:3px;
    text-decoration: none;
	color:#fff;
	font-size:10px;
	line-height:11px;
	font-weight: bold;
}
div.lev1
{
	text-transform : capitalize;
    text-decoration: none;
	color:#fff;
	font-size:10px;
	line-height:11px;
	font-weight: normal;
	position:absolute;
}

