/* classes for general styles used throughout the site*/
.homebody {
	height: 100%;
	background : #284483;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
	/background-image : url(/images/home_background.gif);
}

.sagehillbody {
	/*height: 100%;*/
	background-color : #FDFCFB;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image: url(/images/podium_middlecontent_background.gif);
	background-repeat: no-repeat;
}
.maintext {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #000000;
	line-height:15px;
}
.maintextred {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #813723;
	line-height:15px;
}
.portalscroll{
	scrollbar-track-color: #E9E7E7; 
	scrollbar-arrow-color: #75808D;
	scrollbar-face-color: #E8E6E8; 
	scrollbar-shadow-color: #A39DA2; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #A3AEBB;
	line-height:12px; 
	overflow: auto; 
	z-index:1;	
}
.maintextbold {
	font-weight : bold;
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #000000;
	line-height:15px;
}	
.ddlbheader {
	font-weight : bold;
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000000;
	line-height:14px;
}
.printtext {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #000000;
	line-height:15px;
}
.printtextbold {
	font-weight : bold;
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #000000;
	line-height:15px;
}
.pdsidebarcontent{
	background-color:#476EA0;
	/*border-top:solid 1px #2E4B6F;*/
	background-image:url(/images/sidebar_back.gif);
	background-repeat: repeat-y;
}	
.sidebartext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height:13px;
}

.sidebartextbold {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height:13px;
	font-weight : bold;
}
a {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
	text-decoration : underline;
	
}

a:active {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
}
.marquee {	
	font-weight:bold;
	font-family : verdana;
	font-size : 10px;
	color : #fff;
	text-decoration : none;
}
.marquee:visited { 
	font-weight:bold;
	font-family : verdana;
	font-size : 10px;
	color : #fff;
	text-decoration : none;	
}
.marquee:active {
	font-weight:bold;
	font-family : verdana;
	font-size : 10px;
	color : #fff;
	text-decoration : none;
}
.marquee:hover {
	font-weight:bold;
	font-family : verdana;
	font-size : 10px;
	color : #ffffff;
	text-decoration : underline;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #000099;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #000099;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #000099;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #000099;
	text-decoration : none;
}
.ddlb {
	font-family : Verdana;
	font-size : 11px;
	/*border : solid 1px #79A2C2;*/
	color: #000000;
}
