html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #144501;
	text-align: center;
	background: #7CBADD url(site_graphics/body_background.jpg) repeat-x center top;
	padding-bottom: 15px;
}
h1 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 0px 34px 10px 34px;
}
h2 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 10px 34px;
}
p {
	margin: 0px 34px;
	padding-bottom: 10px;
	text-align: justify;
}
a:link, a:visited {
	color: #144501;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #FFF;
	background-color: #668642;
	text-decoration: underline;
	margin-bottom: -3px;
	padding-bottom: 3px;
}
a:active {
	color: #144501;
	background-color: #FFF;
	text-decoration: underline;
}
div#textOnly {
	width: 760px;
	color: #FFF;
	margin: 10px auto -15px auto;
	text-align: right;
	font-weight: bold;
}
div#textOnly a:link {
	margin-right: 25px;
	padding: 3px 5px;
	color: #FFF;
	font-weight: bold;
	height: 1em;
	text-decoration: none;
	border: 1px solid #FFF;
	background: none;
}
div#textOnly a:visited {
	margin-right: 25px;
	padding: 3px 5px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFF;
	background: none;
}
div#textOnly a:hover {
	margin-right: 25px;
	padding: 3px 5px;
	color: #3170A6;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFF;
	background: #FFF;
}
div#outerWrap {
	width: 760px;
	text-align: center;
	margin: 25px auto 0 auto;
	padding: 0;
	background: url(site_graphics/gradient_background.jpg);
}
div#outerWrap img {
	display: block; /*needed to prevent gap appearing in IE*/
	margin: 0 auto;
	padding: 0;
}
div#innerWrap {
	width: 760px;
	text-align: center;
	margin: 0 auto;
}
div#navigation {
	margin: 0 auto;
	padding: 0px 0 4px 0;
	width: 758px;
	background: url(site_graphics/navigation_background_2.jpg) repeat-x left bottom;
	background-color: #B7D78C;
	text-align: center;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0em;
	font-size: 1px;
}
.navright {
}
div#rightCol {
	width: 428px;
	float: right;
	margin-top: 28px ;
	margin-right: 35px;
	margin-bottom: 20px;
	padding: 0;
	display: inline; /*keeps flash block in position for IE */
	vertical-align: baseline;
}
div#mainContent {
	width: 426px; /*428px for IE - see conditional comment in head*/
	margin: 0;
	padding: 20px 0 10px 0;
	border-right: 1px solid #144501;
	border-left: 1px solid #144501;
	background: #FFF;
	text-align: left;
}
div#mainContent .examples {
	margin:0;
	padding: 0 34px 15px 34px;
	text-align: left;
}
div#mainContent .examples img {
	margin: 3px 3px 0 0;
	text-align: left;
}
div#mainContent .examples .examplesText {
	width: 290px;
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
	float: right;
}
div#mainContent .examples .examplesText h2 {
	margin: 0 0 0 5px;
	padding: 0;
}
div#mainContent .examples .examplesText p {
	margin: 0 0 0 5px;
	padding: 0;
}
div#mainContent .examples .examplesText a {
	margin: 0 0 0 5px;
	padding: 0;
}

div#mainContent .contributeChoose {
	margin: 0 auto 5px auto;
}
div#mainContent ul {
	margin: 0 60px 5px 73px;
	list-style: inside;
}
div#rightCol .panos {
	width: 426px; /*428px for IE - see conditional comment in head*/
	margin: 0;
	padding: 0;
	border-right: 1px solid #144501;
	border-left: 1px solid #144501;
	background: #FFF;
	text-align: center;
}
div#rightCol .panos img {
	margin: 0 auto;
	padding: 0;
	border: 1px solid #144501;
}
div#rightCol .panos p {
	margin: 0 34px;
	text-align: left;
}
div#rightCol .panos h2 {
	margin: 0;
	text-align: left;
}
div#rightCol .panos ul {
    margin: 8px 0 20px 0;
	width: 420px;
	text-align: center;
}
div#rightCol .panos ul li {
	display: inline;
	margin: 0;
	padding: 2px 10px 3px 10px;
}
div#rightCol img.panosQtJava  {
	border: none;
	margin: 0 0 -5px 0;
	text-align: left;
	display: inline;
}
div#leftCol {
	margin: 0 0 30px 0;
	padding: 28px 0 0 0;
	width: 265px;
	float: left;
	display: inline;
	text-align: left;
	vertical-align: top;
}
div#leftCol ul {
	padding: 0;
	margin: 20px 0 0px 74px;
	width: 190px;
}
div#leftCol ul li {
	margin: 0;
	list-style: none;
	background: #668642;
	text-align: left;
}
div#leftCol ul li.quickLinks {
	padding: 3px 12px 5px 12px;
	margin: 0;
	color: #FFF;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: none;
	border-bottom: 1px solid #6D8C49;
}
div#leftCol ul li a:link {
	padding: 5px 12px;
	margin: 0;
	color: #144501;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #F0FAE1;
	border-right: 1px solid #6D8C49;
	border-bottom: 1px solid #6D8C49;
	border-left: 1px solid #6D8C49;
}
div#leftCol ul li a:visited {
	margin: 0;
	padding: 5px 12px;
	color: #144501;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #F0FAE1;
	border-right: 1px solid #6D8C49;
	border-bottom: 1px solid #6D8C49;
	border-left: 1px solid #6D8C49;
}
div#leftCol ul li a:hover {
	padding: 5px 4px 5px 12px;
	margin: 0;
	color: #144501;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #CBE2AA;
	border-right: 8px solid #6D8C49;
	border-bottom: 1px solid #6D8C49;
	border-left: 1px solid #6D8C49;
}
div#leftCol ul li a:focus {
	padding: 5px 4px 5px 12px;
	margin: 0;
	color: #144501;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #CBE2AA;
	border-right: 8px solid #6D8C49;
	border-bottom: 1px solid #6D8C49;
	border-left: 1px solid #6D8C49;
}
div#leftCol ul li a:active {
	padding: 5px 4px 5px 12px;
	margin: 0;
	color: #144501;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #CBE2AA;
	border-right: 8px solid #6D8C49;
	border-bottom: 1px solid #6D8C49;
	border-left: 1px solid #6D8C49;
}
div#leftCol ul li.leftNavCurrent {
	padding: 5px 7px 5px 12px;
	margin: 0;
	color: #144501;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #CBE2AA;
	border-right: 4px solid #6D8C49;
	border-bottom: 1px solid #6D8C49;
	border-left: 1px solid #6D8C49;
}
div#flashAndPics {
	width: 200px;
	margin-left: 69px;
	padding: 0;
}
div#leftColPicBox {
	width: 200px;
	margin-left: 69px;
	padding: 0;
	text-align: left;
}
div#leftColPicBox img {
	margin: 25px 0 0 55px;
}
div#centredCol {
	width: 656px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	background: #FFF;
	margin: 28px auto 20px 69px;
}
.example {
	width: 654px; /*change for IE - see conditional comment in head*/
	margin: 0;
	padding: 20px 0 10px 0;
	border-right: 1px solid #144501;
	border-left: 1px solid #144501;
	background: #FFF;
	text-align: left;
}
div#centredCol img.logo {
	margin: 10px 0 15px 46px;
	padding: 0;
	border: solid 1px #000;
	display: block;
}
div#centredCol .exampleText {
	margin: 0;
	width: 425px;
	float: right;
	padding: 0;
}
div#centredCol .exampleText p {
	margin: 0 34px 0 0;
	
}
div#centredCol h1 {
	clear: both;
	margin:0;
	padding: 20px 0 0 34px;
	border-right: 1px solid #144501;
	border-left: 1px solid #144501;
}
div#invite {
	background: #E8F4D7;
	margin: 0 34px;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}
div#invite p {
	margin: 0px;
}
div#footer {
	background: url(site_graphics/footer_page_bottom.jpg) no-repeat center bottom;
	height: 18px;
	text-align: right;
	font-size: 10px;
	color: #528FBD;
	clear: both;
}
div#validate {
	text-align: right;
	font-size: x-small;
	color: #3A77AA;
	background: #7CBADD;
	padding-right: 25px;
	height: 1em;
}
div#validate ul {
	margin: 0;
	padding: 0;
}
div#validate ul li {
	margin: 0;
	padding: 0 0 0 10px;
	display: inline;
	color: #2E6089;
}
div#validate ul li a:link {
	color: #2E6089;
	text-decoration: none;
	font-weight: normal;
}
div#validate ul li a:hover, div#validate ul li a:focus {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	background: #7CBADD;
}
div#validate ul li a:active {
	color: #3A77AA;
	text-decoration: none;
	border-bottom: 1px solid #3A77AA;
}
.copyright {
	margin-left: 25px;
	float: left;
	color: #2E6089;
}
div#centreColMainContent img.picRight {
	float: right;
	margin: 0 34px 0 0;
}
div#centreColMainContent img.picLeft {
	float: left;
	margin: 0;
	padding: 0 0 0 34px;
	display: inline;
}
div#clearit {
	clear: both;
}
div.prices {
	width: 374px;
	border: 1px solid #668643;
	margin: 15px 0 0 25px;
	background: #E9F1DF;
	padding-bottom: 10px;
}
div.prices h2 {
	color: #FFF;
	background: #668643;
	margin: 0 0 5px 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.prices h3 {
	color: #144501;
	background: none;
	margin: 0;
	padding: 10px 34px;
	font-size: small;
}
div.prices p  {
	margin-top: 15px;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}

div#mainContent p.questionOdds {
	color: red;
	font-weight: bold;
}
div#mainContent p.questionOdds a:link {
	color: #144501;
	font-weight: bold;
	text-decoration: none;
	background: none;
}
div#mainContent p.questionOdds a:visited {
	color: #144501;
	font-weight: bold;
	text-decoration: none;
	background: none;
}
div#mainContent p.questionOdds a:hover {
	color: #144501;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}
div#mainContent p.questionOdds a:active {
	color: #144501;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}
div#mainContent p.questionEvens {
	color: #144501;
	font-weight: normal;
	background: none;
	margin: 0 34px;
}
div#mainContent p.questionEvens a:link {
	color: #144501;
	font-weight: normal;
	text-decoration: none;
	background: none;
}
div#mainContent p.questionEvens a:visited {
	color: #144501;
	font-weight: normal;
	text-decoration: none;
	background: none;
}
div#mainContent p.questionEvens a:hover {
	color: #144501;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}
div#mainContent p.questionEvens a:visited {
	color: #144501;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

div#mainContent p.questionBottom {
	font-weight: bold;
	margin: 0 34px;
	padding: 5px 10px;
	border-top: 1px solid #144501;
	border-right: 1px solid #144501;
	border-bottom: none;
	border-left: 1px solid #144501;
}
div#mainContent p.answers {
	font-weight: normal;
	margin: 0 34px 15px 34px;
	background: #E9F1DF;
	padding: 5px 10px 7px 5px;
	border-top: none;
	border-right: 1px solid #144501;
	border-bottom: 1px solid #144501;
	border-left: 1px solid #144501;
}
div#mainContent p.answers a:link {
	font-weight: normal;
	text-decoration: underline;
	padding-bottom: 3px;
}
div#mainContent p.answers a:visited {
	font-weight: normal;
	text-decoration: underline;
}
div#mainContent p.answers a:hover {
	font-weight: normal;
	text-decoration: underline;
}
div#mainContent p.answers a:active {
	font-weight: normal;
	text-decoration: underline;
}