html {
	width:100%;
	height:100%;
	min-height:100%;
}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:72%;
	background:#F5F5F5;
	color:#2E363F;
	min-height:100%;
	height:auto;
	width:100%;
}
* html body, * html body #mainArea, * html {
	height:100%;
}
img {
	border:0;
}
a {
	color:#235995;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
form {
	margin:0;
	padding:0;
}
input, select, textarea {
	border:1px solid #415B78;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#415B78;
	font-size:.86em;
}
.noBorder {
	border-width:0px;
}
h1 {
	color:#2E363F;
	font-weight:normal;
	font-size:2em;
}

/*top area*/
#topArea {
	position:absolute;
	top:0px;
	width:100%;
	z-index:2;
}
/*Top bar*/
#topNav {
	background:#19416E;
	padding:6px 0px;
	color:#5C6D7F;
	height:12px;
	font-size:.9em;
	text-align:center;
}
#topNavContent {
	width:740px;
	margin:0 auto;
	text-align:left;
}
#topNav a {
	color:#FFF;
}
#topNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:450px;
	float:left;
}
#topNav li {
	display:inline;
	margin-right:10px;
}
#searchBox {
	float:right;
	margin-top:-2px;
	width:290px;
	text-align:right;
}
#searchBox label {
	color:#BCC4CC;
}
#searchBox .noBorder {
	vertical-align:bottom;
}
#searchBox #search {
	width:130px;
}

/*Header*/
#header {
	height:138px;
	background:url(/images/header/bg.gif) repeat-x left top;
	text-align:center;
}
#headerContent {
	width:750px;
	margin:0 auto;
	text-align:left;
}
#logo {
	width:280px;
	float:left;
	margin-top:26px;
}
#menu {
	width:470px;
	float:right;
	height:126px;
	background:url(/images/header/header.jpg) no-repeat right bottom;
}

/*Menu*/
#menuTabs {
	position:relative;
	width:441px;
	height:29px;
	z-index:5;
	top:0px;
	left:25px;
}
#menuTabs i {
	display:none;
}
#menuTabs ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menuTabs li {
	display:inline;
}
#menuTabs a {
	display:block;
	float:left;
	height:25px;
}
#menuTabs a.home {
	width:71px;
	background:url(/images/menu/home.gif) no-repeat left top;
}
#menuTabs a.programs {
	width:102px;
	background:url(/images/menu/programs.gif) no-repeat left top;
}
#menuTabs a.research {
	width:94px;
	background:url(/images/menu/research.gif) no-repeat left top;
}
#menuTabs a.scholars {
	width:96px;
	background:url(/images/menu/scholars.gif) no-repeat left top;
}
#menuTabs a.forum {
	width:78px;
	background:url(/images/menu/forum.gif) no-repeat left top;
}
#menuTabs a:hover {
	background-position:left bottom;
}
#menuTabs a.homeActive {
	background:url(/images/menu/home_active.gif) no-repeat left top;
	height:30px;
	width:71px;
}
#menuTabs a.programsActive {
	background:url(/images/menu/programs_active.gif) no-repeat left top;
	height:30px;
	width:102px;
}
#menuTabs a.researchActive {
	background:url(/images/menu/research_active.gif) no-repeat left top;
	height:30px;
	width:94px;
}
#menuTabs a.scholarsActive {
	background:url(/images/menu/scholars_active.gif) no-repeat left top;
	height:30px;
	width:96px;
}
#menuTabs a.forumActive {
	background:url(/images/menu/forum_active.gif) no-repeat left top;
	height:30px;
	width:78px;
}

/*Content*/
#mainArea {
	width:760px;
	background:#FFF;
	min-height:100%;
	height:auto;
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-380px;
}
#content {
	width:750px;
	margin:0 auto;
	padding-top:163px;
}
* html #content {
	padding-top:167px;
}
#left {
	width:190px;
	float:left;
}
#right {
	width:190px;
	float:right;
}
#center {
	width:350px;
	margin:0 auto;
}
#double {
	width:545px;
	margin-left:200px;
	margin-bottom:50px;
}

/*Sidebars*/
.sidebarBox {
	margin-bottom:5px;
}
.sidebarBox h3 {
	color:#FFF;
	font-weight:bold;
	font-size:1.12em;
	background:#235995;
	margin:0;
	margin-bottom:1px;
	padding:2px 10px;
}
.sidebarBox ul, .sidebarBox p {
	background:#EBEBEB;
	margin:0;
	padding:0px 10px;
	font-size:.86em;
	color:#666;
}
.sidebarBox ul {
	list-style-position:outside;
	list-style-image:url(/images/sidebar/bullet.gif);
	padding:5px 10px 5px 27px;
}
.sidebarBox li {
	margin-bottom:2px;
}
.sidebarBox li.active {
	list-style-image:url(/images/sidebar/bullet_active.gif);
}
.sidebarBox li.active a {
	color:#2E363F;
	font-weight:bold;
}
.sidebarBox li.active a:hover {
	text-decoration:none;
}
.sidebarBox p {
	padding:5px 10px;
	border:0px dashed #BCC4CC;
	border-bottom-width:1px;
}
.sidebarBox p:hover {
	background: #F7F7F7;
}
.sidebarBox p.author:hover {
	background:#EBEBEB;
}
.sidebarBox p.last {
	border-width:0;
}
.sidebarBox p a {
	text-decoration:underline;
}
.sidebarBox p.active a {
	color:#2E363F;
	font-weight:bold;
}
.sidebarBox p.author {
	border-width:0px;
	font-weight:bold;
	font-size:1em;
	padding:2px 10px 0px 10px;
}
.highlight {
	border:0px solid #FFF;
	border-bottom-width:1px;
	background:#EBEBEB;
}
.highlight .titleImg {
	border:1px solid #4A5766;
	margin-left:10px;
	margin-top:10px;
}
.highlight h3 {
	color:#2E363F;
	font-weight:bold;
	font-size:1em;
	background:none;
}
.highlight p {
	color:#2E363F;
	font-size:.9em;
	border:0;
}
.highlight p:hover {
	background:#EBEBEB;
}
.highlight:hover, .highlight:hover p {
	background:#F7F7F7;
}

/*featured article*/
#featured {
	border:1px solid #778EA6;
	background:#EBEBEB;
	color:#2E363F;
	margin-bottom:15px;
	width:348px;
}
#featured h2 {
	margin:0;
	color:#FFF;
	font-weight:normal;
	font-size:1.5em;
	background:#235995;
	padding:4px 10px;
	border:0px solid #778EA6;
	border-top-width:1px;
}
* html #featured h2 {
	margin-top:-2px;
}
#featured p, #secondary p {
	margin:0;
	padding:5px 10px;
	line-height:1.3em;
	margin-top:12px;
}
* html #featured p, * html #secondary p, * html #latest ul {
	font-size:.96em;
}
#featured p.author, #featured p.date, #secondary p.author, #secondary p.date {
	width:160px;
	display:inline;
	padding:0;
	margin:0;
	font-size:.82em;
	color:#495766;
	margin-top:0px;
}
#featured p.editor,  #secondary p.editor {
	width:320px;
	display:inline;
	padding:0;
	margin:0;
	font-size:.82em;
	color:#495766;
	margin-top:0px;
	float:left;
	padding-left:10px;
}
#featured p.author, #secondary p.author {
	float:left;
	padding-left:10px;
}
#featured p.date, #secondary p.date {
	float:right;
	text-align:right;
	padding-right:10px;
}
#featured p.readmore, #secondary p.readmore {
	text-align:right;
	margin-top:-5px;
	padding-top:0px;
}
#featured p.readmore img, #secondary p.readmore img {
	vertical-align:middle;
	margin-left:4px;
}

/*homepage content*/
#secondary, #latest {
	margin-bottom:15px;
	border:0px dashed #BCC4CC;
}
#secondary {
	border-bottom-width:1px;
}
#secondary h2, #latest h2 {
	margin:0;
	color:#FFF;
	font-weight:normal;
	font-size:1.5em;
	background:#235995;
	padding:4px 10px;
}
#latest ul {
	margin:0;
	padding:5px 10px;
	padding-left:28px;
	list-style-position:outside;
	list-style-image:url(/images/home/bullet.gif);
}
#latest li {
	margin-bottom:4px;
}
#latest li span.date {
	color:#808080;
}

/*footer*/
.clear {
	clear:both;
	height:36px;
}
#footer {
	width:750px;
	height:70px;
	background: url(/images/footer/bg.gif) repeat-x left top;
	color:#5C6D7F;
	font-size:.9em;
	position:absolute;
	bottom:0;
	left:5px;
}
#poweredBy {
	width:750px;
	height:31px;
	bottom:0;
	left:5px;
	padding-bottom: 5px;
	position:absolute;
}
#homePoweredBy {
	width:750px;
	height:31px;
	bottom:0;
	left:5px;
	padding-bottom: 5px;
}

#poweredBy img, #homePoweredBy img {
	float: right;
}
#footer p, #footer ul {
	margin:0;
	padding:0;
	margin-top:12px;
}
#footer a {
	color:#FFF;
}
#footer p {
	color:#B0B8BF;
	float:left;
	width:250px;
	padding-left:10px;
}
#footer ul {
	padding:0;
	list-style-type:none;
	width:490px;
	float:right;
	margin-right:-10px;
}
#footer li {
	display:inline;
	margin-left:5px;
}

/*General content*/
.breadcrumbs {
	font-size:.8em;
	margin-top:6px;
	padding-top:0;
}
.breadcrumbs a {
	font-weight:bold;
}
#double .author {
	width:400px;
	float:left;
	color:#999;
	font-size:.88em;
	line-height:1.4em;
}
#double .author .date {
	color:#666;
}
#double .utils {
	width:120px;
	float:right;
	font-size:.88em;
	line-height:1.4em;
}
.articleImg {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #BCC4CC;
}
.clearFirst {
	margin:0;
	padding:0;
	height:60px;
}
* html .clearFirst {
	height:40px;
}
.backToTop {
	text-align:right;
	font-size:.82em;
	font-weight:bold;
	clear:both;
}

/*Additional - Peter*/

.staffImg {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #BCC4CC;
}
.scholarImg {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #BCC4CC;
}
.listImgRight {
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #BCC4CC;
}
.listImgLeft {
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #BCC4CC;
}
.downloadLogo {
	border:1px solid #BCC4CC;
}
.sectionArea {
	font-weight: bold;
	font-size: 14px;
}
.subTitle {
	font-weight: bold;
	font-size: 16px;
}
.subTitleList {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
.listAll {
	color:#999;
	font-size:.88em;
}
.errorText {
	color: #FF0000;
}
.requiredText {
	color: #FF0000;
	font-weight: bold;
}
.smallText {
	color:#000000;
	font-size:0.89em;
}
.sidebarBox a.subNav {
	text-decoration: none;
	color: #666;
}
.sidebarBox a.subNav:hover {
	text-decoration: underline;
}
.sidebarBox a.subNav:active {
	color: #2E363F;
	font-weight: bold;
	text-decoration: none;
}
.sidebarBox a.HL {
	text-decoration: none;
}
.sidebarBox a.HL:hover {
	text-decoration: underline;
}

body.print {
	margin:0em;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:72%;
	background:#FFFFFF;
	color:#2E363F;
	min-height:100%;
	height:auto;
	width:100%;
}
#contentPrint {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background-color: #FFFFFF;
}
#contentPrint .author {
	width:500px;
	float:left;
	color:#999;
	font-size:.88em;
	line-height:1.4em;
}
#contentPrint .author .date {
	color:#666;
}
.bodytext {
	font-size : 12px;
	color : #000000;
	}
.bodytextBold {
   font-weight: bold;  	 
	font-size : 12px;
	color : #000000;
	}
