@charset "UTF-8";
/* CSS Document */
/*
/* Green: #CCFF00
/* Pink: #C06
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	background-color:#999;
}

#header {
	position:absolute;
	width:670px;
	height:280px;
	z-index:98;
	left: 206px;
	top: 11px;
}

#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;
	height: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: -126px;
	z-index: 1;
}

.bigtext {
	color: #000;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.big3 {
	color: #000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

.frontpagebigclock {
	color: #000;
	font-size: 6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.littletext {
	color: #CCFF00;
	font-size: 9px;
}

#d1 {
	position:absolute;
	width:151px;
	height:343px;
	z-index:1;
	left: 48px;
	top: 150px;
}


#d2 {
	position:absolute;
	width:637px;
	height:576px;
	z-index:1;
	left: 74px;
	top: 26px;
}

#frontpagediv {
	position:absolute;
	width:542px;
	height:405px;
	z-index:1;
	left: 173px;
	top: 140px;
	/*background-image:url(../images/bgimg.gif);*/
	background-position:center top;
	background-repeat:no-repeat;
}

	#footer {
	position:absolute;
	bottom:-5px;
	width:660px;
	height:57px;			/* Height of the footer */
	background:#333;
	padding-left:inherit;
	left: 0px;
	background-color: #333;
	}

#timedate {
	position:absolute;
	color: #000;
	width:169px;
	height:42px;
	z-index:10;
	left: 48px;
	top: 265px;
}

#body_div {
	position:absolute;
	width:650px;
	height:482px;
	z-index:1;
	left: 206px;
	top: 276px;
	background-image: url(../images/bottom_main_bg.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000;
}

#infobox_main {
	position:absolute;
	width:315px;
	height:232px;
	z-index:5;
	left: 210px;
	top: 290px;
	background-color: #666666;
	background-image: url(../images/bottom_main_bg.gif);
	padding-right: 10px;
	padding-left: 10px;
}

#infobox_aboutmain {
	position:absolute;
	width:639px;
	height:181px;
	z-index:5;
	left: 210px;
	top: 290px;
	background-color: #666666;
	background-image: url(../images/bottom_main_bg.gif);
	padding-right: 10px;
	padding-left: 10px;
}

#infobox1 {
	position:absolute;
	width:200px;
	height:175px;
	z-index:6;
	left: 209px;
	top: 519px;
	background-color: #666666;
	background-image: url(../images/bottom_main_bg.gif);
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#infobox2 {
	position:absolute;
	width:200px;
	height:175px;
	z-index:6;
	left: 431px;
	top: 519px;
	background-color: #666666;
	background-image: url(../images/bottom_main_bg.gif);
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#infobox3 {
	position:absolute;
	width:200px;
	height:175px;
	z-index:6;
	left: 653px;
	top: 519px;
	background-color: #666666;
	background-image: url(../images/bottom_main_bg.gif);
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#NEWS {
	position:absolute;
	width:307px;
	height:232px;
	z-index:5;
	left: 552px;
	top: 290px;
	background-color: #666666;
	background-image: url(../images/bottom_main_bg.gif);
	padding-right: 0px;
	padding-left: 0px;
}

h1 {
	font-size: 18px;
	color: #CCFF00;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

h2 {
	font-size: 14px;
	color: #CCFF00;
	margin: 0px;
}

a:active {
	color: #fff;
	text-decoration: none;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #fff;
	text-decoration: none;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #eee;
	text-decoration: none;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #CCFF00;
	text-decoration: underline;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}

ul { 
    margin: 0; 
    padding: 0px 2px; 
    list-style-type: none; 
    width: 19px; 
    height: auto;
    /* define font here for IE6 */ 
    font: 11px Arial, Helvetica, sans-serif; 
} 
ul li { 
    cursor: pointer; 
    white-space: nowrap;   
} 

ul > li:hover { 
    background-color: #CCFF00; 
	color: #ff0000;
	
} 

.borderit img{
border: 1px solid #ccc;
}

.borderit:hover img{
	border: 5px solid #CCFF00;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}


#cover_godaddyAD {
	position:fixed;
	width:100%;
	height:140px;
	z-index:0;
	background-color: #999;
	top: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}

