/*=====================*/
/* POSITIONING STYLING */
/*=====================*/
.Wrapper, .Masthead, .LeftColumn, .MainColumn, .SearchBox { 
	background-color: #FFFFFF; 
	text-align: right; 
	border-style: none; 
	position: absolute; 
	z-index: 0; 
	display: visible; 
	top: 0px; 
	left: 0px; 
}

.Wrapper { 
	width: 720px; 
	left: 60px; 
	height: auto;
}

.Masthead { 
	height: 103px; 
}

.LeftColumn { 
	z-index: 2; 
	padding-right: 0px; 
	padding-left: 0px; 
	width: 151px; 
	top: 103px; 
}

.MainColumn, .SearchBox { 
	width: 500px; 
	left: 196px; 
}

.MainColumn { 
	text-align: left; 
	padding-top: 10px; 
	top: 243px; 
}

.SearchBox { 
	z-index: 1; 
	height: 140px; 
	top: 103px; 
}

/*=====================*/
/* APPEARANCE STYLING  */
/*=====================*/
a img { border: none; }
a:link { color: #9900FF; }
a:visited { color: #7700BB; }
a:hover { color: #9955FF; }
a:active { color: #99BBFF; }

body { 
	text-align: left; 
}

p, li, h1, h2, h3, .Foot, .Blacktext, .Topmenu, .Tagline { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #222222; 
	font-size: 12px; 
	font-weight: normal; 
	letter-spacing: 0px; 
	word-spacing: 0px; 
	line-height: 1.8em; 
}

h1, h2, h3 { 
	line-height: 1em; 
}

h3 { 
	text-align: right; 
	color: #666666; 
	font-style: italic; 
	font-size: 15px; 
}

.Thispage a:link, .Thispage a:visited { color: #222222; }


.Foot { 
	text-transform: uppercase; 
}

.schmedia { 
	color: #777777; 
	font-size: 9px; 
}
.schmedia a { text-decoration: none; }
.schmedia a:link, .schmedia a:visited { color: #777777; }