/* css for postgrad prospectus */
/* 13 October 2006 */


/*									common page elements */

body {
	background-color:#192168;
	/*background-color:#222475;*/
	margin:0px;
	padding:10px 0px;
	text-align:center;
	font-family:verdana, arial, sans-serif;
	font-size:80%;
	color:#000;
}

img {
	border:none;
}

h1 {
	font-size:230%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
}

h2 {
	font-size:180%;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}

h3 {
	font-size:130%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
}

h4 {
	font-size:120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
}

h5 {
	font-size:110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
}

h6 {
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
}

p {
	line-height:150%
}

a:link {
	color:#218296;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#218296;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#218296;
	font-weight:bold;
	text-decoration:none;
}

a:active {
	color:#218296;
	font-weight:bold;
	text-decoration:none;
}

/*									container blocks */

#development{
	/*position:absolute;
	top:0px;
	left:0px;
	width:427px;
	height:212px;
	background-image:url(images/indevelopment.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	z-index:10;*/
}

#page_container {
	width:740px;
	margin: 0px auto;
	text-align:left;
	/*background-color:#FFFFFF;*/
}

#main_container {
	position:relative;
	top:0px;
	left:0px;
	height:615px;
	width:740px;
	background-color:#ffffff;
}

#image {
	position:absolute;
	top:0px;
	left:0px;
	width:559px;
	height:615px;
	background-image:url(../pgrad/images/pg11.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#menu_header {
	position:absolute;
	top:0px;
	left:559px;
	width:181px;
	height:245px;
	background-image:url(../pgrad/images/menu_header_image1.gif);
	background-repeat:no-repeat;
}

#menu {
	position:absolute;
	bottom:0px;
	left:559px;
	width:181px;
	background-color:#ffffff;
	padding-bottom:20px;
	/*display:inline;*/
}

#menu a {
	color:#192168;
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
	width:171px;
	display:block;
	padding:5px 0px 5px 10px;
	border-bottom:1px solid #C6CEDD;
	border-top:1px solid #ffffff;
	margin:0px;
	
}

#menu a:hover{
	background-color:#8794B4;
	color:#FFFFFF;
	border-bottom:1px solid #192168;
	border-top:1px solid #192168;
	
}

#menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#menu ul li {
	width:181px;
	margin:0px 0px 0px 0px;
	/*border-bottom:1px solid #C6CEDD;*/
	padding:0px 0px 0px 0px;
	display:inline;
	
}

/*										individual menu button styles */

/*
#study_what a{
	background-color:#F6B480;
}

#study_what a:hover{
	background-color:#FFD39E;
}

#apply a{
	background-color:#E2007E;
}

#apply a:hover{
	background-color:#FF1E9D;
}

#aberdeen a{
	background-color:#AF5D9D;
}

#aberdeen a:hover{
	background-color:#CD7BBA;
}

#international a{
	background-color:#00B2EC;
}

#international a:hover{
	background-color:#1ED0FF;
}

#contacts a{
	background-color:#314395;
}

#contacts a:hover{
	background-color:#5061B3;
}

#student_profiles a{
	background-color:#FF9428;
}

#student_profiles a:hover{
	background-color:#FFBB77;
}

#staff_profiles a{
	background-color:#D801EF;
}

#staff_profiles a:hover{
	background-color:#F282FF;
}

#order a{
	background-color:#869665;
}

#order a:hover{
	background-color:#A4B584;
}

#faq a{
	background-color:#FF93AE;
}

#faq a:hover{
	background-color:#FFBBCC;
}

#menu_search a{
	background-color:#256485;
}

#menu_search a:hover{
	background-color:#3794C6;
}

#grad_school a{
	background-color:#7BB845;
}

#grad_school a:hover{
	background-color:#A6CF81;
}

#general_index a{
	background-color:#009DD9;
}

#general_index a:hover{
	background-color:#15BFFF;
}

*/



#footer {
margin-top:-15px;
color:#C6CEDD;
}

#footer a{
	color:#FFFFCC;
}

#footer a:hover{
	color:#ffffff;
	border-bottom:1px solid #ffffff;
}

/*												individual link styles */

/*													rest of page */

.hidden {
	display:none;
}
