/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 15px 0px;
	text-align:center;
	color: #000;
	}
	

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color:#000099;
	font-size:18px;
	}

h3 {
	color:#CCFFFF;
	font-size:15px;
	font-style:italic;
	}
a:link {
	color:#000;
	}
a:visited {
	color:#000;
	}
 a:hover {
	color:#fa0001;
	}
	
#container {
	background-color:#000;
	margin-left: auto; 
	margin-right: auto;
	width:975px;
	height:100%;
	z-index:1;
	text-align:left;

}
#content {
	background-color:#FFFFFF;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	top:2px;
	

	}

#banner {
	
	position:relative;
	float:left;
	width:975px;
	height:auto;
	}

#flashLogo {
	
	width:975px; 
	height:160px; 
	}
	
#left-col {
	position:relative;
	float:left;
	width:140px;
	height:auto;
	
	background-image:url(images/leftNavBackgnd.jpg);
	background-repeat:repeat-y; 
	
	
	}
	
#right-col {
	background-image:url(images/rightColBknd.jpg);
	background-repeat:repeat-y;
	position:relative;
	float:left;
	
	width:326px; 
	height:auto; 
	padding-left:10px;
	}

#right-col1 {
	background-image:url(images/rightcol-background.jpg);
	background-repeat:repeat-x;
	position:relative;
	float:left;
	border-bottom: 10px solid #000;
	width:265px; 
	height:auto; 
	padding:20px 20px 20px 20px;
	line-height:25px;
	}		
#right-col2 {
	background-image:url(images/rightcol-background.jpg);
	background-repeat:repeat-x;
	position:relative;
	float:left;
	border-top: 10px solid #000;
	width:265px; 
	height:auto; 
	padding:20px 20px 20px 20px;
	line-height:25px;
	}

#main {
	
	position:relative;
	float:left;
	background-color:#82B9B6;
	width:455px; 
	height:auto;  
	padding:20px 20px 20px 20px;
	color:#000;
	font-size:14px;
	line-height:25px
	}
#footer {
	position:relative;
	float:left;
	width:975px;
	height:auto;
	padding-bottom:5px;
	background-color:#CCCCCC;

}

#clips {
	position:absolute;
	width:79px;
	height:149px;
	z-index:1;
	top: 512px;
	left: 189px;
}

#downLoad {
	position:absolute;
	width:378px;
	height:206px;
	z-index:1;
	left: 49px;
	top: 351px;
	visibility: hidden;
}	
.qoutesource {
	color:#000;
	font-size:13px;
	font-weight:300;
	}
	
.hilite {
	background-color:#CCFF00;
	}

.leftnav {
	width: 130px; /*width of menu*/
	padding-top:30px;
	margin-left:-30px;
	font-size:17px;

}	

.leftnav a {
	text-decoration:none;
	
	}
.leftnav ul li {
	list-style-type:none;
	padding-bottom:20px;
	
	}
.leftnav ul li a{
	color:#000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.leftnav ul li a:hover {
	text-decoration:none;
	}
.leftnav ul li a:hover {
	color:#006633;
	}

	
	
.footer {
	color:#000;
	font-size:12px;
	font-weight:bold;
	}
.footer a {
	color:#000;
	}

.footer a:visited {
	color:#000;
	}
	
.footer a:hover {
	color:#999999;
	}
		
.required {
	color:#FF0000;
	font-weight:bold;
	}	
.redhot {
	
	font-size:12px;
	color:#990000;
	font-weight:bold;
	}

.redhot a {
	color:#990000;
	}

.redhot a:visited {
	color:#990000;
	}

.redhot a:hover {
	color:#999999;
	}
	
.register {
float:right;
margin: -50px 70px 0 0;
padding: 10px;
font-size: 18px;
background: yellow;
}
