@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:#000000;
	height:100%;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
.blue {
	color:#0f8891;
	display:inline;
	}
a {
	text-decoration:underline;
	color:#0f8891;
	}
.green {
	color:#718661;
	}
a img {
	border:none;
	}

a.imgPop {
	position:relative;
	z-index:20;
}

a.imgPop:hover {
	display:inline;
	z-index:30;
}

a.imgPop span {
	display:none;
}

a.imgPop:hover span {
	display:block;
	position:absolute;
	top:1.25em;
	left:0px;
	width:200px;
	height:118px;
}

.alignCenter {
	text-align:center;
	}
#leftnav {
	background:#281429;
	}
#container {
	background:url(images/bg_container.jpg) top left no-repeat;
	padding:80px 0 0 15px;
	line-height:16px;
	}
#picture {
	padding:20px;
	}
#bigpic {
	border:4px solid #653366;
	padding:4px;
	}
.list1 {
	margin:0;
	padding:0;
	list-style-image:url(images/bull_37.gif);
	}
#footer {
	background:url(images/bg_footer_47.jpg) top center no-repeat;
	padding-top:15px;
	font-size:11px;
	color:#999999;
	text-align:center;
	padding-bottom:30px;
	}