/* CSS Document */



body {
	padding:5;
	margin:0;
	}
	
	
#logo-toolbar{
	position:absolute;
	left:27px;
	top:14px;
	width:94%;
	height:40px;
	z-index:1;
	background-color:#FFFFFF;
	font:bold 1em Arial, Helvetica, sans-serif;
	padding: 3px;
}
	
	
#left-column {
	position:absolute;
	left:3%;
	top:80px;
	width:20%;
	height:650px;
	z-index:2;
	background-color:#CC6600;
	padding-left:5px;
	padding-right:5px;
	padding-top:25px;
	
	}

#middle-column {
	position:absolute;
	left:25%;
	top:80px;
	width:70%;
	height:650px;
	z-index:3;
	background-color:#FFFFFF;
	}
	
	
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border:none;
}
a:visited {
	font-weight: bold;
	color:#0033CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color:#FFFF33;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
}


.teenheader {font-family: "Comic Sans MS", sans-serif;
	font-size: 28px;
	font-style:normal;
	font-variant:small-caps;
	background-color:#FFFFFF;
	color:#003366;
	}

.teenlinks {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;

}
.teenhead {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 24px;
	line-height: 32px;
	color:#333333;
	font-weight:bold;
}

.teenstuff {
	font-family:"Tempus Sans ITC", "Lucida Sans", sans-serif;
	font-size: 18px;
	line-height: 20px;
	color:#333333;
	font-weight:bold;
}

.teenwords {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:none;
	}
.teenhead2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660066;
	font-variant: small-caps;
	font-style: normal;
}
.teenStrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.teenauthor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #660066;
}

.teenbook{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#CC6600;
	z-index: 4;
	visibility: visible;
	}
.contact {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.pad {margin-left:10px;
	margin-right: 20px;
	margin-top:10px;
	margin-bottom:10px; }
