/* CSS Document */
.text, td, p,  ul, li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.6;
}

.view_outertable {
	background-color:#D5BAA6;
}

.view_innertable td {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

td.view_title {
	background-color:#000000;
	color:white;
	font-size:18px;
	font-weight: bold;
}

td.view_section {
	background-color:#cccccc;
	color:#333333;
	font-size:14px;
	font-weight: bold;
}

.view_heading, td.view_heading {
	font-size: 14px;
	color: #333333;
	font-weight: bold;

}
.view_heading_text, td.view_heading_text {
	font-size: 14px;
	color: #333333;
}

.view_highlight_text, td.view_highlight_text {
	font-size: 13px;
	color: #333333;
	line-height: 1.5;
}
.view_heading_highlights, td.view_heading_highlights {
	font-size: 13px;
	color: #333333;
	font-weight: bold;

}
	
.small{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.3;
}

a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.3;
}

a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.3;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
}
.homepage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #77594D;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #F5EDE7;
	padding: 0px 0 0 15px;
	background-color: #8C6351;
}
#footer a {
	color: #FCFDEF;
	font-size: 11px;
}
#homeMain {
	background-image: url(../images/dermmain.jpg);
	background-repeat: no-repeat;
}
#homeMain #homecopy {
	padding: 355px 10px 0 10px;
	width: 520px;
}
#homecopy p a {
	font-size: 11px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
	color: #8B383F;
}
#sideNav {
	width: 180px;
	text-align: right;
	margin-left:20px;
}
#sideNav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #8B383F;
	margin-bottom: auto;
	padding-bottom: 1px;
}

#sideNav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration:none;
	margin-bottom: auto;
	padding-bottom: 1px;
}

#sideNav p {
	margin: 0 0 5px 0;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAB29E;
}

