/* classes for general styles used throughout the site*/

.shellbody {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background: url(/images/sa/background_fade.gif) repeat-x #88B1DA;
}
.homebody {
	height: 100%;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background: url(/images/sa/home_background_fade.gif) repeat-x #88B1DA;
}
.pagecontent {
	background: #FFFFFF;
	width: 647;
}

.maintext {
	font-family : "Trebuchet MS";
	font-size : 12px;
	color : #000000;
}

.maintextbold {
	font-weight : bold;
	font-family : "Trebuchet MS";
	font-size : 12px;
	color : #000000;	
}

.subHeader {
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}

.sidebartext {
	font-family : "Trebuchet MS";
	font-size : 11px;
	color : #3E677D;
}

.sidebartextbold {
	font-weight : bold;
	font-family : "Trebuchet MS";
	font-size : 11px;
	color : #3E677D;	
}

.sidebarbox {
	font-family : "Trebuchet MS";
	font-size : 10px;
	color : #3E677D;
	padding:0px 9px 5px 17px;	
}

.photocaption {
	font-family : "Trebuchet MS";
	font-size : 9px;
	color : #000000;
}

.galct{
	font-family : "Trebuchet MS";
	font-size : 10px;
	color : #000000;
	line-height: 14px;
}

.galcap{
	font-family : "Trebuchet MS";
	font-size : 10px;
	color : #3E677D;
	text-align: left;
}

a{
	font-family : "Trebuchet MS";
	font-size : 12px;
	color : #2F78BE;
	text-decoration : none;
}
a:visited {
	font-family : "Trebuchet MS";
	font-size : 12px;
	color : #2F78BE;
	text-decoration : none;
}
a:active {
	font-family : "Trebuchet MS";
	font-size : 12px;
	color : #2F78BE;
	text-decoration : none;
}
a:hover {
	font-family : "Trebuchet MS";
	font-size : 12px;
	color : #2F78BE;
	text-decoration : underline;
}

.l2header {
	padding-top:4px;
	padding-bottom:17px;
}

.l3header {
	padding-top: 2px;
	padding-bottom:8px;
}

/*-----additional link------------*/

.sidebarlink {
	font-weight: bold;
	font-family : "Trebuchet MS";
	font-size : 11px;
	font-weight: normal;
	color : #1B35B8;
	text-decoration : none;
}
.sidebarlink:active {
	font-weight: bold;
	font-family : "Trebuchet MS";
	font-size : 11px;
	font-weight: normal;
	color : #1B35B8;
	text-decoration : none;
}
.sidebarlink:visited {
	font-weight: bold;
	font-family : "Trebuchet MS";
	font-size : 11px;
	font-weight: normal;
	color : #1B35B8;
	text-decoration : none;
}
.sidebarlink:hover {
	font-weight: bold;
	font-family : "Trebuchet MS";
	font-size : 11px;
	font-weight: normal;
	color : #1B35B8;
	text-decoration : underline;
}

