* {margin: 0; padding: 0;}

body {
	background: #eeeded url(images/bg.gif) repeat-x top right;
	margin: 16px 0 0 0;
}

BODY, TD, .NormalText { font-weight: normal; font-style: normal; text-decoration: none; color: #002C69; font-size: 13px; font-family: Arial, Verdana, Helvetica, sans-serif, Papyrus; }

.Header		{ font-size: 19px; font-weight: bold; font-family: Papyrus, Verdana, Arial; color: #873C55; }
.Subheader	{ font-size: 14px; font-weight: bold; }

.Red	{ color: #873C55; }
.Blue	{ color: #000000; }
.Black	{ color: #000000; }
.White	{ color: #FFFFFF; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 14px; }
.LargeText	{ font-size: 18px; }

h1 {
	text-align: right;
	border: 1px red solid;
	padding: 0;
	margin: -8px 0 1px 0;
}

a {
	color: #002C69;
}
a:hover {
	color: #1D4E91;
}
address {
	color: white;
	font-size: 12px;
	font-style: normal;
	background: no-repeat left top;
	margin: 13px 0px 0px;
}
* #container {
	background: #dbdada;
	width: 534px;
	border-style: solid;
	border-width: 0 3px 3px 3px;
	border-color: #002C69;
	padding: 25px;
}
* #container h2 {
	text-indent: -5000px;
	margin: 0 0 10px 0;
}
/* title images */
h2 {
	padding: 5px 0;
}
h2.doctor {
	background: url(images/titles/doctor.gif) no-repeat;
}
h2.team {
	background: url(images/titles/team.gif) no-repeat;
}
h2.tour {
	background: url(images/titles/tour.gif) no-repeat;
}
h2.patients {
	background: url(images/titles/patients.gif) no-repeat;
}
h2.ortho {
	background: url(images/titles/ortho.gif) no-repeat;
}
h2.braces {
	background: url(images/titles/braces.gif) no-repeat;
}
h2.comment {
	background: url(images/titles/comment.gif) no-repeat;
}
h2.refer {
	background: url(images/titles/refer.gif) no-repeat;
}
h2.games {
	background: url(images/titles/games.gif) no-repeat;
}
h2.contact {
	background: url(images/titles/contact.gif) no-repeat;
}
h2.sitemap {
	background: url(images/titles/sitemap.gif) no-repeat;
}
* #container h3 {
	font-size: 14px;
	margin: 20px 0 10px 0;
	line-height: 20px;
}
* #container p {
	margin-top: 0px;
	margin-bottom: 10px;
}
* #container ul {
	margin-top: 0;
	padding-left: 15px;
	margin-bottom: 25px;
}
* #botnav {
	width: 534px;
	padding: 5px 25px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}
* #botnav ul {
	padding-left: 0;
}
* #botnav li {
	display: inline;
}
* #botnav a {
	text-decoration: none;
}
* #botnav a:hover {
	text-decoration: underline;
}
* #botnav a.sesame {
	color: #873C55;
}

* #navbox {
	background: url(images/nav/nav_bg.gif) no-repeat top left;
	width: 214px;
}

/* The title "navigation" is pushed off screen. Only search engines, screen readers,
	and browsers with css turned off can read it */

* #navbox h2 {
	text-indent: -5000px;
}
* #navbox h3 {
	margin-top: 3px;
	margin-bottom: 85px;
	margin-left: 35px;
	font-size: 12px;
}
* #navbox h3 a {
	color: white;
	text-decoration: none;
}
* #navbox h3 a:hover {
	color: #d4ecfb;
	text-decoration: none;
}
* .login {
	color: #FFFFFF;
	text-decoration: none;
}
