body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 8px 0px 0px 0px;
	text-align: center;
	background-image: url("../images/fade_green.jpg");
	background-repeat: repeat-x;
	font-size: 13px;
	}
#content-wrapper {
	width: 670px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	}
	#content-wrapper #middle {
		width: 626px;
		margin-left: 22px;
		}
		#content-wrapper #middle #breadcrumbs {
			text-align: left;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			}
		#content-wrapper #middle #content {
			padding: 2px 2px 0px 0px;
			font-size: 13px;
			line-height: 19px;
			margin-top: -2px;
			text-align: left;
			}
			#content-wrapper #middle #content #large-thumbnail {
				padding: 14px 0px 0px 0px;
				float:right;
				width:400px;
				text-align: center;
				}
		#content-wrapper #middle #samples-flash {
			text-align: center;
			width: 670px;
			margin-left: -22px;
			margin-top: 5px;
			}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 12px;
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 12px 0px 0px 0px;
	}
ul {
	list-style-type: none;
	margin-left: 20px;
	}
table tr td {
	vertical-align: top;
	font-size: 12px;
	}




/* --- LINKS --- */
a:link {
	text-decoration: none
} 
a:visited {
	text-decoration: none
} 
a:hover {
	text-decoration: underline
}
/* --- END LINKS --- */






.footer, #footer {
	clear: both;
	width: 646px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-style: italic; 
	color: #999999;
}
.boxBorder {
	border: thin dotted; 
	border-color: #CCCCCC #CCCCCC #FFFFFF
}

.sampleSubHeading {
	color: #CC6600;
}
.breadcrumbs {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.sampleSubTitle {
	font-weight: bold;
	color: #333333;
}
.sampleLaunchLink {
	font-size: 14px;
}




.invisibleLinks {
	visibility: hidden;	
	}

.screenShot {
	float: right;
	border: 1px solid #777;
	padding: 0px 0px 0px 0px;
	margin-top: 4px;
	margin-left: 2px;
	}
.news {
	padding: 2px 2px 0px 0px;
	font-size: 13px;
	line-height: 19px;
	margin-top: -2px;
	}
.about {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 16px;
	}
	
/* --- SAMPLE PAGE CSS --- */
.sample-heading {
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 0px 20px;
	}
.sample-image {
	float: left;
	clear: both;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	border: 1px solid #999999;
	}
.sample-date {
	color: #999999;
	font-size: 11px;
	}
.sample-desc {
	color: #333333;
	font-size: 11px;
	}
.sample-title {
	color: #333333;
	font-size: 12px;
	}
/* --- END SAMPLE PAGE CSS --- */
	
	
/* 2 column layout */
.left {
	clear: both;
	float: left;
	margin: 0px 0px 0px -20px;
	width: 290px;
	text-align: left;
	padding: 0px 4px 8px 0px;
	}
	/* the following rule is recognized only by IE */
	* html body .left {
		margin-left: 0px;
		}

.right {
	width: 290px;
	margin: 0px 0px 0px 320px;
	text-align: left;
	padding: 0px 4px 8px 0px;
	}
	/* the following rule is recognized only by IE */
	* html body .right {
		width: 285px;
		}
