/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
a img {
	border: 0;
}
a:link, a:visited, a:active {
	color: #3385be;
	text-decoration: none;
}
a:hover {
	color: #3385be;
	text-decoration: underline;
}

/*=== GLOSSARY LAYER ===*/
div.glossary {
	width: 100%;
	height: 80px;
	text-align: center;
	background-repeat: repeat-x;
	}
	
span.brown_bold {
	font-weight: bold;
	color: #b0b87d;
	text-transform: uppercase;
}

#main_content {
	width: 690px;
	text-align:left;
}

.topic_title {
	font-size: 18px;
}

.subtitle {
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	font-style: italic;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}



a .alt { display: none; }

.floatLefter {
	float: left;
}




p {
	text-align: justify;
}


.greenText {
	color: #3385be;
}

#navbar {
	width: 721px;
	height: 38px;
	position: relative;
	padding-top: 18px;
	}


#topnav {
	margin: 0;
	padding: 0;
	height: 38px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 682px;
	}

#topnav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#topnav a {
	float: left;
	padding: 38px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:38px; /* for IE5/Win only */
	}
	
#topnav a:hover {
	background-position: 0 -38px;
	}

#topnav a:active, #nav a.selected {
	background-position: 0 -76px;
	}

#nhome a  {
	width: 107px;
	background: url(../images/top_bar/home.gif) top left no-repeat;
	}
	
#npatients a  {
	width: 107px;
	background: url(../images/top_bar/patients.gif) top left no-repeat;
	}
	
#npractitioners a  {
	width: 135px;
	background: url(../images/top_bar/practitioners.gif) top left no-repeat;
	}
	
#nresearch a  {
	width: 116px;
	background: url(../images/top_bar/research.gif) top left no-repeat;
	}
	
#ndownloads a  {
	width: 126px;
	background: url(../images/top_bar/downloads.gif) top left no-repeat;
	}
	
#naboutus a  {
	width: 130px;
	background: url(../images/top_bar/aboutus.gif) top left no-repeat;
	}
	
#nactivedownloads a  {
	width: 126px;
	background: url(../images/top_bar/activedownloads.gif) top left no-repeat;
}

#nactiveaboutus a {
	width: 130px;
	background: url(../images/top_bar/activeaboutus.gif) top left no-repeat;

}

#nactiveresearch a  {
	width: 116px;
	background: url(../images/top_bar/activeresearch.gif) top left no-repeat;
	}


	
