body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/PageBackground6.jpg);
	background-position: center 128px;
	background-repeat: no-repeat;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
}
#wrapper #header {
	height: 89px;
}
#wrapper #header #searchbox {
	width: 300px;
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	font-size: 12px;
	color: #666666;
	text-align: right;
	margin: 10px;
	display: none;
}
#wrapper #header #searchbox input {
	border: 1px solid #CCCCCC;
}
#wrapper #header h1 {
	display: none;
}
#wrapper #header .printerheader {
	display: none;
}
#wrapper #NavZone {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#wrapper #NavZone input {
	border: 1px solid #000;
	font-size: 10px;
	width: 150px;
	background-image: url(../images/HighlightBackground.jpg);
	background-position: center center;
}
#wrapper #NavZone .submit {
	width: 40px;
	font-size: 8px;
	font-weight: bold;
	background-color: #535D90;
	background-image: none;
	color: #FFF;
	height: 12px;
}
#wrapper #NavZone ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#wrapper #NavZone ul li {
	padding-right: 50px;
	font-size: 10px;
	display: inline;
}
#wrapper #NavZone ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper #NavZone ul li ul {
	z-index: 597;
	position: absolute;
	background-image: url(../images/MenuBackground.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	visibility: hidden;
	padding-bottom: 20px;
	float: left;
	text-align: center;
}
#wrapper #NavZone ul li ul li {
	display: block;
	width: 200px;
	padding: 10px;
}
#wrapper #NavZone ul li ul li:hover {
	background-image: url(../images/MenuHoverBackground.png);
}
#wrapper #NavZone ul li:hover ul, #wrapper #NavZone ul a:hover ul {
	visibility:visible;
	display: block;
	background-image: url(../images/NavButtonBkgd2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #FFFFFF;
}
#wrapper #MainPageContent #FlashFrame {
	padding-top: 0px;
}
#wrapper #MainPageContent #whatsnew {
	background-color: #649916;
	/* background-image: url(../images/footerbackground.jpg); */
	color: #FFF;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	/* background-repeat: repeat-x;
	background-position: center center; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#wrapper #MainPageContent #whatsnew a {
	color: #CCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#wrapper #MainPageContent #whatsnew a:hover {
	color: #FFF;
	border-bottom-color: #FFF;
}
#wrapper #footer {
	clear: both;
	text-align: center;
	font-size: 9px;
	padding-top: 12px;
	padding-bottom: 20px;
	line-height: 1.2;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#wrapper #footer .footerlinks {
	padding-bottom: 5px;
}
#wrapper #footer .footerlinks a {
	color: #333333;
	text-decoration: none;
}
#wrapper #footer .footerlinks a:hover {
	text-decoration: underline;
	color: #000000;
}
#wrapper #footer .copyright {
}
#wrapper #footer .trinickmedia {
	padding-top: 10px;
}
.ExecutiveImage {
	position: relative;
	top: -50px;
}
.ClickableHeaderLogo {
	position: static;
	width: 250px;
	height: 100px;
	cursor: hand;
	float: left;
}
.OnepxImageBorder {
	border: 1px solid #000;
}
.table {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	background-image: url(../images/HighlightBackground.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.table th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #666;
	color: #FFF;
}
.table td {
	padding: 5px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#FlashFrame {
	clear: left;
	/* height: 300px; */
	min-height: 100px;
	display: block;
}
