/* basic elements */
a, a:visited  { color: #006699; text-decoration: underline; }
a:hover, a:visited:hover { color: #0878BE; text-decoration: none; }


body {
	background-color: #0878BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	margin: 0px;
}	

h1 {
	font-size: 26px;
	font-family: Courier New, Courier New, Courier6, monospace;
	font-weight: bold;
	color: #E9A720;
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 12px;
	padding-right: 10px;
}

h2 {
	font-size: 22px;
	font-family: Courier New, Courier New, Courier6, monospace;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 12px;
	padding-right: 10px;
}

h3 {
	font-family: Courier New, Courier New, Courier6, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #0B77BD;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-right: 10px;
}

/* main text divs */
#container {
	background:  url(../img/teen_bkg_notebook.gif) repeat-y;
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
}
#intro {
	margin: 0px;
	background:  url(../img/teen_bkg_notebooktop.gif) no-repeat;
}
#pageHeader h1 span,
#pageHeader h2 span {
	display:none
}

#quickSummary {
	margin-top: 20px;
}		

#quickSummary,	
#preamble,	
#maintxt {
	margin-right: 80px;
	margin-left: 200px;
	margin-top: 20px;
}	
#maintxt p {
	font-size: 13px;
	font-family: Courier New, Courier New, Courier6, monospace;
	color: #333333;
	padding-left: 20px;
}
#maintxt li{
	font-size: 13px;
	font-family: Courier New, Courier New, Courier6, monospace;
	color: #333333;
	margin-left: 20px;
	margin-right: 60px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#maintxt p.p5{
	font-size: 9px;
	margin-right: -80px;
	margin-left: -200px;
	margin-top: 30px;
	height: 20px;
	text-align: center;
}	
#maintxt p.emphasis{
	font-size: 15px;
	font-family: Courier New, Courier New, Courier6, monospace;
	color: #333333;
	padding-left: 20px;
}
#preamble h2{
	font-size: 18px;
	font-family: Courier New, Courier New, Courier6, monospace;
	font-weight: bold;
	color: #0B77BD;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-right: 10px;
}
#preamble p{
	font-size: 14px;
	font-family: Courier New, Courier New, Courier6, monospace;
	color: #333333;
	padding-left: 20px;
}
#preamble p.emphasis{
	font-size: 15px;
	font-family: Courier New, Courier New, Courier6, monospace;
	color: #333333;
	padding-left: 20px;
}
.hilite{
	font-size: 16px;
	font-family: Courier New, Courier New, Courier6, monospace;
	font-weight: bold;
	color: #e6a622;
}
	
#footer {
	background: url(../img/teen_bkg_notebookbottom.gif) no-repeat center bottom;
	margin-right: -80px;
	margin-left: -200px;
	height: 50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#footer a:link, #footer a:visited {
	color: #0878BE;
	text-decoration: underline;
}


/* sidelinks styles */
#linkList {
	background:  url(../img/locker.gif) no-repeat;
 	padding-bottom: 150px;
	width: 100px;
	position: absolute;
	left: 70px;
	top: 140px;
}
#linkList ul {
	display: block;
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#linkList li {
	padding-top: 4px;
	padding-bottom: 5px;
}
#linkList #lselect {
	margin-top: 20px;
}	
#linkList #lselect a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
}	

#linkList #lselect a:link, #linkList #lselect a:visited {
	color: #ffffff;
	text-decoration: none;
}
#linkList #lselect a:hover, #linkList #lselect a:visited:hover {
	color: #ffcc00;
}

#linkList #lselect .c {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffcc00;
	line-height: 14px;
	font-weight: bold;
}	

#linkList #lselect .c a:link, #linkList #lselect .c a:visited {
	color: #ffcc00;
	text-decoration: none;
}


#linkList #homebtn {
	margin-top: 20px;
	text-align: center;
}	


/* CSS 2 pseudo elements - not essential but nice in browsers that support it */

/*h3:first-letter {
	font-size: 16px;
}
#linkList h3 :before {
content: "(";
}
#linkList h3 :after {
content: ")";
}
#footer a:before {
content: "{ ";
}
#footer a:after {
content: " }";
}
*/