/* classes for general styles used throughout the site*/
body {
background-image : none;
}
.homebody {
	height: 100%;
	background : #78A32D;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}
.shellbody {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : none;	
	background-color: #ffffff;
	
}
.maintext {
	font-family : Verdana;
	font-size : 11px;
	color : #333333;

}

.newstext {
	font-family : Arial;
	font-size : 12px;
	color : #808080;

}
.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #333333;
}
.ddlbtext {
	font-family : Verdana;
	font-size : 10px;
	color : #0B3543;
	line-height: 15px;
}
.sidebartext {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;

	font-weight : normal;
}
.sidebartextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	line-height:14px;
}

.photocaption {
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
}
a {
	font-family : Arial;
	font-size : 12px;
	color : #808080;
	text-decoration : underline;
	font-weight: normal;
}
a:visited {
	font-family : Arial;
	font-size : 12px;
	color : #808080;
	text-decoration : underline;
	font-weight: normal;
	
}

a:active {
	font-family : Arial;
	font-size : 12px;
	color : #808080;
	text-decoration : underline;
	font-weight: normal;
}

a:hover {
	font-family : Arial;
	font-size : 12px;
	color : #808080;
	text-decoration : none;
	font-weight: normal;
}

/*-----additional link------------*/




.teamlink:visited {
	font-family : Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #154C48;
	text-decoration : underline;
}
.teamlink {
	font-family : Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #154C48;
	text-decoration : underline;
}
.teamlink:active {
	font-family : Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #154C48;
	text-decoration : underline;
}
.teamlink:hover {
	font-family : Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #154C48;
	text-decoration : none;
}






.sidebarlink:visited {
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	color : #154C48;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	color : #154C48;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	color : #154C48;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	color : #154C48;
	text-decoration : none;
}
.sidebarheader {
	font-family : Georgia;
	font-size : 11px;
	font-weight: bold;
	color : #ffffff;
	background: url(/ftpimages/196/podium/pd_sidebarheader_back.gif) top left no-repeat; 
	padding-top:6px; 
	padding-bottom:5px;
	padding-left:14px;
	padding-right:10px;
}
.sidebarback {
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	color : #000000;
	text-decoration : none;
	padding-top:10px;
	padding-left:14px;
	padding-bottom:10px;
	padding-right:10px;
	background: url(/ftpimages/196/podium/pd_sidebar_back.gif) top left repeat-y; 
}	
.sidebarfooter {
	background: url(/ftpimages/196/podium/pd_sidebar_footer.gif) top left no-repeat; 
	height: 52px;
	margin-bottom:10px;
}   
.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
	line-height: 16px;
}
#topspace32 {
	
}

#header_about, #header_admission, #header_academics, #header_arts, #header_athletics, #header_support {
	height:23px;
	margin-bottom:5px;
}

#header_about 		{ background:  url(/ftpimages/196/podium/L1_header_about.gif) top left no-repeat; }
#header_admission 	{ background:  url(/ftpimages/196/podium/L1_header_admission.gif) top left no-repeat; }
#header_academics 	{ background:  url(/ftpimages/196/podium/L1_header_academics.gif) top left no-repeat; }
#header_arts 		{ background:  url(/ftpimages/196/podium/L1_header_arts.gif) top left no-repeat; }
#header_athletics 	{ background:  url(/ftpimages/196/podium/L1_header_athletics.gif) top left no-repeat; }
#header_support 		{ background:  url(/ftpimages/196/podium/L1_header_support.gif) top left no-repeat; }

#L3header {
	color: #000000;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	padding-bottom:13px;
	
}
#L2headerwithL3 {
	color: #00423C;
	font-family : Georgia;
	font-size : 14px;
	font-weight : bold;
	
	
	line-height:12px;
}
#L2header {
	color: #00423C;
	font-family : Georgia;
	font-size : 14px;
	font-weight : bold;
	padding-bottom:13px;
	
	line-height:12px;
}
#contentarea {

}

.L3 {
	color: #333333;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	
}
.hide {
	display:none;
}
.show {
	display:'';
}
