body {
	background-color: #595959;
	font: 13px  Tahoma, Geneva, Verdana, Helvetica, Arial; 
	text-align: center;
}

#scrollLine {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.body {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/background2.jpg) no-repeat;
}

.style{
	background: url(../img/background2.jpg) no-repeat;
}

.topMenu {
	height: 20px;
	margin-left: 170px;
	padding-right: 50px;
	background-color: #b8a80d;
}

.topMenuButton {
	float: right;
	padding: 1px 10px;
	margin: 0px 10px;
	border: 0px solid black;
	font-weight: bold;
}

.topMenuButton a {
	color: white;
	text-decoration: none;
}

.topMenuButton a:hover {
	color: black;
	text-decoration: none;
}

.mainMenu {
	float: left;
	width: 170px;
}

.onlineConsult {
	height: 380px;
	font: 36px Times New Roman;
	font-weight: bold;
	color: white;
	writing-mode: tb-rl;
	filter: flipV flipH;
	padding: 15px 25px;
}

.mainMenu  a{
	color: black;
	text-decoration: none;
}

.mainMenu  a.selected{
	color: white;
}

.mainMenu  a:hover{
	color: white;
}

.menuButton{
	padding: 6px 15px;
	margin: 10px 0px;
	text-align: center;
	background-color: #b8a80d;
	font-weight: bold;
}

.menuButton .selected{
	color: white;
}

.mainContainer {
	float: left;
	margin: 0 auto;
	width: 830px;
	border: 0px solid black;
}

.slogan {
	height: 60px;
	width: 830px;
	font: 44px Mistral, Monotype Corsiva, Arial;
	text-align: left;
	padding: 5px 50px 5px 400px;
	
}

.content {
	background-color: #c8c9c3;
	filter: alpha(opacity=90);
	opacity: 0.9;
	margin-left: 20px;
	padding: 20px;
	position: relative;
    overflow: auto; 
    width:810; 
    height:400px; 
    border:0 #000000 solid; 
    text-align: left;   
}

.title {
	height: 60px;
	text-align: left;
	width: 100%;
	font: 44px Mistral, Monotype Corsiva, Arial;
	color: white;
	padding: 5px 0px 5px 50px;
    position: relative;
    z-index: 20;
}

.subMenu {
	width: 100%;
	margin-bottom: 10px;
}

.subMenuItem {
	float: left;
	width: 270px;
	background-color: #c8c9c3;
	padding: 40px 0px 30px 0px;
	margin: 0px;
	text-align: center;
	font-size: 16px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.subMenuItemCenter{
	margin-left: 10px;
	margin-right: 10px;
}

.footer {
	width: 100%;
	height: 60px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	overflow:    hidden;
}

.photoSet {
	overflow:    hidden;
}

.photo {
	float: left;
}

.photoSlider{
	width: 90px;
	height: 60px;
	background-color: white;
	position: relative;
}

.glidecontenttoggler {
	position: absolute;
	width: 20px;
	overflow: hidden;
	left: -5px;
	top: -5px;
	z-index: 2;
	filter: alpha(opacity=100);
	opacity: 1;
}

.glidecontenttogglerright{
	position: absolute;
	width: 20px;
	overflow: hidden;
	left: 770px;
	top: 20px;
	z-index: 2;
	filter: alpha(opacity=100);
	opacity: 1;
}

.glidecontentwrapper {
	position: relative;
}

.glidecontent {
	display: none;
	overflow: hidden;
}

.toc {
	margin: 2px 0px;
	padding: 4px 20px;
	background-color: white;
    cursor:pointer;
    cursor:hand; 
	font-weight: bold;
	white-space:nowrap;
	filter: alpha(opacity=100);
	opacity: 1;
}

.pink{
	background-color: #c29ec2;
}

.yellow{
	background-color: #d6e30f;
}

.blue{
	background-color: #9adbdf;
}

.gray{
	color: white;
	background: url(../img/li.gif) no-repeat 8px;
	background-color: #595959;
}

.stripe {
    background-color: #b8a711;
    height: 4px;
    width: 780px;
    position: relative;
    top: -20px;
    left: 50px;
    z-index: 1;
    padding: 0px;
    margin: 0px;
}

.currentPage {
    color: white;
    font: 14px Tahoma, Geneva, Verdana, Helvetica, Arial; 
    position: relative;
    top: -25px;
    left: 600px;
    margin: 0px;
}
    
