body{
    font-family: "Lucida Grande", "Verdana", sans serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

#wrapper {
	background-color: #fff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#left {
    width: 597px;
	border-right: 1px dotted #666;
	padding-bottom: 72px;
}

.actionblock_purple {
	border: 1px solid #996699;
	background-color: #ffccff;
	padding: 5px;
	margin: 2%;
}

.actionblock_orange {
	border: 1px solid #ff9933;
	background-color: #ffff99;
	padding: 5px;
	margin: 2%;
}

.actionblock_green {
	border: 1px solid #669933;
	background-color: #ccff99;
	padding: 5px;
	margin: 2%;
}

.actionhead_purple {
	position: relative;
	font-size: 200%;
	font-weight: bold;
}

.actionhead_orange {
	position: relative;
	font-size: 200%;
	font-weight: bold;
}

.actionhead_orange a:link, .actionhead_orange a:visited, .actionhead_orange a:active, .actionhead_orange a:hover {
	text-decoration: none;
	color: #ff9933;
}

.actionhead_green {
	position: relative;
	font-size: 200%;
	font-weight: bold;
}

.actionhead_green a:link, .actionhead_green a:visited, .actionhead_green a:active, .actionhead_green a:hover {
	text-decoration: none;
	color: #669933;
}

.spacer {
clear: left;
}

.altSearchAsLink {
	font-size: 100%;
	font-weight: bold;
	color: #996699;
}

.actiontext{
	position: relative;
	float: left;
	padding-right: 12px;
	width: 65%;
}

#right
{
	width: 189px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	padding-bottom: 72px;
	}

#footer {
	clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: center;
	padding: 24px 0 60px 0;
	border-top: 1px solid #bbb;
}

h1 {
    font-size: 24px;
    padding-bottom: 5px;
}

.numbers {
    font-size: 36px;
    font-weight: bold;
    color: #AA1E1D;
    text-align: center;
}

.smoothlist {
	marker-offset: 6px;
	margin: 0px;
	padding-left: 15px;
}

li{
	margin: 0px;
}

h3 {
    font-size: 14px;
    font-weight: bold:
    padding-top: 32px;
}

.sidetext {
    font-size: 11px;
}

.helptext {
    font-size: x-small;
}

.fineprint {
    font-size: 12px;
}

.fineprint a:link, .fineprint a:visited, .content a:active, .content a:hover{
    color: #cc3300;
}

.text{
    color: #000;
}

.textreverse{
	background-color: #000;
    color: #fff;
    padding: 0 0 12px 8px;
}

.text a:link, .text a:visited, .text a:active, .text a:hover{
    color: #be5028;
}

.textreverse a:link, .textreverse a:visited, .textreverse a:active, .textreverse a:hover{
    color: #be5028;
}

#navlist
{
    margin: 0;
    padding: 10px 0px 20px 10px;
    border-bottom: 1px solid #999;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
padding-bottom: 2px;
background: transparent;
color: #000;
}

.photoset {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 8px;
    background-color: #ccff6a;
    border: 0px;
}

.phototitle {
    text-align: top;
    font-size: medium;
    font-weight: bold; 
}

.submitLink{
   color: #00f;
   background-color: transparent;
   text-decoration: underline;
   font-size: 80%;
   border: none;
   cursor: pointer;
   cursor: hand;
}