/* Reset */
* { margin: 0; padding: 0; font-size: 100%; }

body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	background: #CBE7FD url(../images/green.hangerz.grass.gif) repeat-x fixed bottom;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
a {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 15px;
	font-size: 26px;
	line-height: 1em;
	color: #0033CC;
}
h1 {
	font-size: 9px;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
	color: #999999;
}
h2 {
	font-size: 20px;
	margin: 0 0 12px 0;
}
h3 {
	font-size: 18px;
	margin: 0 0 12px 0;
}
h4 {
	font-size: 16px;
	margin: 0 0 8px 0;
}
h5 {
	font-size: 14px;
	margin: 0 0 6px 0;
}
h6 {
	font-size: 12px;
	margin: 0 0 6px 0;
}
ul,ol {
	margin: 0px 30px 20px 35px;
}
ul ul,ol ol,ul ol,ol ul { margin-bottom: 0; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 40px 20px; }
dl dt { font-weight: bold; }
dl dd { margin: 0 0 0 20px; }

.bodytext{
	margin: 0px;
	padding: 0px 10px 10px;
}
.imageright {
	float: right;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	position: relative;
}
.imageleft {
	float: left;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#callout  {
	padding: 20px 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/RMH-boxbkground.gif) no-repeat left;
	margin: 0;
	width: 300px;
	height: 110px;
	font-size: 10px;
}
#container  {
	margin: 0 auto;
	text-align: left;
	width: 766px;
}
#header  {
	background: url(../images/green.hangerz.header.03.jpg) no-repeat left top;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 155px;
	width: 766px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
#mainContent  {
	padding: 0 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/green.hangerz.cardboard.jpg) repeat-y;
	margin: 0;
}
#footer  {
	padding: 0;
	margin: 0;
	height: 40px;
}
#footer  p  {
	margin: 10px 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
}
#footer  a   {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #CC0000;
	text-decoration: none;
}
#headertext {
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	text-align: center;
	left: 350px;
	position: relative;
	top: 20px;
	height: 60px;
}
#textbox1 {
	margin: 0px;
	padding: 0px;

}
#textbox2 {
	margin: 0px;
	padding: 0px;
	width: 477px;
	float: left;
	position: relative;
}
#textbox3 {
	margin: 0px;
	padding: 0px;
	width: 238px;
	float: right;
	position: relative;
}
#textboxmed {
	margin: 0px;
	padding: 0px;
	width: 275px;
	display: block;
	float: left;
	position: relative;
}
#textboxright {
	margin: 0px;
	padding: 0px;
	width: 440px;
	float: right;
	position: relative;
	display: block;
}
.textbox1top {
	background:transparent url(../images/green.hangerz.textbox1.top.jpg) no-repeat;
	margin:0px;
	padding:0px;
	height: 13px;
	font-size: 10px;
}
.textbox1mid {
	background:transparent url(../images/green.hangerz.textbox1.mid.jpg) repeat-y scroll 0 0;
	margin:0px;
	padding:10px 10px 0px;
	position: relative;
	clear: both;
}
.textbox1bottom {
	background:transparent url(../images/green.hangerz.textbox1.bottom.jpg) no-repeat;
	margin:0px 0px 10px;
	padding:0px;
	position:relative;
	height: 13px;
}
.textbox2top {
	background:transparent url(../images/green.hangerz.textbox2.top.jpg) no-repeat;
	margin:0px;
	padding:0px;
	height: 13px;
	font-size: 10px;
}
.textbox2mid {
	background:transparent url(../images/green.hangerz.textbox1.mid.jpg) repeat-y scroll 0 0;
	margin:0px;
	padding:10px 10px 0px;
	position: relative;
	clear: both;
}
.textbox2bottom {
	background:transparent url(../images/green.hangerz.textbox2.bottom.jpg) no-repeat;
	margin:0px 0px 10px;
	padding:0px;
	position:relative;
	height: 13px;
}
.textbox3top {
	background:transparent url(../images/green.hangerz.textbox3.top.jpg) no-repeat;
	margin:0px;
	padding:0px;
	height: 13px;
	font-size: 10px;
}
.textbox3mid {
	background:transparent url(../images/green.hangerz.textbox1.mid.jpg) repeat-y scroll 0 0;
	margin:0px;
	padding:10px 10px 0px;
	position: relative;
	clear: both;
}
.textbox3bottom {
	background:transparent url(../images/green.hangerz.textbox3.bottom.jpg) no-repeat;
	margin:0px 0px 10px;
	padding:0px;
	position:relative;
	height: 13px;
}
