/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #74746b;
	text-decoration: none;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 100%;
	scrollbarBaseColor: #000;
	scrollbarShadowColor: #000;
	scrollbar3dLightColor: #444;
	scrollbarArrowColor: #000;
	scrollbarDarkShadowColor: #000;
	scrollbarFaceColor: #000;
	scrollbarTrackColor: #000;
	scrollbarHighlightColor: #000;
}
#centeredPage {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	position:absolute;
	width:900px;
	left: 50%;
	min-height: 100%;
	margin: 0px 0px 0px -450px;
	padding: 0px;
	background-color: #000;
	background: url(../images/backgroundpattern.png);
	background-repeat: repeat;
	border-width: 0px 2px 0px 1px;
	border-style: solid;
	border-color: #34342b;
}

a:link {
	text-decoration: none;
	font-size: 120%;
	color: #ce9b4a;
	line-height:120%;
}
a:visited {
	line-height:120%;
	text-decoration: none;
	font-size: 120%;
	color: #c79039;
}
a:hover {
	text-decoration: none;
	font-size: 140%;
	color: #a53434;
	line-height: 100%;
}
a:active {
	font-size: 120%;
	color: #a53434;
	line-height: 120%;
	text-decoration: none;
}

a.teenlink:link {
	text-decoration: none;
	font-size: 120%;
	color: #ce9b4a;
	line-height:150%;
}
a.teenlink:visited {
	line-height:150%;
	text-decoration: none;
	font-size: 120%;
	color: #c79039;
}
a.teenlink:hover {
	text-decoration: none;
	font-size: 140%;
	color: #a53434;
	line-height: 129%;
}
a.teenlink:active {
	font-size: 120%;
	color: #b97a23;
	line-height: 150%;
	text-decoration: none;
}


a.normal {
	text-decoration: underline;
	font-size: 100%;
	line-height:100%;
}
a.normal:link {
	color: #ce9b4a;
}
a.normal:visited {
	color: #c79039;
}
a.normal:hover {
	color: #a53434;
}
a.normal:active {
	color: #b97a23;
}

a.red:link{
	color: #a53434;
}
a.red:visited{
	color: #a53434;
}
a.red:hover {
	color: #ce9b4a;
}


.teenmainbody {
	padding-top: 160px;
	padding-left: 20px;
	padding-right: 20px;
	margin:0px;
	min-height: 350px;
	}
.bottomteen {
	color: #636363;
	vertical-align: middle;
	}
.teenpagelinks {
	padding-top: 15px;
}
.teensearch	{
	color:#fff;
	border: none;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
.form {
	padding: 0px;
	margin: 0px;
}

.copy {
	color: #636363;
	font-size: 81%;
	}

.hidden {
	display: none;
}
.nothidden {
	display: block;
}
.hiddenImg {
	display: none;
	position:absolute;
}
.nothiddenImg {
	display: block;
	position:absolute;
}

.isleftteen {
	left: 20px;
	}

.mdwhiteborder {
	border: solid medium #ffffff;
	}
	
.smwhiteborder {
	border: solid thin #ffffff;
	}
	
.lgwhiteborder {
	border: solid thick #ffffff;
	}
.articlebackground {
	padding: 0px 20px 0px 0px;
	width:350px;
	height: 450px;
	float: right;
	background-color: #fff;
	color: #000;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
	overflow: scroll;
}

.article {
	width:320px;
	height: 375px;
	float: right;
	background-color: #0b0b0b;
	font-weight: bold;
	margin: 0px 0px 10px 20px;
	color: #fff;
/*	-moz-opacity:1.0;
	filter:alpha(opacity=100); 
	overflow: scroll; */
}
	
.articletext {
	background-color: #4883b1;
	font-size: 95%;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 10px;
	width: 33%;
}

/* search box stuff */

input.teensubmitbutton {	
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	background-color: #636363;
	color: #FFFFFF;
	vertical-align: middle;
	margin: 0px;
}

.linktext {
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4883b1;
	font-style:italic;
	text-align: center;
	}
	
.notePageBackground {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border: 0;
	background: url(../images/spiralPage.png);
	background-repeat: no-repeat;
}
.notePage {
	padding: 0px;
	border: 0;
	font-family: "Comic Sans MS";
	color: #000;
	font-size: 100%;
	line-height:26px;
	margin: 0px 10px 0px 40px;
}
.notePage p {
	text-indent: 0px;
	margin: 13px 0px 13px 0px;
	text-align: justify;
}
smtitle .notePage {
	line-height:26px;
}
a.normal .notePage {
	line-height:26px; 
}


.noshow {
	visibility: hidden;
}
