@charset "UTF-8";
/* CSS Document */

body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(/imgs/page_bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #container {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	width: 890px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixRtHdr #header { 
	padding: 5px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #mainContent {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 9px;
	clear: both;
	float: right;
} 
.twoColFixRtHdr #mainContent h1{
	font-size: 30px;
	color:#1c1a1e;
	margin:0;
	padding:15px 0;
}	
.twoColFixRtHdr #mainContent h2{
	font-size: 21px;
	color:#333333;
	margin:0;
	padding:0;
	font-weight: bold;
	line-height: 28px;
}
	
.twoColFixRtHdr #mainContent h3{
	font-size: 17px;
	color: #555753;
	margin:0;
	padding:0;
	font-weight:normal;
}
.twoColFixRtHdr #mainContent p{
	font-size: 13.5px;
	color:#333333;
	margin: 15px 10px 10px 0;
	padding: 0;
}
	
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 36px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#glowingtabs{
	float:right;
	width:380px;
	font-size:18px;
	line-height:normal;
	text-align: right;
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 4px; /*Left offset of entire tab menu relative to page*/
margin-top: 31px;
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(/imgs/tab-left.gif) no-repeat left top;
margin:0;
margin-right: 4px; /*spacing between each tab*/
padding:0 0 0 8px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(/imgs/tab.gif) no-repeat right top;
padding: 6px 10px 3px 2px;
font-weight:bold;
color:#FFFFFF;
}

#bulletsDiv a{
float:left;
background:url(/imgs/tab-light-left.gif) no-repeat left top;
margin:0;
margin-right: 4px; /*spacing between each tab*/
padding:0 0 0 8px;
text-decoration:none;
}

#bulletsDiv a span{
	background:url(/imgs/tab-light.gif) no-repeat right top;
	font-weight:bold;
	color:#333333;
	width: 300px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 2px;
	height: 21px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 20px;
}

#bulletsDiv #tabhead ul{
	list-style-type: none;
	margin-left: 4px; /*Left offset of entire tab menu relative to page*/
	margin-top: 0px;
	padding:0;
	margin-right: 0;
	margin-bottom: 0;
}

#bulletsDiv #tabhead li{
	display:inline;
	margin:0;
	padding:0;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color:#FFFFFF;
}

#current a{ /*Selected Tab style*/
	background-position:0 -2px; /*Shift background image up to start of 2nd tab image*/
}

#current a span{ /*Selected Tab style*/
	background-position:100% -2px; /*Shift background image up to start of 2nd tab image*/
}

#advertise a{ /*Selected Tab style*/
	background-position:0 -84px; /*Shift background image up to start of 2nd tab image*/
}

#advertise a span{ /*Selected Tab style*/
	background-position:100% -84px; /*Shift background image up to start of 2nd tab image*/
}

#publish a{ /*Selected Tab style*/
	background-position:0 -166px; /*Shift background image up to start of 2nd tab image*/
}

#publish a span{ /*Selected Tab style*/
	background-position:100% -166px; /*Shift background image up to start of 2nd tab image*/
}

#teacher a{ /*Selected Tab style*/
	background-position:0 -2px; /*Shift background image up to start of 2nd tab image*/
}

#teacher a span{ /*Selected Tab style*/
	background-position:100% -2px; /*Shift background image up to start of 2nd tab image*/
}

#student a{ /*Selected Tab style*/
	background-position:0 -84px; /*Shift background image up to start of 2nd tab image*/
}

#student a span{ /*Selected Tab style*/
	background-position:100% -84px; /*Shift background image up to start of 2nd tab image*/
}

#parent a{ /*Selected Tab style*/
	background-position:0 -166px; /*Shift background image up to start of 2nd tab image*/
}

#parent a span{ /*Selected Tab style*/
	background-position:100% -166px; /*Shift background image up to start of 2nd tab image*/
}


.style1 {
	font-size: 14px;
	font-weight: bold;
}
#bulletsDiv {
	width: 330px;
	padding: 0px;
}

#bulletsDiv #regBullets ul {
	margin-top: 0px;
	margin-bottom: 3px;
	width: 288px;
	margin-right: 0px;
	padding-right: 6px;
	padding-top: 6px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 4px;
	padding-left: 21px;
}
#bulletsDiv #regBullets li {
	padding-top: 3px;
	padding-bottom: 6px;
	padding-right: 0px;
	padding-left: 0px;
}
#bulletsDiv #tabhead {
	margin: 0px;
}
#mainContent #quotes {
	font-size: 14px;
	line-height: 21px;
}
#logoLeft {
	width: 150px;
	height: 600px;
	margin-top: 100px;
	padding: 6px;
	position: absolute;
	left: 6px;
}
#logoRight {
	width: 150px;
	height: 600px;
	margin-top: 100px;
	padding: 6px;
	position: absolute;
	float: right;
	left: 1030px;
}
