* {margin: 0;
   padding: 0;
}

body {
	background-image: url(images/body_tile.jpg);
	background-repeat: repeat-y;
	font-size: 62.5%;
	font-family: Arial;
}

#container {
	width:954px;
	font-size:1.2em;
}

#left {
	background-image: url(images/left_bg.jpg);
	float: left;
	height: 434px;
	width: 274px;
	padding-top: 219px;
	background-repeat:no-repeat;
}

#right {
	background-image: url(images/right_bg.jpg);
	float: left;
	width: 590px;
	padding-top:150px;
	padding-right: 90px;
	background-repeat: no-repeat;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 524px;
	padding-left: 430px;
	padding-top: 28px;
	clear: both;
}

#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 55px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #227119;
	text-decoration: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 7px;
	font-weight: bolder;
}

#navcontainer a:hover
{
	color: #da0000;
	background-image: url(images/bullet_hover.png);
	background-repeat: no-repeat;
}

#right p {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size:13px;
}

h1 {
	text-align: center;
	margin-top: -55px;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #2c9521;
	font-size: 2em;
}

h2 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color:#777;
	font-size: 1.5em;
}

h3 {
text-align:center;
font-family:Times New Roman, Times, serif;
font-style:italic;
color:#a00;
font-size:17px;
margin-bottom:2px;
margin-left:32px;
width:177px;
}

blockquote {
	font-style: italic;
	border: 1px dotted #98A549;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752B;
	
}

a:link, a:visited {
	color: #0000da;
	font-weight: bold;
}

a:hover,a:active {
	color: #da0000;
}

#symptoms {
font-family:verdana;
font-size:14px;
font-weight:bold;
color:#800;
position:absolute;
top:100px;
left:20px;
width:200px;
}

#toc {
margin:0 0 10px 0;
}
#toc a {
font-size:12px;
color:#002BB8;
margin-right:10px;
text-decoration:none;
border-bottom:1px dotted;
font-weight:normal;
}

#quicklinks {
margin:4px 0 25px 0;
}
#quicklinks ul {
list-style-type:none;
margin:6px 0 0 55px;
padding:0;
}
#quicklinks li {
margin-bottom:6px;
}
#quicklinks a, #quicklinks a:visited {
text-decoration:none;
border-bottom:1px dotted;
color:#002BB8;
}
#quicklinks a:hover {
color:#da0000;
}
#quicklinks .desc {
margin:2px 0 0 0;
font-size:10px;
}