body {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #51A2C4;
    font-family: "Trebuchet MS";
    font-size: 12px;
	color: #585959;
}

.header {
	width: 959px;
	border: 0;
}

.headerLeft {
	border: 0;
	width: 211px;
	height: 150px;
	background-image: url(/images/medbit/headerLeft.png);	
    background-repeat: no-repeat;
}

.headerRightTop {
	border: 0;
	width: 748px;
	height: 104px;
	background-image: url(/images/medbit/headerRightTop.png);	
    background-repeat: no-repeat;
}

.headerRightMiddle {
	padding-right: 60px;
	border: 0;
	height: 20px;
	background-image: url(/images/medbit/headerRightMiddle.png);	
    background-repeat: no-repeat;
	text-align: right;
	color: #006D7E;
}

.headerRightBottom {
	border: 0;
	height: 26px;
	background-image: url(/images/medbit/headerRightBottom.png);	
    background-repeat: no-repeat;
}

.mainContent {
	width: 959px;
}

.empty {
	border: 0;
	width: 10px;
	background-image: url(/images/medbit/empty.png);	
    background-repeat: repeat;
}

.leftContent {
	border: 0;
	width: 9px;
	height: 387px;
	background-image: url(/images/medbit/leftContent.png);	
	background-color: #e0f2f6;
    background-repeat: no-repeat;
}

.linkContent {
	vertical-align: top;
	border: 0;
	width: 172px;
	height: 387px;
	background-color: #FFFFFF;
}

.centerContent {
	border: 0;
	width: 11px;
	height: 387px;
	background-image: url(/images/medbit/centerContent.png);	
	background-color: #d7eff3;
    background-repeat: no-repeat;
}

.textContent {
	vertical-align: top;
	border: 0;
	width: 630px; 
/*	width: 706px; */
/*	height: 387px;*/
	background-color: #FFFFFF;
	padding-left:45px;
	padding-right:30px;
	padding-top:30px;
}

.rightContent {
	border: 0;
	width: 21px;
	height: 387px;
	background-image: url(/images/medbit/rightContent.png);	
	background-color: #acdfea;
    background-repeat: no-repeat;
}

.bottomBG {
	border: 0;
	width: 959px;
	height: 50px;
	background-image: url(/images/medbit/bottomBG.png);	
    background-repeat: repeat-y;
}

h1 {
	font-family: arial;
	font-size: 16px;
	color: #2CB6CB;
	margin-left:-15px;
	padding-bottom:10px;
}

#content a:link { 
    color: #51a2c4; 
    text-decoration: none;
    border-bottom: 1px dotted #68696c; 
}
	
#content a:visited { 
    color:  #51a2c4; 
    text-decoration: none;
    border-bottom: 1px dotted #68696c; 
}
		
#content a:hover { 
    color:  #51a2c4; 
    text-decoration: none;
    border-bottom: 1px dotted #68696c; 
}
		
#content a:active { 
    color:  #51a2c4; 
    text-decoration: none;
    border-bottom: 1px dotted #68696c; 
}

#navigation a:link { 
    color: #000000; 
    text-decoration: none;
}
	
#navigation a:visited { 
    color:  #000000; 
    text-decoration: none;
}
		
#navigation a:hover { 
    color:  #000000; 
    text-decoration: none;
}
		
#navigation a:active { 
    color:  #000000; 
    text-decoration: none;
}

.nav0 {
    font-weight:bold;
}
.nav10 {
    font-weight:normal;
}
.nav20 {
    font-style:italic;
}
