body.home, body.internal {
	color:#000033;
	font-family:tahoma, verdana, sans-serif;
	font-size:80%;
	padding:0;
	line-height: 120%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	}
	
body.home #page {
	width:770px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #fff;
	}

body.internal #page{
	width:770px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #fff;
	background-image: url(images/tile_1.gif);
	background-repeat: repeat-y;
	}

#sitewidebg {
	background:#336699 url('images/banner.jpg') no-repeat;
	background-color: #336699;
	height: 109px;
	width: 100%;
	margin-top:0px;
	padding-top: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	}


.sitewideLinks {
	color: #666666;
	text-align: left;
	padding-left: 650px;
	padding-top: 40px;
	font-size: 90%;
	list-style:none;
	margin: 0;
}

#navigation {
	width:770px;
	font-weight: bold;
	font-size: 100%;
	vertical-align: bottom;
	margin-bottom: 1px;
}

#navigation ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	}
	
#navigation li {
	float:left;
	margin:0;
	padding:0;
	}
	
#nav a {
	float:left;
	display:block;
	padding:8px 15px;
	text-decoration:none;
	font-weight:bold;
	}

#navigation #search {
	text-align: right;

	}

#sitewide {
	width:192px;
	margin:1em auto;
	border:1px solid #ccc;
	background-color: #F5F7F9;
	float: right;
}

#menu {
	width:192px;
	margin:1em auto;
	background-color: #CC0033;
	float: left;
}

body.home #content {
	width:750px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 30px;
	height: 560px;
}

body.internal #content {
	width:760px;
	text-align: left;
	margin-top:10px;
	margin-bottom:20px;
}

#main_content {
	width:540px;
	margin-left: 220px;
	text-align: left;
	margin-bottom: 20px;
}

#table_content {
	width:540px;
	margin-left: 0px;
	text-align: left;
	margin-bottom: 20px;
	color: #666;
}
body.home #presentation {
	width:100%;
}

body.home h1 {
	text-align: left;

}

body.home #main {
	width: 350px;
	float: left;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
}

body.home #announcements {
	width: 360px;
	margin-left: 370px;
}

body.home #announcements ul{
	margin:20px;
	padding:0;
	list-style-image:url(images/bullet_arrow.gif);
	list-style-position:outside;
}

body.home #announcements li{
	padding-bottom:10px;
}

body.home #announcements p, body.home #login p{
	margin:0;
	padding:0;
	font-weight: normal;
}

body.internal #sidebar {
	width:175px;
	float:left;
	position:relative;
	}

#sidebar ul{
	text-align: right;
	padding:0;
	list-style:none;
	margin-left: 0px;
	margin-top:20px;
}

#sidebar li {
	border-bottom: 1px solid #666;
	padding:5px;
}
#sidebar li a{
	display:block;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:normal;
	text-decoration: none;
}

#sidebar li a:hover{
	display:block;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration:none;
	font-weight:normal;
}

#footer {
	width:770px;
	margin:0 auto;
	text-align: left;
	color: #336699;
	padding: 10px;
}

#header {
	width:770px;
	text-align: left;
	color: #336699;
	/*background-color:#F90;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}

body.home #imagebanner {
	width:770px;
	background-image: url(images/banner_index.jpg);
	height: 180px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}

body.internal #imagebanner {
	width:770px;
	background-image: url(images/banner_index.jpg);
	height: 180px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}


/* Image Replacement */

#home_header {
	font-size: 5px;
	width: 700px;
	height: 35px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 30px;
	}
	
#home_header span {
	background: url(images/header_home.gif) no-repeat;
	position: absolute;
	width: 100%;
	height:39px;
	}	
	
#hd_announcements {
	font-size: 5px;
	width: 200px;
	height: 14px;
	position: relative;
	margin-top: 0px;
	}
	
#hd_announcements span {
	background: url(images/header_announcements.gif) no-repeat;
	position: absolute;
	width: 100%;
	height:18px;
	}		

#hd_login {
	font-size: 5px;
	width: 200px;
	height: 14px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#hd_login span {
	background: url(images/header_login.gif) no-repeat;
	position: absolute;
	width: 100%;
	height:18px;
	}		
	


/* Links and general*/

body.internal h1 {
	margin-top:30px;
	}

p {
	text-align:left;
	color: #666;
}

a {
	color:#336699;
	text-decoration:underline;
	}
a:hover {
	text-decoration:underline;
	color: #666;
	}
	
#sitewidebg a {
	color:#5C5C5B;
	text-decoration:none;
	font-weight:normal;
	}
#sitewidebg a:hover {
	text-decoration:none;
	}	
	
#navigation a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
#navigation a:hover {
	text-decoration:underline;
	}		
	
.strong {
	font-weight:bold;
	}	
	
.indent {
	text-indent:15px;
	}	
.strong_blue {
	font-weight:bold;
	color: #000033;
}
#breadcrumb {
	width:540px;
	margin-left: 220px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.table_colour {
	color: #FFFFFF;
	background-color: 336699;
}
.mgpa_table {
	color: #FFFFFF;
	background-color: 336699;
}
h6 {
	font-size: 120%;
	color: #000033;
	border-top: solid #999999 1px;
	margin-top: 10px;
	padding-top: 20px;
}

#hd_careers {

	font-size: 5px;
	width: 200px;
	height: 14px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
#hd_careers span {
	background: url(images/header_login.gif) no-repeat;
	position: absolute;
	width: 100%;
	height:18px;
	background-image: url(images/header_careers.gif);
	left: 14px;
	top: -2px;
}

.search_textfield {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	background-image: url(images/page_bg.gif);
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #000033;
}
a:active {
	color: #666;
}

#RL {
	Z-INDEX: 1; LEFT: 0px; VISIBILITY: hidden; WIDTH: 580px; POSITION: absolute; TOP: 30px; HEIGHT: 156px
}
#L1 {
	Z-INDEX: 2;
	LEFT:0px;
	WIDTH: 170px;
	POSITION: absolute;
	TOP: 28px;
	HEIGHT: 61px;
	visibility: hidden;
}
#L2 {
	Z-INDEX: 4; LEFT: 101px; VISIBILITY: hidden; WIDTH: 170px; POSITION: absolute; TOP: 28px; HEIGHT: 63px
}
#L2a {
	Z-INDEX: 5; LEFT: 271px; VISIBILITY: hidden; WIDTH: 150px; POSITION: absolute; TOP: 86px; HEIGHT: 63px
}
#L2b {
	Z-INDEX: 6; LEFT: 271px; VISIBILITY: hidden; WIDTH: 150px; POSITION: absolute; TOP: 115px; HEIGHT: 63px
}
#L3 {
	Z-INDEX: 7; LEFT: 261px; VISIBILITY: hidden; WIDTH: 160px; POSITION: absolute; TOP: 28px; HEIGHT: 63px
}
#L4 {
	Z-INDEX: 8;
	LEFT: 368px;
	WIDTH: 160px;
	POSITION: absolute;
	TOP: 28px;
	HEIGHT: 63px;
	visibility: hidden;
}
#MainHeaderDiv {
	Z-INDEX: 20;
	VISIBILITY: visible;
	WIDTH: 576px;
	POSITION: relative
}
.menu_item {
	font-size: 11px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: normal;
}

.menu_item_footer {
	font-size: 11px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv{
position:absolute;
border:1px solid #666;
border-bottom-width: 0;
/*font:normal 12px tahoma, verdana, sans-serif;*/
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #336699;*/
color:#000033;
}

.hr1 {
	/*
	color: #CCC;
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	*/
	font-size:0px;
	height:1px;
	width:100%;
	background-color:#CCC;
	margin-top:10px;
	margin-bottom:10px;
}
.title_strongblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 37px;
}

.page_title_strongblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000033;
	line-height: 37px;
}

.fp_intro {
	font-size: 16px;
	/*font-weight: bold;*/
	color: #666;
	line-height: 20px;
}

