@charset "utf-8";
/* Redefined Tags */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #E1E1E1;
	font-size: 12px;
	background-color: #000000;
	overflow:hidden;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #E1E1E1;
	font-size: 12px;
}
a {
	color: #FFFFFF;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #EF3931;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393737;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #EF3931;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393737;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
}
p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
ul{
	padding-left:15px;
}

/* Content IDs and Classes */
#container {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 600px;
	margin-top: -300px; /* half of the height */
	margin-left: -500px; /* half of the width */
	/*background-image: url(images/tempBg.gif);*/
	background-repeat: no-repeat;
}
#nav {
	width: 1000px;
	height: 113px;
	margin-bottom: 10px;
}
#nav a{
	text-decoration: none;
}
#content {
	height: 473px;
	width: 998px;
	border: 1px solid #646565;
}
#contentHome {
	height: 475px;
	width: 1000px;
}

#footer {
	font-size: 9px;
	margin-top: 10px;
}
#footer a{
	text-decoration: none;
}
#leftCol {
	height: 473px;
	width: 700px;
	position: absolute;
}
#rightColFolio {
	height: 472px;
	width: 280px;
	position: absolute;
	left: 715px;
	overflow: hidden;
}
#rightCol {
	height: 472px;
	width: 283px;
	position: absolute;
	left: 714px;
	overflow: auto;
	padding-right: 15px;
	line-height: 18px;
}
html>body #rightCol {width: 270px;}
#contentFolio {
	height: 252px;
	width: 270px;
	padding-right: 10px;
	left:1px;
	overflow: auto;
	line-height: 18px;
}
#scrollFolio {
/*position:absolute;
z-index:2;
clip: rect(0 180 60 0);
visibility: visible;
	height: 60px;
	width: 980px;
	top: 638px;
	left: 0px;*/
}
#scrollFolio table td {
margin:0px;
padding:0px;
width: 71px;
height: 60px;
}
.smtype {
	font-size: 9px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
#bodycopy {
	line-height: 18px;
}

.popupbox
{
    width:1000px; 
    height:600px; 
    top:-600px; 
    margin:auto; 
    position:relative; 
    display:none;
}

.closepopup
{
    position:relative; 
    float:right;  
    top:-600px;
    cursor:pointer; 
    width:50px; 
    height:50px;
}
