html, body {
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#EEEEEE;
	margin:0px;
	padding:0px;
	page-break-after:auto;
	font-weight:normal;
	background-image:url(../images/arizona-sunburst.png);
	background-color:#0066CC;
	background-repeat:no-repeat;
	background-position: 0px 296px;
}


h1 {
	text-transform:lowercase;
	font-size:32px;
	line-height:46px;
	color:#CCCCCC;
	margin:0 0 0 10%;
	letter-spacing:3px;
}

h2 {
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	color:#99CCFF;
	margin:0 0 0 10%;
	letter-spacing:5px;
}

h3 {
text-transform:uppercase;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#EEEEEE;
	padding:0 0 12px 0;
	margin:0px 0 25px 0;
	letter-spacing:2px;
}

h4 {
text-transform:lowercase;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#EEEEEE;
	padding:0 0 12px 0;
	margin:0px 0 25px 0;
	letter-spacing:2px;
}

p {
	margin:0px 0 32px 0;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
}

p strong {
	color:#FFFFFF;
}

a {
	font-weight:bold;
	color:#FFCC33;
	text-decoration:none;
}

a:link, a:visited {
	color:#FFCC33;
	font-weight:bold;
}

a:hover {
	color:#FF6633;
}

a img {
border: none;
}

ol, ul {
	margin:10px 30px;
	padding:0 30px;
}

ol {
	color:#FC0;
}
ol span {
	color:#EEE;
}

ul {
	list-style-image:url(../images/bullet.gif);
}

.quote{
	position:relative;
	background-color:#666666;
	background-image:url(../images/icons/quote.gif);
	background-repeat:no-repeat;
	background-position:15px 50%;
	margin-top:40px;
	margin-right:15%;
	margin-bottom:40px;
	margin-left:15%;
	padding-top:20px;
	padding-right:15px;
	padding-bottom:20px;
	padding-left:60px;
	color:#FFFFFF;
	border:3px solid #CCCCCC;
}

.exclamation {
	background-image:url(../images/icons/exclamation.gif);
  	position:relative;
	background-color:#666666;
	background-repeat:no-repeat;
	background-position:15px 50%;
	margin-top:40px;
	margin-right:15%;
	margin-bottom:40px;
	margin-left:15%;
	padding-top:20px;
	padding-right:15px;
	padding-bottom:20px;
	padding-left:60px;
	color:#FFFFFF;
	border:3px dashed #CCCCCC;
}

.stop {
	background-image:url(../images/icons/stop.gif);
	position:relative;
	background-color:#666666;
	background-repeat:no-repeat;
	background-position:15px 50%;
	margin-top:40px;
	margin-right:15%;
	margin-bottom:40px;
	margin-left:15%;
	padding-top:20px;
	padding-right:15px;
	padding-bottom:20px;
	padding-left:60px;
	color:#FFFFFF;
	border:3px dashed #CCCCCC;
}

.go {
  background-image:url(../images/icons/go.gif);
	position:relative;
	background-color:#666666;
	background-repeat:no-repeat;
	background-position:15px 50%;
	margin-top:40px;
	margin-right:15%;
	margin-bottom:40px;
	margin-left:15%;
	padding-top:20px;
	padding-right:15px;
	padding-bottom:20px;
	padding-left:60px;
	color:#FFFFFF;
	border:3px dashed #CCCCCC;
}

.floatLeft {
  float:left;
}

.floatRight {
  float:right;
}

.alignLeft {
  text-align:left;
}

.alignRight {
  text-align:right;
}

/* mootools */



.tool-tip {
	color: #fff;
	width: 172px;
	z-index:30;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 10px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index:30;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}




