﻿body {
	background-image:#000000;
	background-color: #000000;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:20px;
	color: #F90;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:10px;
	color:#F90;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:14px;
	color:#000000;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
	color: #999999;
	margin-top:5px;
	padding-bottom:5px;
	font-size:16px;
	line-height:1.5em;
}

p2 {
	color: #999999;
	margin-top:5px;
	padding-bottom:5px;
	font-size:12px;
	line-height:1.5em;
}
p3 {
	color: #999999;
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}



a:link {
COLOR: #FF0000;
}
a:visited {
COLOR: #F90;
}
a:hover {
COLOR: #3366FF;
}
a:active {
COLOR: #00FF00;
}



#container {
	font-family:Calibri,Helvetica,sans-serif;
	font-size:13px;
	margin:auto;
	width:800px;
	height:auto;
	background-color:#000000;
	text-align:left;
	border-left:1px dotted #CCC;
	border-right:1px dotted #CCC;
}

#banner {		
	width:800px;
	height:200px;
	padding-bottom:10px;
}

#bannerLeft {
	width:800px;
	height:198px;
	background-image:url(bannertext.gif);
	float: left;
}
	
#bannerLeft2 {
	width:800px;
	height:198px;
	background-image:url(bannernewmid.gif);
	float: left;
}

#menu {
	width:800px;
	height:40px;
	padding-bottom:20px;
	
}

#menu ul {
	list-style: none;	
}

#li{
	color:#999999;
	margin-top:5px;
	padding-bottom:5px;
	font-size:15px;
	line-height:1.5em;
	}


#menu li {
	
	display: inline; 
	
}


#content {

	height:100%;
	
		}

#leftColumn {
	float:left;
	position:absolute;
}

#nav {
	margin:0;
	padding:20px;
	list-style:none;
	
}

#nav a {
	float:left;
	display:inline;
	font-size:20px;
	text-align:center;
	color:#F90;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:25px;
	border:1px dotted #333;
	
}

#nav a:hover {
	background-color:#333;
}

	}

#leftColumnBottom {
	width:130px;

	padding:110px 7px 7px;
	color:#EAEAEA;
}

#rightColumn {
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	height:auto;
	width:800px;
	
}

#leftTable {
	float:left;
	width:370px;
	padding-left:20px;
	color:#666;
	}
	
#rightTable  {

	float:left;
	width:370px;
	color:#666;
	
	}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	margin:auto;
	width:800px;
	
	background-color:#000000;
	font:15px Arial,Helvetica,sans-serif;

	padding-bottom:15px;
	color:#F90;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#F39;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #F90; 
    -webkit-box-shadow: 0 0 90px #F90;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(..images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}







