.pageContainer
{
	height:100%;
	width:1000px;
	margin:0px auto;
	background-color:white;
        
}

div.RadMenu_Default_rtl .text
{
	padding-right: 0px;	
	padding-left: 0px;
}


div.RadMenu_Default .text
{
padding-left: 20px;	
	padding-right: 20px;
	font-size: 14px;
	font-family: Arial, Verdana;


}


div.RadMenu_Default 
{
	background: #7E5B5B;
	border-top: solid 0px #e5e5e5;
	border-right: solid 0px #e5e5e5;
	border-bottom: solid 0px #bbbbbb;
	border-left: solid 0px #bbbbbb;
	height: 25px;
margin:0px;
margin-top:-4px;
        padding-left:0px;
padding-right:0px;


}



div.RadMenu_Default .link
{
	background: #7E5B5B;
font-family:courier;
	text-decoration:none;
	color: white;
	font-weight: bold;
	text-align:  center;
	line-height: 25px;
        padding-left:22px;
padding-right:22px;
}


div.RadMenu_Default .link:hover,
div.RadMenu_Default .focused,
div.RadMenu_Default .expanded
{
	color: black;
	font-weight: bold;
background: #7E5B5B;

}

div.RadMenu_Default .group
{
	border: solid 0px green;
	border-right: 0px;
	border-bottom: 0px;
}

div.RadMenu_Default .group .link
{
	background:#7E5B5B;
	color:white;
	border-top: solid 0px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
        width:200px;
}

div.RadMenu_Default_rtl .group .link
{
	text-align: right;
}

div.RadMenu_Default .group .link:hover,
div.RadMenu_Default .group .focused,
div.RadMenu_Default .group .expanded
{
background:#7E5B5B;
color: black;
	font-weight: bold;

}




body
{
background-color:#7E5B5B;
font-family:Arial;
font-size:0.9em;
}







.headerLogo
{
margin-top:10px;
margin-left:10px;
float:left;
}


.biogWrapper
{
border-left:1px solid gray;
border-right:1px solid gray;
border-bottom:1px solid gray;
padding:5px;
margin-bottom:10px;
float:left;
width:700px;
}

.biogHeader
{
border-top:1px solid gray;
border-left:1px solid gray;
border-right:1px solid gray;
background-color:#D2D2D2;
font-size:1.1em;
color:black;
font-weight:bold;
padding:5px;
width:700px;
}

h1
{
font-size:1.1em;
color:#B20838;

}

.footerWrapper
{
border-top:5px solid #007C62;
}

.footer
{
	width:1000px;
	margin:0px auto;
	background-color:white;

}


/*.slideshow { height: 462px; width: 650px; margin: auto; margin-bottom:50px; }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }*/

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:696px;
	height:500px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}