BODY {
	height: 100%;
	background-color: #AAA;
	color: black;
	padding: 0%;
	margin: 0%;
	}
BODY, TD {
	font-family: verdana, arial, serif;
	font-size: 9pt;
	}
IMG {
	border-style: none;
	border-width: 0px;
	}
H3 {
	color: #555;
	margin-bottom: 4px;
	}
A:link {
	color: blue;
	text-decoration: underline;
	}
A:visited {
	color: blue;
	text-decoration: none;
	}
A:hover {
	color: #F9830F;
	text-decoration: none;
	}

#container {
	margin: 24px 0px 0px;
	text-align: center;
	background-image: url(/images/apple3b.gif);
	}
#subContainer {
	width: 1000px;
	margin: 0 auto;
	padding-top: 24px;
//	background-image: url(images/stripeGradientTop.png);
	background-repeat: repeat-x;
	text-align: left;
	}
#header {
	width: 1024;
	height: 60px;
	}
#logo {
	float: left;
	}
UL#menu {
	float: right;
	margin: 0px;
	}
UL#menu LI {
	display: inline;
	padding-right: 10px;
	}
#contentBlock {
	width: 925px;
	margin-right: 75px;
	}
#contentBlockHeader {
	height: 17px;
	background-image: url(/images/box/top.gif);
	}
#contentBlockFooter {
	height: 17px;
	background-image: url(/images/box/bottom.gif);
	}
#contentBlockContent {
	background-image: url(/images/box/sides.gif);
	}
#contentBlockContentContainer {
	margin: 0px 30px;
	background-color: white;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	}
#secondaryMenu {
	float: right;
	width: 50px;
	}
#disclaimer, #hotLinks {
	padding: 2px 0px 10px;
	font-size: 8pt;
	}
#disclaimer {
	clear: right;
	float: left;
	}
#hotLinks {
	float: right;
	margin-right: 75px;
	}
DIV.clear {
	clear: both;
	}
#footer {
	padding: 0px 0px 0px 2px;
	border-top: 2px dashed white;
	font-style: italic;
	color: white;
	float: left;
	clear: both;
	}

.sectionMenu {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	width: 845px;
	}
.sectionTitle {
	text-align: center;
	margin: 3px 0px;
	font-weight: bold;
	}

ul#partnerMenu LI {
/*	list-style-type: none;	*/
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	}
ul#partnerMenu LI IMG {
	vertical-align: middle;
	border-style: none;
	border-width: 0px;
	}


DIV.source {
	padding: 1px 3px;
	margin: 5px;
	border: 1px solid black;
	background-color: #EEE;
	font-size: 8pt;
	line-height: 8pt;
	}
#feedbackForm INPUT.field, #feedbackForm TEXTAREA {
	font-size: 8pt;
	font-family: "ms sans serif", "sans serif", serif;
	border: 1px solid #CCC;
	padding: 0px 2px;
	width: 300px;
	}
#feedbackForm TABLE TD {
	vertical-align: top;
	}

.small {
	font-size: 8pt;
	}
TABLE.small TD {
	font-size: 8pt;
	}
TABLE.tiny TD {
	font-size: 7pt;
	}
