body {
	background: #FFF url('../img/bg.gif') repeat-x scroll;
	margin: 0px;
	padding: 0px;
	font-size:12px;	
	line-height:1.5;	
	font-family: "Arial";
}

a {
	color: #4A4B4C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	color: #4A4B4C;
	margin-bottom: 5px;
}



h4 {
	margin-top: 10px;
	color: #A8B3A2;
}

h4 a{
	color: #A8B3A2;
}

.newsitem {
	margin-bottom: 26px;
}


.blockimg {
	display: block;
}

.mainimage {
	display: inline;
	margin-left: 145px;
	float: left;
}

.inlineimg {
	margin: 0px 0px 20px 30px;
}

.title {
	padding: 30px;
}


.featureboxbold
{
	width:50%;
	padding: 10px;	
	background-color: #A8B3A2;
	color: #FFF;
	font-size:1.25em;
	text-align: center;
}

.featureboxbold a {color:white;}

.projtable {
}

.projtable tr{
}

.projtable td{
	padding-bottom: 30px;
}

.projtable h3{
	margin-top: 0;
}

.nextbutton{
	text-align:right;
}


.errormsg {
	color:red;
	font-weight: bold;
}

#hiablogo {
	display: block;
	float:left;
	margin: 0px 40px;
}

#header {
}




#navbar {
	min-width:830px;
	margin: 0px;
	padding-top: 72px;
}




#nav {
	margin: 0;
	padding: 0;
	height: 17px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 17px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -17px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -34px;
}


#thome a  {
	width: 63px;
	background: url(../img/nav/home.gif) top left no-repeat;
}
#tabout a  {
	width: 86px;
	background: url(../img/nav/about.gif) top left no-repeat;
}
#twho a  {
	width: 108px;
	background: url(../img/nav/who.gif) top left no-repeat;
}
#tprojects a  {
	width: 78px;
	background: url(../img/nav/projects.gif) top left no-repeat;
}
#tarticles a  {
	width: 76px;
	background: url(../img/nav/articles.gif) top left no-repeat;
}
#tcontact a  {
	width: 80px;
	background: url(../img/nav/contact.gif) top left no-repeat;
}



#titlebar {
	min-width:800px;
	height: 287px;
	background-color: #4A4B4C;
	clear:both;
}

#titlebarsmall {
	min-width:800px;
	height: 178px;
	background-color: #4A4B4C;
	clear:both;
}


#content
{
	min-width:830px;
	padding: 28px;
	margin-left: 115px;
}


#mainpane
{
	width:60%;
	float:left;
}


#maillist
{
	width: 250px;
	margin-left:60px;
	padding: 10px;	
	background-color: #A8B3A2;
	float:left;
	color: #FFF;
	
}

#maillist input {
	border: 1px solid #999;
}


#footer{
	width:48%;
	padding: 10px;
	margin-left: 143px;
	margin-top: 20px;
	clear:both;	
	background-color: #A8B3A2;
	color: #FFF;
	font-size:0.75em;
}