/* CSS Document */

/* gray: CCCCCC */
/* orange: FFCC00 */

/*TEXT STYLES*/

	
	.main {
		font-family:Arial, sans-serif;
		color:#999999;
		font-size:12px;
		line-height:16px;
	}

	.iMain {
		font-family:Arial, sans-serif;
		color:#666666;
		font-size:12px;
		line-height:16px;
	}

	
	input {
		background-color:#CCCCCC;
		width: 360px;
	}
	
	textarea {
		background-color:#CCCCCC;
		width: 360px;
	}
	
	h1 {
		font-family:Arial, sans-serif;
		color:#000000;
		font-weight:normal;
		font-size:12px;
		line-height:16px;
		margin: 0px;
	}
	
	strong {
		font-family:Arial, sans-serif;
		color:#000000;
		font-weight:normal;
		font-size:12px;
		line-height:16px;
		margin: 0px;
	}	
		
	a.menu:link {
		font-family:Arial, sans-serif;
		color:#999999;
		font-size:12px;
		line-height:16px;
		text-decoration:none;	
	}
	
	a.menu:visited {
		font-family:Arial, sans-serif;
		color:#999999;
		font-size:12px;
		line-height:16px;
		text-decoration:none;	
	}
	
	a.menu:hover {
		font-family:Arial, sans-serif;
		font-size:12px;
		line-height:16px;
		text-decoration:none;
	}
	
	a.menu:active {
		font-family:Arial, sans-serif;
		font-size:12px;
		line-height:16px;
		text-decoration:none;
	}

	a.main:link {
		font-family:Arial, sans-serif;
		color:#999999;
		font-size:12px;
		line-height:16px;
		text-decoration:underline;	
	}
	
	a.main:visited {
		font-family:Arial, sans-serif;
		color:#999999;
		font-size:12px;
		line-height:16px;
		text-decoration:underline;	
	}
	
	a.main:hover {
		font-family:Arial, sans-serif;
		color:#FFCC00;
		font-size:12px;
		line-height:16px;
		text-decoration:underline;
	}
	
	a.main:active {
		font-family:Arial, sans-serif;
		color:#FFFFFF;
		font-size:12px;
		line-height:16px;
		text-decoration:none;
	}

/*OBJECT STYLES*/
	
	body {
		margin-top: 20px;
		text-align: center;
		min-width: 760px;
		background-color: #FFFFFF;
	}
	
	#container {
		position: relative;
		width: 760px;
		height: auto;
		margin: 0 auto;
		text-align: left;				
	}
	
	#flashHead {	
		position: absolute;
		top: 0px;
		left: 0px;
		width:760px;
		height:110px;
		z-index: 2;
	}

	#pngHead {	
		position: absolute;
		top: 0px;
		left: 0px;	
		width:760px;
		height:110px;
		z-index: 2;
	}
	
	#insideRight {
		position: absolute;
		top: 215px;
		left: 252px;
		width: 482px;
		height: auto;
		margin: 0px 0px 0px 0px;
	}	

	#insideLeft {
		position: absolute;	
		top: 215px;
		left: 42px;
		width: 190px;
		height: 800px;
		margin: 0px 0px 0px 0px;
		text-align: right;
	}	

	#divider {
		position: absolute;
		top: 132px;
		left: 42px;
		width:692px;
		height:1px;
		overflow:hidden;
		background:#000000;
		z-index:2;
	}
	
	#title {
		position: absolute;	
		top:132px;
		left:42px;
		width:190px;
		height:10px;
		overflow:hidden;
		text-align:left;
		font-family:Arial, sans-serif;
		color:#999999;
		font-size:12px;
		line-height:14px;
		padding-left:0px;
		padding-right:0px;
		padding-top:10px;
		padding-bottom:5px;
		cursor: pointer;
		z-index:1;
	}
	
	#about {
		position: absolute;	
		top:132px;
		left:252px;
		width:100px;
		height:10px;
		overflow:hidden;
		text-align:left;
		font-family:Arial, sans-serif;
		color:#999999;
		font-size:12px;
		line-height:14px;
		padding-left:10px;
		padding-right:0px;
		padding-top:10px;
		padding-bottom:5px;
		border-left:1px solid #999999;
		cursor:pointer;
		z-index:1;
	}
	
		
	#print {
		position: absolute;	
		top:132px;
		left:372px;
		width:100px;
		height:10px;
		overflow:hidden;
		text-align:left;
		font-family:Arial, sans-serif;
		color:#999999;
		font-size:12px;
		line-height:14px;		
		padding-left:10px;
		padding-right:0px;
		padding-top:10px;
		padding-bottom:5px;
		border-left:1px solid #999999;
		cursor:pointer;
		z-index:1;
	}
	
	#interactive {
		position: absolute;	
		top:132px;
		left:492px;
		width:100px;
		height:10px;
		overflow:hidden;
		text-align:left;
		font-family:Arial, sans-serif;
		color:#999999;
		font-size:12px;
		line-height:14px;		
		padding-left:10px;
		padding-right:0px;
		padding-top:10px;
		padding-bottom:5px;
		border-left:1px solid #999999;
		cursor:pointer;
		z-index:1;
	}

	#contact {
		position: absolute;	
		top:132px;
		left:612px;
		width:100px;
		height:10px;
		overflow:hidden;
		text-align:left;
		font-family:Arial, sans-serif;
		color:#999999;
		font-size:12px;
		line-height:14px;		
		padding-left:10px;
		padding-right:0px;
		padding-top:10px;
		padding-bottom:5px;
		border-left:1px solid #999999;
		cursor:pointer;
		z-index:1;
	}	

	#content {
		position:absolute;
		top:210px;
		left:43px;
		width:692px;
		height:auto;
		overflow:hidden;
		text-align:left;
		font-family:Arial, sans-serif;
		color:#999999;
		font-size:12px;
		line-height:14px;		
		z-index:1;
	}	
