body {
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

/*layout divs */

#container {
	position:absolute;
	left:140px;
	top:240px;
	width:600px;
	height:400px;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #00CCCC;
}
#content {
	position:relative;
	top:4px;
	height:392px;
	background-color: #FFFFFF;
	padding-left: 4px;
}
#scrolltrack {
	position:absolute;
	left:726px;
	top:40px;
	width:14px;
	height:194px;
	background-color: #FFFFFF;
	border: 1px solid #00CCCC;
	overflow:hidden;
}
#home #scrolltrack {
	height: 622px;
}
#home #topframe {
	height: 622px;
}
#scrollbar {
	position:absolute;
	top:0px;
	width:14px;
	background-color: #00CCCC;
	visibility: visible;
	width: 14px;
	cursor: all-scroll;
}

#topframe {
	position:absolute;
	left:140px;
	top:40px;
	width:580px;
	height:194px;
	overflow: hidden;
	border: 1px solid #00CCCC;
}

#contbox {
	position:absolute;
	left:140px;
	top:45px;
	width:580px;
	height:186px;
	overflow: hidden;
}
#about #contbox p {
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.textHighlighs {
	font-size: 1.2em;
	color: #00CCCC;
}
#about a {
	color: #333333;
	text-decoration: underline;
}
#home #contbox {
	height: 612px;
	width: 576px;
}

#about #contbox {
	left:40px;
	height:auto;
	width: 360px;
	overflow: visible;
} 


#nav {
	position:absolute;
	left:760px;
	top:40px;
	width:200px;
	height:622px;
	z-index: 2;
}

#credits {
	position:absolute;
	left:130px;
	top:670px;
	width:600px;
	height:20px;
	z-index:1;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: center;
}


/*--*/

/* nav styles*/


#nav ul {
	margin: 0px;
	padding: 0;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #666;
	list-style-type: none;
	text-decoration: none;
	list-style-image: none;
	line-height: 20px;
}


.section {
	color: #00CCCC;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dotted #00CCCC;
	line-height: 70%;
	padding-top: 3px;
	margin: 20px 0 6px 0;
	letter-spacing: .1em;
}

.navTitle {
	margin: 80px 0 0 0;
	color: #00CCCC;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;

}



.Titles {
	font-size: 32px;
	text-align: left;
	background-color: #00CCCC;
	margin: 0px;
	padding: 10px 0 0 4px;
	line-height: 20px;
	color: #fff;
}

.titleExt2 {
	border-top: #FFFFFF dotted 1px;
	padding: 6px 0 4px 4px;
	margin-right: 4px;
	display: block;
	text-align:left;
	font-size: 11px;
	letter-spacing: .1em;
}


/* iframe*/


#iframe {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	position: relative;
	width: 570px;
	height: auto;
}


/* links*/


ul a:link, ul a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #666;
}
ul a:hover, ul a:active {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}


.Titles a:link, .Titles a:visited {
	text-decoration: none;
	color: #fff;
}
.Titles a:hover, .Titles a:active {
	text-decoration: none;
	color: #333;
}



/*--*/
