/* classes for general styles used throughout the site*/
body{
background-image : none;
}
.homebody {
	height: 100%;
	background : #eeeeee;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}
.hometext {
	font-family : Verdana;
	font-size : 11px;
	color : #ffffff;
}
.subheader {
	font-weight : bold;
	font-family : Verdana;
	font-size : 14px;
	color : #000000;
	line-height:16px;	
}

.shellbody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : none;	
	scrollbar-base-color:#DEDEDE;
}
.atbody {
	height: 100%;
	background : #E0E0E0;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : none;	
	scrollbar-base-color:#E0E0E0;
}
.maintext {
	font-family : Verdana;
	font-size : 11px;
	color : #464646;
	line-height:16px;
}
.sidebartext {
	font-family : Verdana;
	font-size : 10px;
	color : #464646;
	line-height:14px;
}
.sidebartextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #464646;
	line-height:14px;
}
.header {
	color: #AF0000;
	font-family : Verdana;
	font-size : 14px;
	font-weight : bold;
	padding-bottom : 19px;
	padding-top: 28px;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom:16px;
}
.redheader {
	color: #AF0000;
	font-family : Verdana;
	font-size : 14px;
	font-weight : bold;
	padding-bottom : 5px;
	
	
}
.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height:16px;	
}

.photocaption {
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
}

.formbox {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color:#352D2D; 
	background-color:#ffffff;
	border-style : solid;
	border-width : 1px;
	border-color : #808080;		
}

a {
	font-family : Verdana;
	font-size : 11px;
	color : #AF0000;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #AF0000;
	text-decoration : underline;
	
}

a:active {
	font-family : Verdana;
	font-size : 11px;
	color : #AF0000;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #AF0000;
	text-decoration : none;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #AF0000;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #AF0000;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #AF0000;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #AF0000;
	text-decoration : none;
}
.announcementlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : underline;
}
.announcementlink {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : underline;
}
.announcementlink:active {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : underline;
}
.announcementlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
}
.sidebarheader {
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
	color : #3A3A3A;
	text-decoration : none;
	padding-top:6px;
	padding-left:13px;
	padding-bottom:6px;
	padding-right:6px;
	background-color: #E5E5E5;
	border-left:solid 1px #E0E0E0;
	border-top:solid 1px #E0E0E0;
	background-image: url(/ftpimages/36/podium/sidebar_back.gif);
	background-position: bottom right;
	background-repeat: repeat-x;
}
.sidebarback {
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
	color : #47390A;
	text-decoration : none;
	background-image: url(/images/sidebar_box_back.gif);
	padding-top:5px;
	padding-left:15px;
	padding-bottom:5px;
	padding-right:14px;
}	   
.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
	line-height: 16px;
}
