html, body{
	text-align: center;
	background-color: white;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	margin: 0px;
	padding: 0px;
}

.layout{
	width: 1024px;
	margin: auto;
	text-align: center;
	background-image:url('../../img/menu-bar.gif');
	background-repeat: no-repeat;
	background-position: 0px 163px;
}

	.leftColumn{
		text-align: left;
		margin-left: 50px;
		width: 217px;
		float: left;
		padding: 0px;
	}

		.leftColumn a img#logoSite{
			margin-top: 25px;
			padding: 0px;
		}

		/* hack on style.ie */
		.leftColumn img#menuStart{
			margin-top: 24px;
			padding: 0px;
		}

		.menu{
			text-align: left;
			margin: 0px;
			padding: 0px;
			width: 217px;
			background-image:url('../../img/menu-back.gif');
			overflow: hidden;
		}
		
			.menu div{
				overflow: hidden;
				text-align: left;
			}

		.menuEnd{
			width: 217px;
		}

			/* main */
			#navMenu ul {
				list-style: none;
				margin: 0px;
				padding: 0px;
			}
			#navMenu {
				margin-left: 5px;
				width: 200px;
			}
			#navMenu li {
				display: block;
				border-bottom: 1px dashed #DDDF9A;
			}

			/* menu */
			#navMenu li a:link, #navMenu li a:visited {
				font-family: Arial, Verdana, Tahoma;
				text-decoration: none;
				font-size: 12px;
				font-weight: bold;
				color: white;
				display: block;
				padding: 3px 0 3px 10px;
			}

			#navMenu li a:hover {
				color: #535001;
				background-color: #C8CC5B;
			}
			
			.menuVselected{
      		color: #535001;
				background-color: #C8CC5B;
         }

			
			/* subMenu */
			#navMenu li li a:link, #navMenu li li a:visited {
				font-weight: bold;
				padding: 2px 0 3px 30px;
			}
			#navMenu li li a:hover {
				background-color: #C8CC5B;
				padding: 2px 0 3px 30px;
			}
			

			
			/* subSubMenu
			#navMenu li li li a:link, #navMenu li li li a:visited {
				background: url(bckSubSubMenu.gif);
				padding: 0 0 1px 40px;
			}
			#navMenu li li li a:hover {
				background: url(bckSubSubMenu.gif) 0 -13px;
				padding: 0 0 1px 40px;
			} */


			.leftColumnContinue{
				width: 211px;
				background-image: url('../../img/menu-back2.gif');
				padding: 0px;
				margin: 0px;
			}


	.topColumn{
		float: left;
		width: 700px;
		height: 164px;
		text-align: left;
		background-image: url(../../img/doctor.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}

	.centerColumn{
		float: left;
		background-color: #f7f7f7;
		width: 690px;
		text-align: left;
		margin-top: 40px;
		margin-left: 10px;
		overflow: hidden;
	}


	h1{
		font-size: 14px;
		color: black;
	}
	
	h2{
		font-size: 13px;
		color: black;
		margin-bottom: 10px;
	}
	h3{
		font-size: 12px;
		color: black;
		margin-bottom: 10px;
	}		

	.btn{
		background-image: url('../../img/btn-back.gif');
		height: 23px;
		color: white;
		font-size:11px;
		border: 0px;
		font-weight:bold;
	}

	form{
		padding: 0px;
		margin: 0px;
	}

	a, a:visited, a:active{
		font-size:12px;
		font-weight: bold;
		color: #535001;
	}

	a:hover{
		color: #222222;
		text-decoration: none;
	}

	a img{
		margin: 0px;
		border: 0px;	
   }

	hr{
		background-color: #DDDDDD;
		height: 2px;
		width: 90%;
   }


	.redBar{
		height: 30px;
		line-height:30px;
		background-image: url('../../img/redbar.gif');
		background-repeat: no-repeat;
	}

	.redBar h1{
		color: white;
		font-size: 14px;
		margin: 0px;
		margin-left: 30px;

	}

	.redBar h1 a, .redBar h1 a:visited, .redBar h1 a:hover {
		color: white;
		font-size: 14px;
		text-decoration: underline;
	}

	.blueBar{
		height: 30px;
		line-height:30px;
		background-image: url('../../img/bluebar.gif');
		background-repeat: no-repeat;
	}

	.blueBar h1{
		color: white;
		font-size: 14px;
		margin-left: 30px;
	}

	.blueBar h1 a, .blueBar h1 a:visited, .blueBar h1 a:hover{
		color: white;
		font-size: 14px;
		text-decoration: underline;
	}

	left{
		text-align: left;
	}

	.center{
		text-align: center;
	}
	.right{
		text-align: right;
	}

	.err{
		font-size:10px;
		font-weight:bold;
		color: red;
	}

	.ok{
		font-size:10px;
		font-weight:bold;
		color: olive;
	}


	.footer{
		height: 46px;
		background-image: url('../../img/footer.gif');
		line-height:46px;
		text-align: center;
		color: white;
	}


	table, tr, td, th {
		font-size: 12px;
		font-weight: normal;
	}

	th{
		height: 25px;
		background-color: #636262;
		color: white;
		font-weight: bold;
	}
