/* --- CSS Reset --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: white;
	color: Black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
/* --- Typography --- */
p {
	line-height: 18px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	text-align: center;
}
h1 {
	font-size: 200%;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
h2 {
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: normal;
}
h3 {
	font-size: 80%;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	line-height: 145%;
}
h4 {
	line-height: 100%;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: normal;
}
h5 {
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 100%;
}
h6 {
	font-size: 125%;
	font-family: Verdana, Geneva, sans-serif;
	color: #9A376A;
	line-height: 175%;
	font-weight: normal;
}


/*--Typography 2.4.2010--*/

.title {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 175%;
	font-weight: normal;
	color: #333333;
}
/*--not approved
.title:first-letter {
	font-size: 300%;
	display: block;
	float: left;
	padding-right: 8px;
	line-height: 30px;
	
}
--*/
/*--End Special Typography--*/


a:link {
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #9A376A;
}
a:link.mainNav {
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}
a:hover {
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #9A376A;
}
.mainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
	font-weight: normal;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	padding-top: 20px;
}
/* --- Structure --- */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 186px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	text-align: right;
	padding-top: 20;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
Grid.grid
 {
	margin: auto;
}
.fineprint {
	font-size: 9px;
}
.grid-m1 {
  float: left;
  width: 0px;
  height: 1px;
}
.grid-c1 {
	float: left;
	width: 20%;
	overflow: visible;
}
.grid-m2 {
	float: left;
	width: 2%;
	height: 1px;
}
.grid-c2 {
	float: left;
	width: 78%;
	margin-left: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.grid2 {
	margin: auto;
	background-image: url(../images/!BagSpear.jpg);
	background-repeat: repeat-x;
}
.grid-m12 {
	float: left;
	height: 1px;
}
.grid-c12 {
	float: left;
	width: 283px;
}
.grid-m22 {
	float: left;
	width: 20px;
	height: 1px;
}
.grid-c22 {
	width: 283px;
	float: left;
}
#visitOften {
	background-image: url(../images/!BagSpear.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}
#subSideNavContainer {
	margin-top: 500px;
	float: left;
}
.twoColFixLtHdr #container #mainContent .green {
	background-image: url(../images/!BagSpear.jpg);
}.twoColFixLtHdr #container #mainContent .greengreen {
	background-image: url(../images/!BagSpear.jpg);
	color: #9BC364;
}
.twoColFixLtHdr #bronzePageColumn {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 75%;
}

