body {
	margin: 0;
	padding: 0;
	text-align: center;
    background-image: url(../graphics/background_tile.gif);
	/*background-image: url(graphics/arizona_flag_background.gif);*/
	font: 12px Verdana, Arial, Geneva, Helvetica, sans-serif;
	color:#000080;
	background-color: #D3D3D3;
}
#container {
	width:963px;
	margin:0 auto;
	text-align:left;
}
#banner {
	margin-top:10px;
	padding:4px;
	text-align: center;
	background-color:white;
	color:#53B5A3;
	border:1px solid #53B5A3;
}
.bannerBorder {
	border:1px solid #53B5A3;
}
.bannerInside {
	background-image: url(../graphics/mtnmouse_bannerh125x951text2025.jpg);
	width:951px;
	height:125px;
	margin:0 auto;
}
#menu3css {
    width:852px;
    margin:0 auto;
}
#menuBorder {
	padding:4px;
	background-color:#B9DFC8;
	color:white;
	border:1px solid #9ECAB1;
}
#menu { 
	background-color:#B9DFC8;
	color:white;
	border: 1px solid #9ECAB1;
	padding: 1px;
	margin: 0;
 }
/* Table used to put a flexible container around
 menu code so it can be centered regardless of width */
#menuTable {
	margin:0 auto;
	border-collapse:collapse;
}
#insideHeader {
	background-color:transparent;
	color:#000080;
	margin-top:15px;
	padding:4px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
 #insideSubHeader {
	color:#000080;
	background-color:transparent;
	padding:4px 0 4px 0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
} 
#content {
	margin: 0;
	padding: 8px;
}
a:link, a:visited {
	color:#000080;
	font-weight:bold;
	background-color: transparent;
}
a:hover {
	font-weight:bold;
	color: red;
	background-color: transparent;
}
a:active {
	color:#000080;
	font-weight:bold;
	background-color: transparent;
}
#footer { 
	clear: both;
	font-size: 10px;
	font-weight: normal;
	border-top:2px solid #53B5A3;
	padding: 8px;
	margin: 0;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-weight:normal;
}
p {
    font-size:14px;
}
hr {
	border: 1px solid #53B5A3;
	color:#53B5A3;
	background-color:#53B5A3;
}
h1, h2, h3, h4, h5, h6 {
	color:#000080;
	font-weight: bold;
	background-color: transparent;
}
h1 { 
	font-size: 30px;
}
h2 { 
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
} 
h5 { 
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
b {
	color:#000080;
	font-weight: bold;
	background-color: transparent;
 }
li, p {line-height: 1.4;
}
.font10 {
	font-size:10px;
}
.font12 {
	font-size:12px;
}
.font14 {
	font-size:14px;
}
.font16 {
	font-size:16px;
}
.font18 {
	font-size:18px;
}
.font20 {
	font-size:20px
}
.font24 {
	font-size:24px;
}
.font30 {
	font-size:30px;
}
.underline {
	text-decoration: underline;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.pictureCtrnb {
	text-align:center;
	padding:8px 0;
}
.pictureCtr {
	text-align:center;
	padding:8px 0;
}
.pictureCtr img {
	border: 1px solid black;
}
.floatleft {
	float: left;
	padding:8px 8px 8px 0;
}
.floatleft img {
	border: 1px solid black;
}
/* Following for NO BORDER */
.floatleftnb {
	float: left;
	padding:8px 8px 8px 0;
}
.floatright {
	float: right;
	padding:8px 0 8px 8px;
}
.floatright img {
	border: 1px solid black;
}
/* Following for NO BORDER */
.floatrightnb {
	float: right;
	padding:8px 0 8px 8px;
}
/* 49% seems to work with 8px padding in content box, 
however, 48% leaves a little slack so is safer */
.box50left {
	float:left;
	width:48%;
	padding:8px 0;
}
.box50left img {
	border:1px solid black;
}
.box50leftnb {
	float:left;
	width:48%;
	padding:8px 0;
}
.box50right {
	float:right;
	width:48%;
	padding:8px 0;
}
.box50right img {
	border:1px solid black;
}
.box50rightnb {
	float:right;
	width:48%;
	padding:8px 0;
}
.clear {
	clear:both;
}
.infobox { 
	border: 1px solid gray;
	color:black;
	background-color:transparent;
	padding: 4px;
 }
.infoboxYellow {
	border: 1px solid gray;
	color:black;
	background-color: yellow;
	padding: 4px;
}
.infoboxGreen {
	border: 3px double green;
	color:black;
	background-color: transparent;
	padding: 4px;
}
ul.expandList li {
	margin-top:5px;
}
ol.expandList li {
	margin-top:5px;
}
.navprevious {
	width:100px;
	float:left;
	text-align:left;
	margin-bottom:10px;
}
.navnext {
	width:100px;
	float:right;
	text-align:right;
	margin-bottom:10px;
}
.navhome {
	text-align:center;
	margin-bottom:5px;
}
