body {
	background-color: #FFF;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
 
#wrapper {
	float: none;
	width: 1024px;
	overflow: visible;
	z-index: 1;
}
#person {
	height: 680px;
	width: 250px;
	position: absolute;
	z-index: 10;
	left: 300px;
	top: 0px;
}
#footer {
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #0D2C9C;
	text-align: right;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
#innerFooter {
	width: 1024px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
}
#innerFooter img {
	display: block;
	float: left;
}
#leftbanner {
	background-image: url(../images/leftbanner.gif);
	margin: 0px;
	padding: 0px;
	height: 630px;
	width: 140px;
	float: left;
}
#navWrapper {
	height: 630px;
	width: 280px;
	float: left;
	background-color: #FFF;
}
#navSpacer1 {
	background-color: #4DE1E7;
	height: 130px;
	width: 270px;
	margin-left: 10px;
}
#navSpacer2 {
	background-color: #C4E523;
	height: 120px;
	width: 270px;
	margin-left: 10px;
}
#button1 {
	background-color: #4DE1E7;
}
h5 {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#button2 {
	background-color: #FCD028;
}
#button3 {
	background-color: #0059F1;	
}
#button4 {
	background-color: #00D4AE;
}
#button5 {
	background-color: #06D5FF;
}
.navButton {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 35px;
	color: #FFF;
	background-color: #3ed2d7;
	height: 55px;
	width: 280px;
	margin-bottom: 10px;
	display: block;
	
	padding: 0px;
}
.navButton:hover {

}
.navButton a:link, .navButton a:visited, .navButton a:active {
	color:#FFF;
	text-decoration:none;
	display: block;
	height: 35px;
	width: 250px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;background-image: url(../images/white.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 
.navButton a:hover {
	color:#FFF;
	text-decoration:none;
	background-position: right;
	background-image: url(../images/white.gif);
}
#icon1 {
	display: block;
	position: absolute;
	top: 190px;
	z-index: 15;
	left: -140px;
}
#container {
	float: left;
	width: 584px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.alignRight {
	text-align: right;
}
.logo {
	margin-top: 60px;
	margin-bottom: 20px;
}
h1 {
	font-size: 30px;
	line-height: 30px;
	color: #063981;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: right;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #5A86C5;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #285CA9;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#icon2 {
	display: block;
	position: absolute;
	top: 260px;
	z-index: 20;
	left: -140px;
}
#content {
	padding-left: 130px;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	text-align: justify;
	padding-bottom: 10px;
}
.logo2 {
	margin-top: 40px;
	margin-bottom: 10px;
}
.logo2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.teal {
	color: #41BABF;
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #4EDADE;
	padding-bottom: 10px;
}
.gold {
	color: #CFAF3C;
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F4CF47;
	padding-bottom: 10px;
}
.blue {
	color: #1D5EEC;
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #1D5EEC;
	padding-bottom: 10px;
}
.lightblue {
	color: #40D6FC;
		margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #4EDADE;
	padding-bottom: 10px;
}
.yellowfade {
	background-color: #FEFB84;
	background-image: url(../images/yellowfade.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #039;
}
.lime {
	color: #AFCF3B;
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C2E343;
	padding-bottom: 10px;
}
.floatleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
.floatright {
	float: right;
}
.grey {
	color: #333;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content ul {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: left;
}
#chart tr td {
	font-size: 13px;
	color: #333;
	text-align: center;
}
.orangefade {
	background-color: #FFD235;
	background-image: url(../images/orange.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #039;
}
.darkorangefade {
	background-color: #FFA72B;
	background-image: url(../images/darkorange.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #039;
}
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited, a:active {
	color:#063981;
	text-decoration:none;
}
 
a:hover {
	color:#285CA9;
	text-decoration:underline;
}
#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;

}

#slide-images li img{
	display:block;

}
#button6 {
	background-color: #C4E523;
}
.teal2 {
	color: #25D3AE;
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #25D3AE;
	padding-bottom: 10px;
}
table td {
	vertical-align: top;
	width: 200px;
}
#person #slide-show {
	height: 280px;
	width: 250px;
}
#person #slide-show #slide-images {
	margin: 0px;
	padding: 0px;
}
.smaller {
	font-size: 14px;
}
