/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #532782;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/mainbk.jpg);
	background-repeat: repeat-x;
}

a {
	outline: none;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: block;
	list-style-type: none;
}

#nav li a {
	background-image: url(images/btn.jpg);
	display: block;
	height: 38px;
	width: 170px;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 36px;
	text-align: left;
	background-repeat: no-repeat;
	font-size: 14px;
}
#nav li.activepage a {
	background-image: url(images/btn.jpg);
	display: block;
	height: 38px;
	width: 170px;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	color: #FFD471;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 36px;
	text-align: left;
	background-repeat: no-repeat;
	font-size: 14px;
}
#nav li a:hover {
	text-decoration: none;
	background-image: url(images/btn-roll.jpg);
	background-repeat: no-repeat;
}
#nav li.activepage a:hover {
	text-decoration: none;
	background-image: url(images/btn-roll.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.purple {
	background-image: url(images/purple-bk.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: left top;
}

.yellow {
	background-image: url(images/yellow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #660099;
	padding-right: 7px;
	padding-left: 7px;
	text-align: justify;
	line-height: 18px;
}
.content a {
	color: #3A4B91;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.footer {
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.footer a {
	color: #D1BAEB;
	text-decoration: none;
}
.footer a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}
.bluetext {
	padding-left: 20px;
	color: #000000;
	text-align: left;
}
.bluetext a{
	color: #015BBB;
	font-weight: bold;
}
.bluelink {
	text-decoration: none;
	color: #015BBB;
}

.box {
	background-image: url(images/bluebox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
h1 {
	color: #F68237;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.small {
	font-size: 10px;
	color: #000000;
}
.highlight {
	color: #E52089;
}


/* Classes for tab navigation */

.tabs {
	margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
}

.tabs li{
	display: inline;
	float: left;
	width: 100px;
	height: 24px;	
	vertical-align: bottom;
	text-align: center;
}

.tabs .tab-off {
	background: transparent url(images/tab-off.gif) no-repeat 0%;
}

.tabs .tab-on {
	background: transparent url(images/tab-on.gif) no-repeat 0%;
}

.tabs li a {
	display: block;
	margin-top: 5px;
	height: 15px;
	color: #EDE1F9;
	font-weight: bold;
}

.tabs .tab-on a {
	color: #532782;
}

.no-bullets {
	list-style: none;
}

.content-img {
	border: 1px solid #532782;
	padding: 2px;
	margin: 5px 10px 5px 10px;
}

h2.sub-head {
	margin-top: -12px;
	color: #3A4B91;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
}

#contents ul, #contents-phx ul {
	list-style: none;
}

#contents li h3, #contents-phx li h3 {
	color: #F68237;
}

#contents li h3, #contents-ste li h3 {
	color: #F68237;
}

.cover_captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 30px;
	text-align: center;
	display: block;
}

.scroller_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.young_reporters {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #7788AA;
	margin:1ex;
}

#find {
	background-color: #FFF;
	float: left;
	width: 200px;
	margin: 20px 5px 0px;
}

.thumbnails {
	width: 125px;
	height: 200px;
	margin-left:25px;
	text-align: center;
	float: left;
}	

.lettersResponse {
	font-weight: bold;
	font-style: oblique;
}

#cover, #answer {
	margin-top: 20px;
	margin-right:15px;
}
