.related {
	float: left;
	width: 49%;
	text-align: left;
	font-family: Tahoma, Arial;
}



.sidediv {
	font: italic 0.8em Arial, Helvetica, sans-serif;
	color: #240000;
	margin: 40px 15px 20px;
	width: 140px;
	border-top: thin double #CCCCCC;
	border-bottom: thin double #CCCCCC;
	position: static;
	z-index: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.printdiv {
	margin-right: 135px;
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
	margin-top: 2em;
	padding-top: 15px;
	margin-left: 3.5em;
	border-top: 1px solid #CCCCCC;
	font-size: .85em;
	margin-bottom: 2em;
}
.printdiv a {
	text-decoration: none;
}
.printdiv a:hover {
	text-decoration: none;
}
.makeital {
	font-style: italic;
}

#bodymain p {
	text-align: justify;
	margin-left: 3.5em;
}
.butterfly #bodymain h2 {
	font-size: 1.3em;
	margin-left: 2.6em;
	margin-top: 2.5em;
	font-weight: normal;
}

.imagediv {
	font: italic .75em Tahoma, Arial, sans-serif;
	color: #666666;
	margin: 0px 0px 1em 2em;
	float: right;
}
.imagediv img {
	border: thin solid #333333;
}




.clear {
	clear: both;
}
.sidecell .sidediv .emailinput {
	font: 11px Tahoma, Arial, sans-serif;
	color: #666666;
	background: #f7f7f9;
	margin: 4px 0px 0px;
	padding: 0px;
	border: 1px solid #666666;
}
.sidecell .sidediv form {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.butterfly {
	background: url(../template_images/butterfly_top.jpg) no-repeat right bottom;
}
.footer {
	font: 0.8em Tahoma, Arial, sans-serif;
	background: #f7f7f9 url(../template_images/bottom_bg.gif) repeat-x;
	text-align: right;
	color: #999999;
}
.footer a {
	font-size: 0.7em;
	color: #710000;
	text-decoration: none;
}
.footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}





body {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

.headertable {
	background: #F7F7F9;
	border-bottom: 1px solid #666666;
}
.headertable h2 {
	font: bold normal 2em Tahoma, Arial, sans-serif;
	padding: 0.1em 0em 0em;
	margin: 0px;
	color: #333333;
	text-indent: 175px;
}
.headertable h1 {
	font: bold normal 1.7em Arial, Helvetica, sans-serif;
	padding: 0.5em 0em 0em;
	margin: 0px;
	color: #333333;
	text-indent: 175px;
}
.qual {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-indent: 175px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

.top {
	font: 11px Tahoma, Arial, sans-serif;
}
.headertable .top a {
	color: #990000;
}
.headertable .top a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.makebold {
	font-weight: bold;
}



.headertable .top p {
	text-align: right;
	margin: 0px;
	padding-top: 20px;
	padding-right: 15px;

}
#bodymain {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 2.5em 3em 1.5em 1px;
}
#bodymain h1 {
	font: 1.5em/55px Tahoma, Arial, sans-serif;
	color: #3E0000;
	margin: 0px 0px 1.5em 1.5em;
	border-bottom: 1px solid #CCCCCC;
}
.sidecell {
	border-right: 1px solid #888;
	background: #FBFBFB;
}


#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 170px; /* Width of Menu Items */ 
	border-bottom: 1px solid #ccc; 
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 170px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
} 
.sidecell h2 {
	font: bold 12px/20px Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	background: #990000;
	text-align: center;
	width: 170px;
	margin: 0px;
	padding: 0px;
}


#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a {
	display: block;
	text-decoration: none;
	color: #420000;
	background: #f7f7f9; /* IE6 Bug */
	padding: 5px 5px 5px 10px;
	border-bottom: 0 solid #ccc;
	font: 12px Tahoma, Arial, sans-serif;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #FFFFFF; 
	background: #990000; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #42000; 
	background: #f7f7f9; /* IE6 Bug */ 
	padding: 5px 5px 5px 15px; 
	border: 1px solid #ccc; 
	border-bottom: 0; 
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #FFFFFF; 
	background: #990000; 
} 

/* Icon Styles */ 
#menu ul a.submenu {background:#f7f7f9; } 
#menu ul a.submenu:hover {
	background:#990000;
	color: #FFFFFF;
}
a {
	color: #800000;
	text-decoration: underline;
}
.recommend {
}

a:hover {
	color: #003399;
	text-decoration: underline;
}
.butterfly #bodymain blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	background-color: #F7F7F7;
	padding: 0.8em;
	float: left;
	width: 12em;
	margin-top: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 3.5em;
	border: 1px solid #CCCCCC;
	text-align: left;
}
.butterfly #bodymain blockquote p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.butterfly #bodymain ul {
	text-indent: 2em;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 5em;
	line-height: 1.5em;
}
.butterfly #bodymain li {
	text-indent: 3em;
	margin-bottom: 10px;
	white-space: normal;
	list-style-position: outside;
}
.leftflushimgdiv {
	text-align: left;
	padding: 0px 0px 0px 0em;
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0em;
}
.butterfly #bodymain .leftflushimgdiv img {
	border: 1px solid #000000;
}
.writingdiv {
	margin: 0px 0px 0px 3.5em;
	padding: 0px;
	height: 120px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.writingdiv h2 {
	font-size: .8em;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .5em;
	padding-left: 0px;
}
