@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
	background-color: #502536;
}
ol {
	margin-left: 60px;
	margin-right: 20px;
	padding-left: 30px;
	padding-right: 30px;

}

ul {
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 50px;
	font-size: 14px;
	line-height: 1.25em;
}
#content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#4D222F;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #660033;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#container
{
	white-space-collapse: collapse;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 175px;
	background-color: #F3F1D1;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header h1 { margin: 0; }

#navigation
{


}

#content
{
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	width: 1000px;
}
.content-patient {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4D222F;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
.content-patient a {
	color: #6C3148;
	font-size: 16px;
}


#content h2
{
	color: #000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	text-align: center;
	height: 75px;
	background-color: #E9E6A9;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #6C3148;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4D222F;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: both;
}
#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 15px;
	padding: 2px;
}
#content .h1-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #6C3148;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
}
#header-left {
	width: 480px;
	float: left;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #0F0;
	border-right-color: #0F0;
	border-bottom-color: #0F0;
	border-left-color: #0F0;
	height: 150px;
}
#header-right {
	float: right;
	height: 150px;
	width: 450px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #6C3148;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	margin-top: 15px;
	margin-right: 5px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
#header-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content-wrapper {
}
#content-left {
	float: left;
	width: 500px;
	/* [disabled]border: thin solid #F00; */
	height: 600px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}
#stroke-wrapper {
	margin-right: auto;
	margin-left: auto;
}
#stroke-left-img {
	float: left;
	width: 470px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 25px;
}
#stroke-right-img {
	float: right;
	width: 470px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#content-right {
	width: 430px;
	/* [disabled]border: thin solid #F0F; */
	float: left;
	height: 600px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.underline {
	text-decoration: underline;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
