@charset "utf-8";

img, div {
	behavior: url(http://www.transformfleet.com/scripts/iepngfix.htc)
}

body {
	margin:0 auto;
	background-color:#000000;
	background-image: url(images/bckgnd1.jpg);
	background-position:top;
	background-repeat: no-repeat;
}
body, td, th {
	font-family:  Trebuchet MS, Lucida Grande, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #eeeeee;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.title_text {
	font-size: 16px;
	font-weight:bold;
}
.left {
	float:left;
}
.right {
	float:right;
}
.style1 {
	color: #444444
}
div#index-image {
	width: 1000px;
	height: 283px;
	margin:0 auto;
	position:relative;
	top: 150px;
	left : -600px;
}

div#menu {float:right;width:300px; text-transform:uppercase; text-align:right; }

div#pagewrapper {
	margin:0 auto;
	text-align: center;
	width: 975px;
	height:100%;
}
div#header {
	margin:0 auto;
	height: 211px;
	width: 975px;

}
div#maincontent {
	float:left;
	text-align:left;
	width: 975px;
	height:100%;

}
div#footer {
	float:left;
	width: 100%;
	height: 100px;
	border-top:solid;
	border-color:#003366;
	color:#444444;
	text-align:center;
}
#screenshot{
	position:absolute;
	padding:5px;
	display:none;
	color:#fff;
	}
	
img{
	border:none;
	}
	
ul,li{
	margin:0;
	padding:0;
}


/* DEFAULT ANCHORS */
a {
	color:#CCC;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}
a, a img {
	border:none;
}
a:active, a:focus {
	outline:none;
}

#one_column {
	width: 955px;
	padding:10px;
}
#two_column {
	width: 467px;
	padding:10px;
}
#three_column {
	width: 305px;
	padding:10px;
}
#four_column {
	width: 223px;
	padding:10px;
}
.small_pic {
	margin:0 auto;
	width: 243px;
	height:150px;
	text-align:center;
}

/* Easy Tooltip */

#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	color:#fff;
	}
	
/* Corner  */

#corner {
  position: absolute;
  z-index: 10;  
  top: 0;
}
.corner-left {
  left: 0;
}
.corner-right {
  right: 0;
}
					