/* Header */

#header {
	width: 1000px;
	height: 75px;
	margin: 0 auto;
}

/* FLASHIMAGES*/

#imagessplash {
	width: 960px;
	height: 250px;
	margin: 0 auto;
	border-top: 20px solid #FFFFFF;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}

/* CONTENT */

#content {
	width: 930px;
	height: 710px;
	margin: 0 auto;
	padding: 30px 35px 0 35px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
}

#maincontent {
	float: left;
	width: 780px;
}

#maincontentindex {
	float: left;
	width: 705px;
}

#pubmaincontent {
	float: left;
	width: 760px;
}

#profile {
	float: left;
	width: 930px;
}

#contact {
	float: left;
	width: 930px;
	height: 570px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
}

#profilemaincontent {
	float: left;
	width: 498px;
	height: 330px;
}

#profilemaincontent2 {
	float: right;
	width: 430px;
	padding: 0 0 0 0;
	height: 330px;

}	

#researchmaincontent1 {
	float: left;
	width: 570px;
	height: 330px;
	padding-top: 10px;
}

#researchmaincontent2 {
	float: right;
	width: 358px;
	padding: 5px 0 0 0;
	height: 330px;
	padding-top: 10px;
}	
#relatedlinks {
	float: right;
	width: 220px;
	HEIGHT: 570px;
	padding: 5px 0 0 0;

	
}

/***right Side Bar***/

#navlist { float: left; width: 100px; margin-top: 0px; margin-left: 0px;}


#navlist ul {
 list-style: none;
}

#navlist li a{
	display: block;
	height: 70px;
	width: 96px;
	padding: 5px;
	margin: 5px;
	background: inherit;
	border-left: 8px solid #CC9933;
	color: #CC9933;
	font-size: 12px;
	font-weight: bold;
}
 
#navlist li a:hover {
 color: #ffffff;
 background: #BECC00;
 border-left: 8px solid #999966;}
 
#navlist li .active {
 color: #ffffff;
 background: #BECC00;
 border-left: 8px solid #999966;}
#pubmenu {
	float: right;
	width: 150px;
	HEIGHT: 570px;
	padding: 5px 0 0 0;
}

/* FOOTER*/

#footer {
	margin: 0px;
	padding: 0px;
}

#footer p {
	text-align: center;
	color: #ffffff;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;		

}

 /* FONT STYLING */
* {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}

body {
	margin: 5px 0;  /* The space from the top of the page */
	padding: 0;
	background: #EFEFEF;
	font-size: 12px;
	color: #6B6B6B;
}

h1 {
	margin-bottom: 10px;
	font-size: 26px;
	color: #BECC00;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #ECEBE6;
}

h2 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #999999;
	font-weight: normal;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	color: #999966;
	font-style: normal;
	line-height: 20px;

}

h5 {
	font-size: 12px;
	color: #999966;
	font-style: normal;
	line-height: 20px;
	background-image: url(design/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 30px;
}

 /* LINK STYLING */
a {
	color: #CC9933;
	text-decoration: none;	
}

a:hover {
	color: #fff;
	background: #CC9933;
}

img {
	border: none;
}

