/* classes for general styles used throughout the site*/
body {
background-image : none;
background-color : #2A3D68;
}
.homebody {
	height: 100%;
	background-color : #2A3D68;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background: #2A3D68 url(/images/home_background.gif) repeat-x;
}
.shellbody {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : none;	
	background: none;
	
}
.maintext {
	font-family : Verdana;
	font-size : 11px;
	color : #152952;
	line-height: 15px;
}
.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #152952;
}
.ddlbtext {
	font-family : Verdana;
	font-size : 10px;
	color : #152952;
	line-height: 15px;
}
.sidebartext {
	font-family : Verdana;
	font-size : 11px;
	color : #ffffff;
}
.sidebartextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #ffffff;
}

.photocaption {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}
a {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : underline;
	font-weight: normal;
}
a:visited {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : underline;
	font-weight: normal;
	
}

a:active {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : underline;
	font-weight: normal;
}

a:hover {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	font-weight: normal;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	text-decoration : underline;
	color: #2F4970;
}
.sidebarlink {
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	text-decoration : underline;
	color: #2F4970;
}
.sidebarlink:active {
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	text-decoration : underline;
	color: #2F4970;
}
.sidebarlink:hover {
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	text-decoration : none;
	color: #2F4970;
}
.sidebarheader {
	font-family : Verdana;
	font-size : 11px;
	color : #ffffff;
	background: url(/ftpimages/232/podium/s_header.gif) no-repeat; 
	padding-top:19px; 
	padding-bottom:5px;
	padding-left:10px;
	padding-right:5px;

}
.sidebarback {
	font-family : Verdana;
	font-size : 11px;
	color : #4e4e64;
	padding:10px;
	background: url(/ftpimages/232/podium/s_back.gif) repeat-y; 
}	
.sidebarfooter {
	background: url(/ftpimages/232/podium/s_bottom.gif) no-repeat; 
	height: 12px;
	margin-bottom:10px;
}
.sidebarblueheader {
	font-family : Verdana;
	font-size : 11px;
	color : #ffffff;
	background: url(/ftpimages/232/podium/sidebar_blue_header.gif) no-repeat; 
	padding-top:19px; 
	padding-bottom:5px;
	padding-left:10px;
	padding-right:5px;

}
.sidebarblueback {
	font-family : Verdana;
	font-size : 11px;
	color : #4e4e64;
	padding:10px;
	background: url(/ftpimages/232/podium/sidebar_blue_back.gif) repeat-y; 
}	
.sidebarbluefooter {
	background: url(/ftpimages/232/podium/sidebar_blue_bottom.gif) no-repeat; 
	height: 12px;
	margin-bottom:10px;
}
.photoheader {
	height:4px;
	background: url(/ftpimages/232/podium/photo_top.gif) no-repeat;
}
.photoback {
	font-family : Verdana;
	font-size : 10px;
	padding-left:3px;
	background: url(/ftpimages/232/podium/photo_back.gif) repeat-y; 
}	
.photofooter {
	background: url(/ftpimages/232/podium/photo_bottom.gif) no-repeat; 
	height: 7px;
	margin-bottom:10px;
}  
.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
	line-height: 16px;
}
#topspace32 {
	height: 32px;
}
#header_1 {
 background: url(/ftpimages/232/podium/L1header_1.gif) no-repeat;
 height:22x;
 margin-bottom:10px;
}
#header_2 {
 background: url(/ftpimages/232/podium/L1header_2.gif) no-repeat;
 height:22x;
 margin-bottom:10px;
}
#header_3 {
 background: url(/ftpimages/232/podium/L1header_3.gif) no-repeat;
 height:22x;
 margin-bottom:10px;
}
#header_4 {
 background: url(/ftpimages/232/podium/L1header_4.gif) no-repeat;
 height:22x;
 margin-bottom:10px;
}
#header_5 {
 background: url(/ftpimages/232/podium/L1header_5.gif) no-repeat;
 height:22x;
 margin-bottom:10px;
}
#header_6{
 background: url(/ftpimages/232/podium/L1header_6.gif) no-repeat;
 height:22x;
 margin-bottom:10px;
}

#L3header {
	color: #152952;
	font-family : Verdana;
	font-size : 13px;
}
#L2header {
	color: #152952;
	font-family : Verdana;
	font-size : 13px;
	font-weight : bold;
	margin-bottom: 19px;
}
#contentarea {
padding:5px;
}

.L3 {
	color: #84091D;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	padding-bottom:5px;
}
.hide {
	display:none;
}
.show {
	display:'';
}
.blacklinkbutton:visited {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;
	color : #000000;
	text-decoration : none;
	line-height:15px;
}
.blacklinkbutton {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;
	color : #000000;
	text-decoration : none;
	line-height:15px;
}
.blacklinkbutton:active {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;
	color : #000000;
	text-decoration : none;
	line-height:15px;
}
.blacklinkbutton:hover {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;
	color : #000000;
	text-decoration : none;
	line-height:15px;
}