* {
 margin: 0;
}
html, body { height: 100%;}

body,td,th {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	background-image:url(../images/backgrounds/back_big.jpg); background-position:right 0; background-repeat:no-repeat;
	background-color:#0e212f;
}
a:link {
	color: #00aeef;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00aeef;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.class2 a:link {
	color: #FFF;
	text-decoration: none;
	font-size:16px;
}
.class2 a:visited {
	text-decoration: none;
	color: #FFF;
	font-size:16px;
}
.class2 a:hover {
	text-decoration: none;
	color: #00aeef;
	font-size:16px;
}
.class2 a:active {
	text-decoration: none;
	color: #00aeef;
	font-size:16px;
}
.class3 a:link {
	text-decoration: none;
	border:0px;
}
.class3 a:visited {
	text-decoration: none;
	border:0px;
}
.class3 a:hover {
	text-decoration: none;
	border:0px;
}
.class3 a:active {
	text-decoration: none;
	border:0px;
}

.menucurrent {
	text-decoration: none;
	color: #00aeef;
	font-size:16px;
}
.wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -110px;}

.center {
	padding-top:50px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.footer {
	color:#FFF;
	font-size:12px;
	line-height:1.25;
	height:110px;
	padding-left: 30px;
	}

.push { height:110px;}

.header {
	position: relative;
	left:0px;
	right:0px;
	top:20px;
	height:103px;
	background-image:url(../images/backgrounds/darkblueback.png);
}

.body {
	top: 0px;
	display: inline-block;
	height: 100%;
	margin-right: 700px;
}

.menucont {
	width:100%;
	top: 60px;
	position:absolute;
	z-index:101;
	height:25px;
}

.menu {
	width:335px;
	top:0px;
	position:relative;
	z-index:200;
	height:25px;
	margin-left: 400px;
}

.body: after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}


.rightcol {
	float:right;
	width:690px;
	height: 475px;
	overflow: hidden;
}

.leftcol {
	line-height:1.5;
	color:#FFF;
}

#twitter_div {
	width: 300px;
	overflow:hidden;
	padding-top: 10px;
}
#twitter_update_list {
	font-size:13px;
	color:#999;
	list-style-type:none;
	margin-left: -40px;
	margin-top:0px;
	}
	
.bluetext {
	color:#00aeef;
}

/* CSS Lightbox */

.black_overlay{
			display: none;
			position: fixed;
			top: 0%;
			bottom: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color:#0e212f;
			z-index:10001;
			-moz-opacity: 0.8;
			opacity:.8;
			filter: alpha(opacity=80);
		}
.white_content {
			display: none;
			position:fixed;
			left:50%;
			width:260px;
			height:100px;
			text-align:center;
			margin-left: -130px;
			top: 250px;
			padding: 16px;
			z-index:10002;
			overflow: auto;
		}

/*Popup*/

a.info{
    position:relative; /*this is the key*/
    z-index:24;
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}
