/*BODY FORMATTING*/

/*bady*/
html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-width: 0px;
	background-color: #DADADA;
}




/*TABLE FORMATTING*/

/*td: logo + bottom nav*/
.logoandbottomtd {
	width: 725px;
	height: 80px;
	padding: 0px;
	border-spacing: 0px;
	border-width: 0px;
	background-color: #dadada;
}

/*td: red stripe*/
.redtd {
	width: 725px;
	height: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-width: 0px;
	background-color: #990000;	
}

/*td: dark grey*/
.darkgreytd {
	width: 725px;
	height: 25px;
	padding: 0px;
	border-spacing: 0px;
	border-width: 0px;
	background-color: #111111;	
}




/*TEXT FORMATTING*/


/*master paragraph*/
p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-indent: 20px;
}

/*master header*/
h1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-indent: 10px;
}

/*h2 header*/
h2 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-indent: 10px;
}

/*master list*/
ul {
	list-style-type: disk;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/*bottom navigation divider and text*/
.bottomnavdivide {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #000000;
}


/*bottom navigation walking stick text*/
.bottomnavwalkingstick {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #999999;
}




/*LINK FORMATTING*/

/*bottom navigation: link unvisted: dormant state */
a.bottomnav:link {
	color: #666666;
	font: Arial;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/*bottom navigation: link visted: dormant state*/
a.bottomnav:visited {
  color: #666666;
  font: Arial;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

/*bottom navigation: mouseover*/
a.bottomnav:hover {
	color: #666666;
	font: Arial;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*bottom navigation: onmouseclick*/
a.bottomnav:active {
	color: #e9e9e9;
	font: Arial;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/*bottom navigation: walking stick: link unvisted: dormant state */
a.walkingstick:link {
	color: #999999;
	font: Arial;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;	
}

/*bottom navigation: walking stick: link visted: dormant state*/
a.walkingstick:visited {
  color: #999999;
  font: Arial;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

/*bottom navigation: walking stick: mouseover*/
a.walkingstick:hover {
	color: #ffffff;
	font: Arial;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*bottom navigation: walking stick: onmouseclick*/
a.walkingstick:active {
	color: #111111;
	font: Arial;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*general link: unvisted: dormant state */
a.general:link {
	color: #999999;
	font: Arial;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*general link: visted: dormant state*/
a.general:visited {
  color: #e9e9e9;
  font: Arial;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/*general link: mouseover*/
a.general:hover {
	color: #ffffff;
	font: Arial;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/*general link: onmouseclick*/
a.general:active {
	color: #e9e9e9;
	font: Arial;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}


