* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-bottom: 20px;
	color: #333333;
}

h1 {
	font-size: 1.82em;
}

h2 {
	font-size: 1.36em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ol, ul {
	margin-bottom: 20px;
	line-height: 1.67em;
}

ol, ul {
	list-style-type: none;
}

ol {
	margin-left: 3em;
	list-style-type: none;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Logo */

#logo {
	padding:25px 5px 150px 20px; 
	background: url(images/gotmine1.png) no-repeat center bottom;
	border-top: 10px solid #000000;
	border-bottom: 1px solid #FFFFFF;
}

#logo h1, #logo h2 {
	width: 550px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.22em;
}

#logo h1 {
}

#logo h2 {
	margin-top: -1.22em;
	text-align: right;
}

#logo a {
	text-decoration: none;
	color: #000000;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #FF9900;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	background-color:white;
}


/* Left */

#left {
	float: left;
	width: 100px;
	padding: 5px;
}

#left h2 {
	margin-bottom: 1em;
	padding-right: 6px;
	text-transform: uppercase;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

#left ul {
	line-height: 1.82em;
}

#left li {
	padding-right: 5px;
	background: url(images/img04.gif) no-repeat right center;
	text-align: right;
}

#left a {
	text-decoration: none;
	font-size: .85em;
}

#left a:hover {
	text-decoration: underline;
}

/* Center */

#center {
	float: left;
	width: 500px;
	padding: 5px;
}

/* Right */

#right {
	float: left;
	width: 150px;
	padding: 5px;
}

#right h2 {
	margin-bottom: 1em;
	padding-left: 6px;
	border-left: 4px solid #000000;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

#right ul {
	line-height: 1.82em;
}

#right li {
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat left center;
}

#right a {
	text-decoration: none;
	font-size: .85em;
}

#right a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
        background: #ffffff repeat-x;

}

#footer p {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-size: .77em;
	font-weight: bold;
	color: #000000;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #a4cbea;
margin: 18px auto 24px auto;
padding: 4px;
color: #595151;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #fff;
width: 24%;
border: 1px dotted #a4cbea;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #595151;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #a4cbea;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
background-color: transparent;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px dotted #a4cbea;
border-bottom: 1px dotted #a4cbea;
margin: 20px auto 12px auto;
padding: 12px;
text-align: right;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #fff;
border-top: 1px dotted #595151;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #a4cbea;
line-height: 120%;
text-align: center;
}




