html{ font-size:100%; height: 100.1%;}
body { 
	background-image: url(../img/pkmn_pgbg.gif);
	background-repeat: repeat-x
	}
/* The Main Content Layer */
.maintext { 
	color : #333333;
	font : 14px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif
}
.maintext a:link {
	color : #000000;
	text-decoration : underline;
	font-size: 14px;
}
.maintext a:visited { color : #333333; text-decoration : none;}
.maintext a:hover img {	filter: alpha(Opacity=85);text-decoration : none; }
.maintext a:hover { color : #EE5106; text-decoration : none; }

h1,h3 {color:#F60C17; font-size:1.4em; font-variant:small-caps; letter-spacing:1px;}

.maintext input {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	font-weight:bold;
}
.maintext ul li {
	margin-top:6px;
	margin-left:0px;
	list-style-image: url(../img/bull1.gif)
}

p.mnlinkbar {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 6px;
	font-variant: small-caps;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif";
	line-height: 24px;
}

.mnlinkbar a:link { color : #333333; text-decoration : underline; font-size: 11px; }
.mnlinkbar a:visited { color : #333333; text-decoration : underline; font-size: 11px;}
.mnlinkbar a:hover { color : #EE5106; text-decoration : underline }

/* The Sidebar */
.sidebar {
	color : #716859;
	font : 13px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	text-align: left;
}

.sidebar h2 {
	color : #999999;
	font : bold 16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 12px;
	letter-spacing: 2px;
}
.sidebar p {
	color : #666666;
	font : bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin-top : 12px;
	margin-bottom: 9px;
}
.sidebar a:link {
	color : #000000;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sidebar a:visited {  color : #666666; text-decoration : none}
.sidebar a:hover {  color : #EE5106; text-decoration : none}
.sidebar a:hover img {	filter: alpha(Opacity=85); }


/*Style Applied to the Paragraphs for the Sidebar Links */
p.navSubs {
	color : #333333;
	font : 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom : 4px;
	margin-top : 0px;
	width : 140px
}
.navSubs a {
	background-color : #F4F4F4;
	border : 1px solid #999999;
	color : #333333;
	display : block;
	padding : 4px 0px 2px 12px;
	text-decoration : none;
	width : 100%
}
.navSubs a:hover {
	background-color : #F3EBCF;
	border : 1px solid #999999;
	color : #999999;
	text-decoration : none
}

/* The Text Links and copyright at Bottom of Portfolio Pages */

p.linkbar {
	color : #666666;
	font : 11px Arial, Helvetica, sans-serif;
	margin: 16px 0px 6px 3px;
	text-align: left;
}
.textlink {
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif";
	font-size: 14px;
	font-variant: small-caps;
	padding-left: 6px;
	font-weight: bold;
}
