body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #333333;
}

body {
	background-color: #8995B6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	color: #526085;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #526085;
}
a:hover {
	text-decoration: underline;
	color: #A5B4B6;
}
a:active {
	text-decoration: underline;
	color: #526085;
}




h1 {
	font-size: 18pt;
	color: #DF999B;
	font-weight: lighter;
}
h2 {
	font-size: 12pt;
	color: #A5B4B6;
}


.header {
	color: #DF999B;
	font-size: 16pt;
	font-weight: bold;
}
.subhead {
	font-size: 11pt;
	font-weight: bold;
	color: #A5B4B6;
}

.subhead2 {
	font-size: 11pt;
	font-weight: bold;
	color: #526085;
}

.style2 {
	font-size: 10px
}

.large {
	font-size: 18px;
}

.drkBlue{
	color: #333D54;
}

.requestAppt a:link, .requestAppt:visited, .requestAppt:active
{
	color: #333D54;
}

.requestAppt:hover {
	color: #A5B4B6;
}

hr {
	border: thin dashed #8995B6;
	width: 90%;
}
.image {
	border: 1px solid #DF999B;
}
.dashed-border {
	border: medium dashed #DF999B;
}

#PageWrapper {
	width: 800px;
	margin: 0 auto;
	padding-top: 7px;
}

#Dentist {
	float: right;
	text-align:right;
	padding-bottom: 5px;
	font-size: 10px;
	width: 350px;
}

#TopLeft {
	float: left;
}

#Top {
	height: 30px;
}

#Header {
	height: 17px;
	background: url(../images/top.png) no-repeat;
}

#HeaderLinks {
	text-align: right;
	padding-right: 20px;
}

#Masthead {
	height: 185px;
	background: #ffffff;
}

#Nav {
	width: 210px;
	float: left;
}

#ContentWrapper {
	min-height: 370px;
	padding: 10px 0px;
	background: #ffffff;
}

#LeftColumn {
	float: left;
	width: 210px;
	text-align: center;
	padding: 10px;
	}
	
#RightColumn {
	margin-left: 225px;
	width: 550px;	
	}


#Content {
	
}

#Bottom {
	clear: both;
	height: 17px;
	background: url(../images/bottom.png) no-repeat;
	text-align: right;
}

#Footer {
	padding: 10px 0px;
	font-size: 10px;
}

#Footer a {
color: #FFFFFF;
}


