@charset "UTF-8";
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	text-align: center;
	margin: 0;
	width: 100%;
}
nav  {
	float:right;

	padding-right:200px;}

.navlist {
	color: #156CC2;
	list-style-type: none;
	overflow: hidden;
	text-decoration: none;
}
.navlistitem  {
	float: left;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #295D8B;
}

a:hover {
	text-decoration: none;
	color: #A6A6A6;
	font-weight: bold;
}
.navlistitem.a {
	padding-top: 10px;
	padding-right:30px;
	padding-left: 30px;
	padding-bottom: 10px;
	display: block;
	text-decoration-line: none;
	text-decoration: none;
	color: #8F8F8F;
	color: #908E8E;
}
.navlistitem.a:hover {
	color: #A6A6A6;
}


h1   {
	color: #000000;
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	padding-left:65px;
	clear: both;
	float: left;
}


p {
	color: #333333;
	font-weight: lighter;
	font-size: 1.25em;
}

header.img  {
	padding-top: 40x;
	position: relative;
	padding-left:65px;
	float: left;
	margin-top: 2%;
}

.asideright {
	width:75%;
	float: right;
	text-align: left;
	padding-right: 75px;
	padding-top:80px;
	padding-bottom:20px;
}
figure {
  float:none;
  width: 40%;
  text-align: center;
  font-style: normal;
  font-size: medium;
  text-indent: 0;

 margin: 0.5em;
  padding: 0.5em;
}
.asidecenter {
	width: 100%;
	clear: both
	padding-left: 0px;
	padding-top: 200px;
	margin-left: 0px;
	
}





.images
{
display: inline;
margin: 0px;
padding: 0px;
}

#content
{
display: block;
margin: 0px;
padding: 0px;
position: relative;
	float:inherit;
top: 190px;
height: auto;
max-width: auto;
overflow-y: hidden;
overflow-x:auto;
}
img.profile {
	float: right;
	padding-right: 60px;
}
a.inline {
	color: #0B7E99;
	font-weight: normal;
	text-decoration: none;
}

.carousel {top: 0px;}
footer {
	color: #5E5E5E;
	font-size: 1em;
	text-align: center;
	clear: both;
	padding-top: 30px;
}
