body {
	background-image: url(images/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}
#wrapper {
	background-image: url(images/bg-black.gif);
	height: 100%;
	width: 840px;
	margin: 0 auto;
	margin-bottom: 0px;
	background-color: #000000;
}
.imageHeading {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
ul {
	list-style-type: disc;
}
.listOrdered {
}
.listOrdered li {
	list-style-type: lower-alpha;
}
.listRomanNum {
}
.listRomanNum li {
	list-style-type: lower-roman;
}

#platypusman {
	width: 840px;
	margin: 0 auto;
}
#mainBottom {
	height: 40px;
	width: 840px;
	background-image: url(images/main-bottom.gif);
	background-repeat: no-repeat;
}
.main {
	background-image: url(images/main-middle.gif);
	height: 100%;
	margin: 0 auto 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: repeat-y;
	background-position: center top;
}

#mainColumn {
	width: 520px;
	vertical-align: top;
	padding-right: 60px;
	float: none;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3874FD;
	padding-left: 40px;
	text-align: justify;
}
#mainColumn h1 {
	font-size: 20px;
	font-weight: bold;
	color: #3874FD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3874FD;
	padding-top: 40px;
	margin-bottom: 20px;
}
#mainColumn h2 {
	font-size: 18px;
	margin-top: 40px;
}
#mainColumn h3 {
	font-size: 16px;
	padding-top: 20px;
}
#mainColumn h4 {
	font-size: 14px;
	padding-top: 20px;
}

/*
#mainColumn img {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
*/

#mainColumn a:visited {
	color: #999999;
}
#mainColumn a:hover {
	color: #0000FF;
}
#mainColumn a {
	color: #3874FD;
	text-decoration: none;
	font-weight: bold;
}
#mainColumn li {
	padding-bottom: 20px;
}

.flashIntro {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
}
#footer {
	width: 840px;
	height: 40px;
	background-image: url(images/bg-black.gif);
	margin: 0 auto;
	color: #999999;
	text-align: center;
}
#footer a {
	color: #999999;
	text-align: center;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer a:visited {
	color: #666666;
}


.imageCenter {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.imageCaption {
	font-size: 10px;
	font-weight: bolder;
	color: #3874FD;
	margin-top: 10px;
	text-align: justify;
}

#header {
}

.quote {
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
.textTop {
	vertical-align: top;
}
#columnLeft {
	width: 300px;
	height: 100%;
	padding-left: 0px;
	float: left;
}


#sidebar {
	width: 170px;
	float: right;
	background-image: url(images/bg-white.gif);
	vertical-align: top;
}

.sidebarTop {
	background-image: url(images/sidebar-top.gif);
	height: 20px;
	width: 170px;
}
.sidebarMid {
	background-image: url(images/sidebar-mid.gif);
	width: 170px;
	height: auto;
}
.sidebarBot {
	background-image: url(images/sidebar-bot.gif);
	height: 20px;
	width: 170px;
	margin-bottom: 20px;
}

.btn {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10px;
	text-align: left;
	width: 110px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-left: 20px;
}
.btn a {
	text-decoration: none;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0066FF;
}
.readMore {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3874FD;
	padding-bottom: 20px;
	margin-top: -10px;	
}
.indented {
	text-indent: 10px;
}
.btn a:hover {
	color: #000000;
}
.btn a:visited {
	color: #89AFFD;
}

#sidebarLeft {
	width: 170px;
	float: left;
	background-image: url(images/bg-white.gif);
	vertical-align: top;
}
.bold {
	font-weight: bolder;
	color: #000000;
}
.linkList {
	padding-bottom: 10px;
}
.imgRight {
	text-align: right;
	float: right;
	padding-left: 40px;
}
.imgLeft {
	text-align: left;
	float: left;
	padding-right: 40px;
}
.horizLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3874FD;
	padding-bottom: 20px;
}
.floatLeft {
	float: left;
	padding-right: 20px;
	text-align: justify;
}
.floatRight {
	float: right;
	padding-left: 40px;
	text-align: justify;
	padding-bottom: 20px;
}
.alignRight {
	text-align: right;
}

/*
td {
}
td p {
	line-height: 10px;
}
*/

