@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/graybackground3.jpg);
    background-position: center top;
	background-color:#60606C;
	background-repeat:no-repeat;
	margin:0;
}

#header {
	position:absolute;
	margin-left:50%;
    left:-410px;
    width:820px;
    top:47px;
	height:66px;
}


#hackersafe {
	position:absolute;
	margin-left:50%;
	left:280px;
	width:120px;
	top:18px;
	background-color:#ffffff;
	z-index:999;


}

#top_nav {
	position:absolute;
	margin-left:50%;
	left:-400px;
	width:800px;
	top:0;
	z-index:999;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	padding-left:5;

	
}

.livepersondiv {
	position:absolute;
    left: 50%;
    margin-left: +411px;
	display:none;
}

.lpPoweredBy {
display:none;}


.top_nav a{color:#999; text-decoration:none;}
.sub_nav a{color:#660000; text-decoration:none;}
.sub_nav a:visited{color:#660000;}


#container {
	position:absolute;
	margin-left:50%;
	left:-400px;
	width:800px;
	top:120px;
	background-color:#ffffff;
	padding: 1px;
	min-height:600px;
    height:auto;
}

* html #container {
	position:absolute;
	margin-left:50%;
	left:-400px;
	width:800px;
	top:120px;
	background-color:#ffffff;
	padding: 1px;
	min-height:600px;
    height:auto;
	height:600px;
    
}

#main_nav {
	margin-left:1px;
}


#footer {
    position:absolute;
	bottom:-600px;
	width:800px;
	height:600px;
	background-image:url(images/footerbkg.jpg);
	background-repeat:no-repeat;
	background-color:#60606C;
}

#footer2 {
    position:absolute;
	bottom:-200px;
	width:800px;
	height:200px;
	background-color:#60606C;
}


#darkfooter {
    position:absolute;
	bottom:-152px;
	width:800px;
	height:150px;
	background-image:url(images/footerbkg2.jpg);
	background-repeat:no-repeat;


	
}


.titles {
	font-size: 24px;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
}

.smalltitles {
	font-size: 16px;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
}
.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

.darkblueborder{border:1px solid #1D2C41;}
.lightblueborder{border:1px solid #CECEFF;}
.lightgreyborder{border:1px dotted #E6E6E6;}
a{color:#666666;text-decoration:none;}
a:visited{color:#666666;text-decoration:none;}
a:hover{color:#990000;text-decoration:none;}
a:active{color:#3366CC;text-decoration:none;}
.pagetitle{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:16px;font-style:normal;font-weight:bold;background-color:#ffffff;background-image:url(images/pagetitlebkg.jpg);background-repeat:repeat-x;color:#666666;height:40px;vertical-align:middle;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:3px;text-align:left;}
