/*
body,.mainContainer,h1,h3,.caption,.introParag,.catDescriptions,img,a,.line1,.line2,.bePatient,.memberOf,
.titleCell,.helpLink,.sex,.updated,.contact {
	border: 1px dotted gray;
}
*/

body
{
	color: #800000;
	background-color: #407A36;
	text-align: center;
	font-family: Verdana, sans-serif;
}

a {font-weight: bold; text-decoration: underline;}
a:link {color: #407A36;}
a:visited {color: black;}
a:hover {color: #2A4F23; text-decoration: none;}
a:active {color: #800000;}

h1,h3,.caption
{
	font-family: Comic Sans MS, serif;
}

h1
{
	font-size: 250%;
	font-weight: bold;
	margin-bottom: 15px;
}

h3
{
	margin-top: 15px;
	margin-bottom: 5px;
}

.mainContainer
{
	width: 750px;
	padding: 20px 70px 20px 70px;
	background-color: #E4DCC2;
	text-align: center;
	margin: 0 auto;
	border: 2px solid white;
}

.introParag
{
}

.caption
{
	margin-bottom: 5px;
}

.catDescriptions
{
	margin-bottom: 5px;
}

img
{
	margin-top: 10px;
	margin-bottom: 50px;
}

.line1
{
	border-bottom: 6px dotted #407A36;
}

.line2
{
	border-bottom: 6px dotted #407A36;
	margin-bottom: 40px;
}

.bePatient
{
	margin-top: 25px;
	font-size: smaller;
	font-weight: bold;
	color: #407A36;
}

.memberOf
{
	font-size: smaller;
	font-style: italic;
	margin-top: 10px;
	width: 70%;
	margin: 0 auto;
}

.titleCell
{
	padding-left: 60px;
	padding-right: 60px;
}

.helpLink
{
	font-size: 70%;
	font-weight: normal;
}

.sex {
	color: white;
	background-color: #407A36;
	font-weight: bold;
	font-family: Comic Sans MS, serif;
	font-size: 130%;
}

.updated {
	font-size: smaller;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 20px;
}

.contactL {
	text-align: left;
	font-weight: bold;
	color: black;
}

.contactR {
	text-align: right;
	font-weight: bold;
	color: black;
}