/* CSS Document */

/*styles page green tint with white text*/
body {
	font: 90% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #F4FCE5;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

p {
font-size: 12px;	
}

/* centers page places narrow dark green left column & wider white column*/
#pageholder{
width: 780px;
margin: 20px auto 10px;
background: transparent url(../images/mainbkgrnd.gif) repeat-y;
color: #fff;
}

/* styles top of page */
#header{
padding: 0;
background: #006233 url(../images/headerlevel3_1.gif) no-repeat;
text-align:left;
height:65px;
font-size:12px;
}

/* positions logo */
#headerleft {
float: left;
width: 125px;
margin: 0;
font-size:10px;	
}

/* styles & positions horizontal links in the header */
#headerlinks {
	height: 65px;
	z-index: 10;
	vertical-align: middle;
	background-color:transparent;
	color:#FFF;
	float: left;
	width: 510px;
	
}

/* contains quicklinks */
#headerright {
	background:transparent;
	color:#FFFFFF;
	text-align:left;
	z-index: 11;
	vertical-align: middle;
	font-size:12px;
	float: right;
	margin-right:5px;
	width: 185px;
	
}

/* styles & positions quicklinks box */
.quicklinks {
	background-color:#FFFFFF;
	color:#000000;
	font-size:10px;
	position:absolute;
	top:30px;
}

/* styles horizontal navigation bar under header */
#topnav {
font-weight:bold;
font-size:12px;
background-color:#000000;
color:#FFFFFF;
text-align:center;
height:19px;
width:100%;
border-bottom: solid #BCDB30 4px;
}

/* contains left navigation */
#leftcolumn {
float: left;
	width: 135px;
	margin: 0;
	padding-top: 20px;
	
}

/* styles left navigation */
#leftnav{
	background:transparent;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding-bottom: 50px;
}

/* no bullets on left navigation */
#leftnav ul {
list-style: none;
	margin-left: 0;
	padding-left: 2em;
	line-height:1.4;
	text-indent: -1em;
}

/* moves google down in left column */
#googlesearch {
padding-top:68px;
}

/* sizes print in google table */
.input {
font-size:12px;
color:#FFFFFF;
background-color:transparent;
}

/* styles google table */
#googlesearch table {
background-color:transparent;
color:#FFF;
width:120px;
border:0;
}

/* sets placement of unorderd lists */
ul {
	margin-left: 0;
	padding-left: 2em;
	line-height:1.4;
	text-indent: -1em;
}

/* ordered list with letters */
ol .alpha {
list-style-type: lower-alpha;
}

/* general link styles */
a:link { 
	color: #FFF;
	background-color:transparent;
	text-decoration: none;
	font-weight: bold;
}
a:visited { 
	color: #999;
	background-color:transparent;
	text-decoration: none;
	font-weight: bold;
}
a:hover {  
	color: #BCDB30;
	background-color:transparent;
	text-decoration:underline;
	font-weight: bold;
}

/* eliminates borders around images */
img {
border:none;
}

/* places main content */
#contentmain {
	background-color:transparent;
	color:#000000;
	margin-left: 0px;
	margin-right: 0px;
	max-width: 700px;
	float: right;
	width: 645px;		
}

/* holds page title */
#pagetitle {
font-family:Arial, Helvetica, sans-serif;
margin-bottom:25px;
text-align:left;
}

#pagetitle h1{
font-size:16px;
background-color:#682F73;
color:#FFFFFF;
margin-top:0;
padding-top:0;
padding-left:5px;
vertical-align:top;
width:250px;
height:18px;
}

/* styles main content */
#maintext {
	width:95%;
	text-align:left;
	font-size:12px;	
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 5px;
}

#maintext h2 {
background-color:#FAE6FF;
color:#682F73;
width:100%;
height:32px;
text-align:center;
font-size:15px;
}

/* positions 2 column layout with leftside wider */
#maintext .leftside {
float:left;
width:70%;
margin:0;
padding:0;
border:0;
}
#maintext .rightside {
	float:right;
	width:30%;
}
#maintext .rightcrescent {
	float:right;
	width:29%;
}
/* positions equal size 3 column layout */
#maintext .leftcolumn {
float:left;
width:25%;
text-align:left;
}
#maintext .rightcolumn {
float:right;
width:25%;
text-align:left;
}
#maintext .middlecolumn{
float:left;
width:25%;
margin-left:12%;
text-align:left;
}

/* sets style for columns */
.columns {
color:#000;
background-color:#fff;
width:100%;
}
.columns a {
color:#000000;
background-color:#FFFFFF;
font-weight:normal;
text-decoration:underline;
}

/* 2 column layout with right side wider no bullets */
.wideright {
width:70%;
float:right;
}
.narrowleft {
float:left;
width:30%;
}

/* equal width columns */
.equalright{
width:50%;
float:right;
}
.equalleft{
width:50%;
float:left;
}

.textright{
text-align:right;
}

/* styles lists in main content with NO bullets - place list in a div w/appro class */
#maintext .wideright ul li{
list-style:none;
}

#maintext .narrowleft ul li{
list-style:none;
}

#maintext .nobullet ul li{
list-style:none;
}

#maintext .disc ul li{
list-style: circle;
list-style-position:inside;
}

/* styles lists in main content with square bullets */
#maintext ul li {
font-size:12px;
padding:0;
margin: 0 0 0 3px;
list-style:square inside;
}


.nopad {
margin-bottom:3em;
}

/* underlines links within main content */
#maintext li a{
color:#000000;
background-color:transparent;
text-decoration:underline;
font-weight:normal;
}
#maintext h2 a{
color:#682F73;
background-color:transparent;
text-decoration:underline;
}

/* styles h3 headers in main content */
#maintext h3 {
background-color:inherit;
color:#682F73;
font-size:14px;
text-align:left;
font-weight:bold;
}
#maintext h3 a{
background-color:transparent;
color:#000;
font-weight:bold; 
text-decoration:underline;
}

/* styles h4 headers in main content */
#maintext h4 {
color:#000000;
background-color:transparent;
font-weight:bold;
font-size:13px;
text-align:left;
}
#maintext h4 a{
color:#000000;
background-color:transparent;
font-weight:bold;
font-size:13px;
text-align:left;
text-decoration:underline;
}
/* styles h5 headers in main content */
#maintext h5 {
color:#000000;
background-color:transparent;
font-weight:bold;
font-size:12px;
text-align:center;
}
#maintext h5 a{
color:#000000;
background-color:transparent;
font-weight:bold;
text-decoration:underline;
}
#maintext h6 {
color:#000000;
background-color:transparent;
font-weight:bold;
font-size:12px;
font-variant:normal;
}
#maintext h6 a{
color:#000000;
background-color:transparent;
text-decoration:underline;
}
/* styles links within paragraphs within main content */
#maintext p a{
color:#000000;
background-color:transparent;
text-decoration:underline;
font-weight:normal;
color:#000000;
}
#maintext p a:visited{
color:#006600;
background-color:transparent;
}
/* sets white background black print for tables in main content */
#maintext table {
border:none;
color:#000000;
background-color:#FFF;
}
#maintext table a {
color:#000000;
background-color:transparent;
border:0;
}
#maintext table a:visited{
color: #666666;
background-color:transparent;
}

/* styles menu at bottom of main content */
.bottomlinks {
	text-align:center;
	vertical-align:baseline;
	padding-bottom:5px;
	padding-top:10px;
	font-size:12px;
	clear:both;	
}
a.bottomlinks{
color:#000000;
	background-color:#FFFFFF;
}

/* styles item in bold dark purple */
.emphasize {
	color: #660066;
	font-weight: bold;
}

/* styles item in bold black */
.bold {
color:#000000;
font-weight:bold;
}

.center {
text-align:center;
}
.clear {
clear:both;
}
/* small type & italics */
.italics {
font-style:italic;
font-size:11px;
font-weight:bold;
}
.italicsreg {
font-style:italic;
font-size:12px;
font-weight:normal;
}
.smallprint {
font-size: 11px;
}

td p{
font-size:12px;
font-weight:normal;
}

/* styles student profiles */

.top {
text-decoration:none;
}
#update {
font-size:10px;
text-align:center;
color: #666666;
background-color:inherit;
padding-top:15px;
}
.fasttrack  {
text-align:center;
border:solid #000 1px;
}
.fasttrack .th{
color:#FFFFFF;
background-color:#000000;
}
.fasttrack .row{
color:#000;
background-color:#ff9900;
}
.orange {
color:#fff;
background-color:#ff9900;
}
#thumbs{
text-align:center;
margin-bottom:30px;
}
#thumbs table{
padding:10px;
border: solid #006233 4px;
}
#thumbs td{
text-align:center;
}
#headfive h5{
margin-bottom:0;
margin-top:0;
text-align:left;
}
#headfive p{
margin-top:0;
margin-bottom:0;
}
#headfour h4{
margin-bottom:0;
margin-top:2em;
text-align:left;
font-size:12px;
}
#headfour p{
margin-top:0;
margin-bottom:0;
}
#headfour h5{
margin-bottom:0;
margin-top:0;
text-align:left;
font-size:11px;
}
.headfour h4{
margin-bottom:0;
}
.headfour p{
margin-top:0;
} 
legend {
font-weight:bold;
}
fieldset {
margin-bottom:10px;
padding-bottom:5px;
}
#camps table td{
background-color:#006233;
color:inhetit;
border:none;
}
/* styles page footer */
#footer {
	clear: both;
	margin: 0;
	color: #fff;
	font-size: 80%;
	text-align:center;
	color: #fff;
	background: #000;
	width:780px;
	height: 20px;
	padding-top: 0.5em;
	border-top: solid #BCDB30 4px;
	vertical-align: text-top;
}

