body {
	margin: 0px;
	padding: 0px;
	font: 62.8% "trebuchet MS", verdana, arial, sans-serif;
	color: #5F001A;

}

* {
	margin: 0px;
	padding: 0px;
}

#container { background: #DEF1F7 url(../images/wallpaperblu.gif) repeat; }
#containertype { background: #F6E8D9 url(../images/wallpaper.gif) repeat; }


#banner {
	height: 249px;
}

#banner h1 {
	font: 300% "trebuchet MS", verdana, arial, sans-serif;
	color: #E95B2F;
	margin: 0 0 5px 250px;
	padding-top: 160px;
}

#banner h3 {
	font: 200% "trebuchet MS", verdana, arial, sans-serif;
	color: #E95B2F;
	margin: 0 0 0 500px;
	padding-top: 0;
}


#logo {
	position: absolute;
	top: 1.5%;
	margin: 0;
	left: 1%;
	z-index: 4;
	border: 0;
}

#intro {
	position: absolute;
	width: 190px;
	margin: 230px 0 0 2%;
	z-index: 5;
}

#intro h2 {
	font: 120% "trebuchet MS", verdana, arial, sans-serif;
	color: #FFCCCC;
	margin-bottom: 0;
	padding-bottom: 0;
}

#dangling {
	background: url(../images/spiderdang.gif) no-repeat;
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 150px;
	height: 278px;
	top: 7%;
	margin: 10px 100px 0 50px;
	z-index: 3;
	left: 70%;
}

#spider {
	background: url(../images/spiderweb.gif) no-repeat;
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 150px;
	height: 278px;
	top: 8%;
	margin: 0 100px 0 50px;
	z-index: 3;
}

#web {
	background: url(../images/webskew.gif) no-repeat;
	position: absolute;
	bottom: 0;
	right: 12px;
	width: 281px;
	height: 268px;
	top: 3%;
	margin: 0 10px 0 50px;
	z-index: 2;
}

#spidermid {
	background: url(../images/spidermid.gif) no-repeat;
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 150px;
	height: 278px;
	top: 8%;
	margin: 0 100px 0 50px;
	z-index: 3;
}

hr {
	color: #7d7d7d;
	/* IE needs color */
	background-color: #7d7d7d;
	/* Ffox needs bg col */
	border: none;
	height: 2px;
}

#nav {
	margin: 0;
	width: 100%;
	background-color: #CCCCCC;
	position: absolute;
	height: auto;
	font-size: 120%;
	z-index: 9;
}

#nav ul.nav {
	margin: 0;
	padding-left: 210px;
	width: 100%;
	border-style: none;
}

#nav li {
	display: inline;
	margin: 25px 12px 0 12px;
	border-style: none;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	border: none;
	outline: none;
}

#nav a:hover {
	color: #E95B2F;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

#body_home #nav_home a,#body_about #nav_about a,#body_www #nav_www a,#body_how #nav_how a,#body_cont #nav_cont a,#body_priv #nav_priv a,#body_priv #nav_disc a,#body_priv #nav_copy a,#body_type #nav_type a {
	font-weight: bold;
	text-decoration: none;
	color: #CC3405;
}

div#wrapbody {
	margin-top: 15px;
	width: auto;
}

div#galleryleft {
	width: 200px;
	margin-top: 60px;
	position: absolute;
	height: auto;
	left: 0;
	/* necess to keep pics to LHS in IE) */
}

#galleryleft h3 {
	margin: 40px 10px 10px 35px;
	font-weight: normal;
	color: #5F001A;
	font-size: 1.25em;
}

div#galleryleft img {
	margin: 5px 0 20px 35px;
	border: 0;
}

div#galleryleft img.chap {
	margin: 5px 45px;
	border-right: 5px groove #999999;
	border-bottom: 4px groove #999999;
	border-left: 0;
	border-top: 0;
}


div#galleryleft a {
	border: 0;
	outline: none;
}

div#galleryleft img.up {
	padding-top: 400px;
	margin: 0 92px;
}

div#galleryleft img.upnil {
	padding-top: 0;
	margin: 0 92px;
}

div#galleryleft p.up {
	padding-top: 0.5px;
	color: #57B7DF;
	font-weight: bold;
	margin: 0 65px 0 78px;
}

div#galleryleft p.up a {
	color: #57B7DF;
	outline: none;
	text-decoration: none;
	padding-top: 0.5px;
}

div#bodytext {
	margin: 0 60px 0 220px;
	font-size: 140%;
	line-height: 150%;
	background-color: #DEF1F7;
	padding-bottom: 60px;
	width: auto;
	padding-top: 15px;
	color: #5F001A;
}

#bodytext h1 {
	font-weight: bold;
	font-size: 200%;
	color: #E95B2F;
	margin: 5px 0 0 0;
	/* pushes plain blue up w h1 */
	padding-top: 30px;
	/* space from top of plain blue */
}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #CC3405;
	outline: none;
}

h1 a:hover {
	text-decoration: none;
	color: #E95B2F;
	outline: none;
}

h4 {
	font-size: 110%;
	color: #CC3405;
	padding-top: 30px;
}


div#bodytext p.first {
	padding-top: 30px;
	margin: 0 20px 20px 20px;
}

div#bodytext p.first a:link, p.first a:visited {
	text-decoration: underline;
	color: #CC3405;
	outline: none;
}

div#bodytext p.first a:hover {
	text-decoration: underline;
	color: #E95B2F;
	outline: none;
}

div#bodytext p.first span {
	text-decoration: none;
	outline: none;
	font-size: 80%;
}

div#bodytext p.mission {
	padding: 0;
	margin: 8px 20px 8px 20px;
}

div#bodytext p.mission a:link, p.mission a:visited {
	text-decoration: none;
	color: #CC3405;
	outline: none;
}

div#bodytext p.mission a:hover {
	text-decoration: underline;
	color: #E95B2F;
	outline: none;
}

img.mtlogo {
	margin: 2px 10px 0 2px;
	float: right;
	border-right: 2px groove #999999;
	border-bottom: 3px groove #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}


div#bodytext p.prebullet {
	padding: 0;
	margin: 20px 20px 0 20px;
}

#bodytext ul.txtlist {
	margin: 0 30px 0 80px;
	padding: 0;
}

#bodytext li.txtlist {
	margin: 0;
	list-style-image: url(../images/bulletbrick.gif);
	list-style-position: outside;
}

#bodytext ul.indentone {
	margin: 0 30px 0 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 90%;
	line-height: 130%;
}

#bodytext ul.indentbullet {
	margin: 0 30px 0 0;
	font-size: 90%;
	line-height: 130%;
}

#bodytext li.indentbullet {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
}
div#bodytext img.upr {
	padding-top: 0;
	margin: 0;
	float: right;
	text-decoration: none;
	border: none;
}

div#bodytext img.upr a {
	text-decoration: none;
	border: none;
	outline: none;
}

div#bodytext p.upr {
	padding-top: 0;
	color: #57B7DF;
	margin: 0;
	float: right;
	padding-right: 2px;
	font-size: 80%;
	width: auto;
}

div#bodytext p.upr a {
	color: #57B7DF;
	outline: none;
	text-decoration: none;
}

div#bodytextpink {
	margin: 0 60px 0 220px;
	font-size: 140%;
	line-height: 150%;
	background-color: #F8DDC2;
	padding-bottom: 60px;
	width: auto;
	padding-top: 15px;
	color: #5F001A;
}

div#bodytextpink p.first {
	padding-top: 30px;
	margin: 0 20px 20px 20px;
}

div#bodytextpink p.first a:link, p.first a:visited {
	text-decoration: none;
	color: #CC3405;
	outline: none;
}

div#bodytextpink p.first a:hover {
	text-decoration: underline;
	color: #E95B2F;
	outline: none;
}

div#bodytextpink p.mission {
	padding: 0;
	margin: 8px 20px 8px 20px;
}

div#bodytextpink img.upr {
	padding-top: 0;
	margin: 0;
	float: right;
	text-decoration: none;
	border: none;
}

div#bodytextpink img.upr a {
	text-decoration: none;
	border: none;
	outline: none;
}


div#bodytextpink p.upr {
	padding-top: 0;
	color: #57B7DF;
	margin: 0;
	float: right;
	padding-right: 2px;
	font-size: 80%;
	width: auto;
}

div#bodytextpink p.upr a {
	color: #57B7DF;
	outline: none;
	text-decoration: none;
}


div#bodytextpink p.mission a:link, p.mission a:visited {
	text-decoration: none;
	color: #CC3405;
	outline: none;
}

div#bodytextpink p.mission a:hover {
	text-decoration: underline;
	color: #E95B2F;
	outline: none;
}

div#bodytextpink p.prebullet {
	padding: 0;
	margin: 20px 20px 0 20px;
}

#bodytextpink ul.txtlist {
	margin: 0 30px 0 80px;
	padding: 0;
}

#bodytextpink li.txtlist {
	margin: 0;
	list-style-image: url(../images/bulletbrick.gif);
	list-style-position: outside;
}

#bodytextpink ul.indentone {
	margin: 0 30px 0 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 90%;
	line-height: 130%;
}

td.mtbooks {
	font: 100% Times New Roman, serif;
	padding-bottom: 3px;
	padding-left: 20px;
	color: #CC3405;
}

td.mtbooks a:link, p.mission a:visited {
	text-decoration: none;
	color: #CC3405;
	outline: none;
}

td.mtbooks a:hover {
	text-decoration: none;
	color: #E95B2F;
	outline: none;
	background-color: #FFCC99;
}

td.bktitles {
	padding: 0 0 0 40px;
	font-size: 90%;
	font-style: italic;
	line-height: 100%;
}

td.author {
	font-size: 80%;
	padding: 5px 0 0 30px;
	line-height: 110%;
}

#mininav {
	margin: 0 60px 0 220px;
	width: auto;
	text-align: center;
	background-color: #cccccc;
}

#mininav ul.mininav {
	margin: 0;
	padding-left: 0;
}

#mininav li {
	display: inline;
	margin: 0 10px 0 10px;
}

#mininav li:first-child { margin-left: 0; }


#mininav a:link, a:visited {
	text-decoration: none;
	color: #000000;
	outline: none;
}

#mininav a:hover {
	color: #17b9f5;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

#body_home #mininav_home a,#body_about #mininav_about a,#body_www #mininav_www a,#body_how #mininav_how a,#body_cont #mininav_cont a,#body_priv #mininav_priv a,#body_priv #mininav_disc a,#body_priv #mininav_copy a,#body_type #mininav_type a {
	font-weight: bold;
	text-decoration: none;
	color: #CC3405;
}

#lastline { margin: 10px 0 10px 220px; }

p.lastline {
	width: auto;
	font-size: 90%;
	color: #5F001A;
}

p.lastline a:link, p.lastline a:visited {
	text-decoration: none;
	color: #5F001A;
	outline: none;
}

p.lastline a:hover {
	text-decoration: underline;
	color: #E95B2F;
	outline: none;
}

#btmillus { margin: 10px 5px 5px 20px; }

#btmillus img.example {
	border-right: 5px groove #999999;
	border-bottom: 4px groove #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	margin-left: 10px;
}


#btmillus h5 {
	color: #E95B2F;
	line-height: 110%;
	padding-bottom: 10px;
}

div#valid {
	margin: 25px 60px 20px 0;
}

p.valid {
	padding: 2px 5px 2px 5px;
	display: inline;
}

p.valid a {
	text-decoration: none;
	outline: none;
}

#valid img {
	float: right;
	border: none;
}

#btm {
	padding-bottom: 300px;
	background-color: #DEF1F7;
	height: 100px;
}
#btmtype {
	margin-bottom: 0;
	background-color: #F8DDC2;
	height: 100px;
}

