#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#mainNav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#mainNav ul li{
	margin: 0 0 0 0;
	height: 24px;
	width: 190px;
	border-bottom: solid 1px white;
	padding: 0 0 0 0;
	list-style-type: none;
}
#mainNav ul li a{
	display: block;
	color: white;
	height: 24px;
	width: 158px;
	font-weight:bold;
	text-decoration: none;
	padding: 4px 16px;
}
#mainNav ul li a:hover{
	color: #000033;
}

#newsItem {
	float: left;
	width: 200px;
	margin: 0 0 8px 8px;
	color: #000033;
}
#newsItem h3{
	font-size: 1.1em;
	margin: 4px 0;
}
#newsItem p{
	margin-top: 4px;
	margin-bottom: 0;
}
#newsItem p a{
	color: #000033;
}
#newsItemSpacer {
	float: left;
	width: 1px;
	margin: 0 0 8px 8px;
	color: #000033;
	background-color: #000033;
	height: 180px;
	/*border-right: 1px solid #000033;*/
}
#pageBody {
	background-image: url(../images/home_body_gradient.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	clear: both;
	float: left;
	margin-top: 355px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
#tab1 {
	position: relative;
	height: 355px;
	background-image: url(../images/home_school_bg.gif);
	width: 1000px;
	margin-top: 80px;
}
#tab2 {
	position: relative;
	height: 355px;
	background-image: url(../images/home_network_bg.gif);
	width: 1000px;
	margin-top: 80px;
}
#pageBodyText {
	border-bottom: solid 1px #000033;
}
#pageBodyText p{
	margin-top: 22px;
	padding: 0px 22px 22px 432px;
	color: white;
}
#pageBodyText p a{
	color: white;
}

.indentmenu{
	background-color: #FFFFFF;
	float: left;
	font-weight: bold;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	height: 25px;
	background-image:url(../images/section_nav_bg.gif);
}

.indentmenu ul li{
	display: block;
	width: 94px;
	height: 20px;
	float: left;
	text-align:center;
	border-right: solid 1px white;
	list-style-type:none;
	padding: 5px 0 0 5px;
}

.indentmenu ul li a{
	float: left;
	text-decoration: none;
	font-size: 10px;
	color: white;
	padding: 4px 10px 4px 10px;
	display: block;
	width: 74px;
	height: 12px;
	background-image:url(../images/nav_away.gif);
	background-repeat:no-repeat;
}

.indentmenu ul li a:visited{
	color: white;
}

.indentmenu ul li a.selected{
	color: white !important;
	/*background-color: #3CAADC;*/
	background-image: none;
}

/* Footer */
#footer {
	clear: both;
	/*float: right;*/
	font-size: 0.9em;
	width: 1000px;
	background-color: white;
	height: 100px;
}
#footer p{
	float: right;
}
#footer p a{
	margin-left: 8px;
	color: #000033;
	text-decoration: none;
}
#footer p a:hover{
	color: #336666;
}
