/*University of Aberdeen central sub page style sheet*/
/*basic page properties*/

a:link {
	color: #772244;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a.skip {
	background: #FFFFFF;
	color: #FFFFFF;
	font-size: 75%;
}

a.skip:visited {
	color: #FFFFFF;
}

a.skip:hover {
	color: #666666;
}

a.underline:link {
	color: #772244;
	text-decoration: underline;
}
a.underline:visited {
	color: #772244;
	text-decoration: underline;
}




body {
	background: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0% 2% 2% 2%; /*top,right,bottom,left*/
}

h1 {
	color: #772244;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
}

h2 {
	color: #772244;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
}

h3, h4, h5, h6 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

img {
	border: none;
}

li {
	color: #772244;
	font-size: 100%;
	line-height: 160%;
	list-style-position: outside;
	list-style-type: disc;
}

.captiontext {
	color: #333333;
	font-size: 85%;
}

.footertext {
	color: #772244;
	font-size: 85%;
}

.introtext {
	color: #333333;
	font-size: 90%;
}

.greytextsmall {
	color: #333333;
	font-size: 85%;
}

.smaller {
	font-size: 85%;
}

#leftcolumn {
	background: #FFFFFF;
	float: left;
	margin-top: 10px;
	padding-bottom: 16px;
	width: 50%;
}

/*LHS image area*/
#leftimage {
	background: #FFFFFF;
	float: left;
	padding-bottom: 16px;
	padding-right: 24px;
	width: auto;
}

/*RHS page content, 2 columns housing links*/
#maincontainer {
	background: #FFFFFF;
	float: left;
	width: 70%;
}

#rightcolumn {
	background: #FFFFFF;
	float: left;
	margin-top: 10px;
	padding-bottom: 16px;
	width: 49%;
}

#toolscontainer {
	background: #FFFFFF;
	float: left;
	width: 100%;
}

#wducentralbar {
	border-top: 2px solid #772244;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

/*this is the solid bar*/
#wducentralbarcontainer {
	background: #FFFFFF;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
}

#wducentralfooter {
	float: left;
	padding-left: 8px;
	width: 95%;
}

/* Central Directory footer - University of Aberdeen */
#wducentralfootercontainer {
	background: #EEDDDD;
	float: left;
	margin-bottom: 16px;
	margin-top: 24px;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 100%;
}

/*this is the uni logo*/
#wducentralheaderlogo {
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/*this is the navigation bar and its contents*/
#wducentralnav {
	background: #EEDDDD; /*white space between header bar and nav bar*/
	margin-bottom: 24px;
	margin-top: 2px; /*white space between header bar and page content*/
	padding-bottom: 6px;
	padding-top: 4px;
	text-align: center;
	width: 100%;
}

#wducentralnav a {
	color: #772244;
}

#wducentralnav a:hover {
	color: #666666;
}

#wducentralnav span {
	color: #772244;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

/*this is the section head*/
#wducentralsectionhead {
	float: right;
	padding-bottom: 0px;
	padding-top: 36px; /*padding-top: 40px;*/
	width: auto;
}

/*p, span, td, th {
	color: #666666;
	font-size: 100%;
}
*/
