body {
	background-image:url(../images/background.png);
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:400;
}

table td, table th {
	padding: 0;
	border-collapse: collapse; 
	border: 0px;
	border-spacing: 0px;
}

table.main{
	width:800px;
   	height: 580px;
	margin-left:auto;
    margin-right:auto;
	border-collapse: collapse; 
}

table.submain{
	margin-left:auto;
    margin-right:auto;
	border-collapse: collapse;
}

table.container {
    width:100%;
	height: 520px;
    margin-left:auto;
    margin-right:auto;
	background:#FFFFFF;
	border: 1px solid gray;
}

table.container tbody{
	vertical-align:top;
	border-collapse:collapse;	
	
}

table.topMenu tr{
	margin-left:auto;
    margin-right:auto;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align:left;
}

table.contacts {
    width:100%;
	height: 275px;
    margin-left:auto;
    margin-right:auto;
	background:#FFFFFF;
	text-align:justify;
}

table.contacts tbody tr td{
	padding:2px;
}

table.leftMenu tr td{
	padding:3px;
	padding-left:5px;
}

.topbanner{
	width:720px;
	height: 120px;
}

.leftmenu {
	width:180px;
	height: 400px;
	background-image:url(../images/left_menu.jpg);
	background-repeat:no-repeat;
	text-align:justify;
	font-size:12px;
	color:#000066;
	font-weight:bold;
}

.topmenu {
	width:540px;
	height: 40px;
}
.content{
	height:360px;
	width: 540px;
}

.logo {
	width:400px;
	height: 60px;
	text-align:left;
}


.quote {
	width:400px;
	height: 60px;
	text-align:right;
	font-size:12px;
	font-weight:400;
}

.definition {
    text-decoration: underline;
	font-weight:bold;
}

.question {
    text-decoration: none;
	font-weight:bold;
}

.medicalLink {
    text-decoration: underline;
	font-weight:bold;
}

.columns {
	width:40px;
	height: 520px;
}

p {
	font-weight:normal;
}

p.footer{	
    font-size:10px;
    font-weight: bold;
    text-align:center;
}

img {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
	vertical-align:top;
}

a {
    text-decoration: none;
}

a:link{
	color:#000066;
}

a:visited{
	color:#000066;
	text-decoration:none;
}

a:hover{
	color:#adadce;
	text-decoration:none;
}
