/* CSS Document */
body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;	
	text-align: justify;
	color:#000;
	}
	
* {
	margin:0px;
	padding:0px;
	}
	
#textLinks{
	position:relative;
	width:800px;
	left:90px;
	text-align:left;
	line-height:normal;
	display:none;

	
}
#textLinks p{
	padding:25px;
	font-size:10px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#textLinks p strong{
 	color: #666;
	font-weight:bold;
	font-size:16px;
	border-bottom:groove #666;
	padding:5px;
		
}

H2 {
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom:1px #333 solid;
	}
/**************Main Design *************/
#container {
	position:absolute;
	width:100%;
	}
	
#main {
	position:relative;
	width:980px;
	left: -480px;
	margin-left: 50%;	
	}
#content {
	position:relative;
}
	
/**************Text Design *************/

.titler{
	letter-spacing:-1px;
	font-size: 135%;
	color:#999;
	font-weight:600;
	/font-weight:400;
	text-align: justify;}

/**************Content Design *************/
#flashcontent {
	position:absolute;
	float:left;
	z-index: 100;
	width:980px;
	height:560px;
	}	
	
#description {
	position:absolute;
	font-size: 67%;
	line-height: 1.5em;
	text-align: justify;
	top:45px;
	height:auto;
	width: 525px;
	cursor:text;
	}

#topDesc {
	position:relative;
	width:509px;
	height:69px;
	z-index:5000;	
	top:0;
	text-indent:30px;
	left:15px;
	padding-bottom:10px;
}

#centerDesc {
	position:relative;
	width:305px;
	height:130;
	z-index:500;
	top:0;
	left:15px;
	padding-bottom:15px;
	}

#bottomDesc {
	position:relative;
	width:305px;
	height:69px;
	z-index:300;
	top:0;
	left:15px;
		}
	

