/* classes for general styles used throughout the site*/
body {
background-image : none;
}
.homebody {
	height: 100%;
	background : #004B85;
	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: none;
	
}
.maintext {
	font-family : Verdana;
	font-size : 11px;
	color : #333333;
	line-height: 15px;
}
.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 : 11px;
	color : #000000;
	line-height:14px;
	font-weight : normal;
}
.sidebartextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height:14px;
}

.photocaption {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}
a {
	font-family : Verdana;
	font-size : 11px;
	color : #227CC1;
	text-decoration : underline;
	font-weight: normal;
}
a:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #227CC1;
	text-decoration : underline;
	font-weight: normal;
	
}
a:active {
	font-family : Verdana;
	font-size : 11px;
	color : #227CC1;
	text-decoration : underline;
	font-weight: normal;
}
a:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #227CC1;
	text-decoration : none;
	font-weight: normal;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #227CC1;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #227CC1;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #227CC1;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #227CC1;
	text-decoration : none;
}

.sidebarheader {
	font-family : Verdana;
	font-size : 11px;
	width: 244px;
	height: 26px;
	font-weight: bold;
	color : #ffffff;
	background: #ffffff url(/ftpimages/216/podium/sidebar_header_background.gif) bottom left no-repeat; 
	padding-top:5px; 
	padding-right:10px;
	padding-left:14px;

}
.sidebarback {
	font-family : Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #000000;
	text-decoration : none;
	padding-top:10px;
	padding-left:14px;
	padding-bottom:10px;
	padding-right:10px;
	background: #ffffff url(/ftpimages/216/podium/sidebar_background.gif) top left repeat-y; 
}	
.sidebarfooter {
	background: #ffffff url(/ftpimages/216/podium/sidebar_bottom.gif) top left no-repeat; 
	width: 244px;
	height: 7px;
	margin-bottom:10px;
}   
.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
	line-height: 15px;
}
#topspace32 {
	height: 32px;
}
#header_1 {
 background: #fff url(/ftpimages/216/podium/L2_header_about.gif) top left no-repeat;
 height:17px;
 margin-top:20px;
}
#header_2 {
 background: #fff url(/ftpimages/216/podium/L2_header_school_life.gif) top left no-repeat;
 height:17px;
 margin-top:20px;
}
#header_3 {
 background: #fff url(/ftpimages/216/podium/L2_header_admissions.gif) top left no-repeat;
 height:17px;
 margin-top:20px;
}
#header_4 {
 background: #fff url(/ftpimages/216/podium/L2_header_news.gif) top left no-repeat;
 height:17px;
 margin-top:20px;
}
#header_5 {
 background: #fff url(/ftpimages/216/podium/L2_header_alumni.gif) top left no-repeat;
 height:17px;
 margin-top:20px;
}
#header_6 {
 background: #fff url(/ftpimages/216/podium/L2_header_giving.gif) top left no-repeat;
 height:17px;
 margin-top:20px;
}
#header_7 {
 background: #fff url(/ftpimages/216/podium/L2_header_sitemap.gif) top left no-repeat;
 height:17px;
 margin-top:20px;
}
.L2header {
	color: #042F50;
	font-family : 'Trebuchet MS';
	font-size : 12px;
	font-weight : bold;
}

.L3header {
	font-weight : bold;
	font-family : Verdana;
	font-size : 12px;
	color : #333333;
}

#contentarea {
}

.L3 {
	color: #84091D;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	padding-bottom:5px;
}
.hide {
	display:none;
}
.show {
	display:'';
}