/* PAGE SETTINGS */

body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 790px;
	background-color: #E0E0E0;
}
.central {
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	text-align: left;
}

/* LAYOUT */

#logo{
	position:relative;
	top:4px;
	left:0px;
	width:790px;
	height: 85px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	z-index: auto;
}
#mainmenu{
	position:relative;
	left: 0px;
	top: 8px;
	width: 790px;
	height: 55px;
	clear: both;
	margin: 0px;
	padding: 0px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	z-index: 20;
	border-top: 1px solid #FFFFFF;
}
#Content{
	position:relative;
	left: 0px;
	top: 8px;
	width: 339px;
	height: 268px;
	overflow: auto;
	background-color: #CCCCCC;
	float: left;
	margin: 0px;
	padding: 9px 12px 0px 14px;
}
#image-area{
	position:relative;
	top: 8px;
	left: 0px;
	text-align: left;
	width: 425px;
	height: 277px;
	background-color: #CCCCCC;
	float: right;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#examples{
	position:relative;
	top: 9px;
	left: 0px;
	height: 100px;
	width: 790px;
	text-align:left;
	vertical-align:bottom;
	clear: both;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	background-color: #000000;
}
#ttp-bar{
	position:relative;
	left: 0px;
	top: 9px;
	width: 790px;
	height: 28px;
	overflow: visible;
	background-color: #FFFFFF;
	clear: both;
	float: left;
}

/* TEXT STYLES */

.bodyCopy{
	font-family: "Trebuchet MS", serif;
	font-size: small;
	color:#333333;
	font-weight: normal;
	list-style: square outside;
}

.bigtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#333333;
}

.boldintro{
	font-family: "Trebuchet MS", serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

/* LINK STYLES */

a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3333FF;
	font-weight: bolder;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
	font-weight: bolder;
	text-decoration: none;
}

a#biglink{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#3333CC;
	text-decoration: none;
	font-weight: normal;
}
a#biglink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	text-decoration: none;
}
#tv {
	position:relative;
	top: 8px;
	left: 0px;
	height: 445px;
	width: 790px;
	text-align:center;
	vertical-align:middle;
	clear: both;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
