@charset "UTF-8";

body 
{
	background-color: #2C3539;
}

body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

h1 
{
	font-size: 40px;
	margin: 0px;
	padding: 0px;
}

h2 
{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

nameText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	padding-top: 0px;
}

titleText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 0px;
}

#apDiv1 
{
	position: relative;
	width: 800px;
	height: auto;
	z-index: 1;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: thin;
	padding: 0px;
	padding-top: 0px;
}

#imageWrapper 
{
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #EEEFEF;
}

#imageTextWrapper 
{
	position: absolute;
	width: 600px;
	height: 40px;
	z-index: 3;
	left: 180px;
	top: 256px;
}

#wrapper 
{
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 40px;
}

#leftblock 
{
	float: left;
	text-align: left;
	display: inline-block;
	width: 250px;
	font-size: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 40px;
	color: #142156;
}

#rightblock 
{
	width: 350px;
	align: right;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 40px;
	color: #142156;
	font-family: Arial, Helvetica, sans-serif;
}

#navlist 
{
	padding: 3px 0;
	//padding-bottom: 3px; 
	//padding-top: 0px;
	padding-left: 15px;
	//padding-right: 0px;
	//height: 20px;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}

#navlist li {
list-style: none;
display: inline;
}

#navlist li a
{
	padding: 3px 2em;
	margin-left: 5px;
	border: 1px solid #778;
	border-bottom: none;
	text-decoration: none;
	background-color: #BDCBDD;
}

#navlist li a:link {
	color: #142156;
}
#navlist li a:visited {
	color: #142175;
}

#navlist li a:hover
{
color: #000;
background: #7AB6FF;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

#bottomWrapper {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.pubTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #29628D;
	line-height: 30px;
	font-weight: bold;
}
.pubTitleB {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #29628D;
	line-height: 30px;
	font-weight: normal;
}

#bottomWrapperPubs {
	margin: 0px;
	padding-left: 20px;
	text-indent: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 24px;
}

#bottomWrapperPubs p {
	margin-bottom: 40px;
}
	
.projectTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #29628D;
	line-height: 30px;
	font-weight: bold;
}
