body {
margin: 0px;
padding: 0px;
background-color: white;
}

body.Popup {
width: 350px;
}

body,p,blockquote,li,td,th,h1,h2,h3,h4,input,textarea,select,button {
    font-family: Verdana,Arial,sans-serif;
}

body,p,blockquote,li,td,th,input,textarea,select,button {
    font-size: 11px;
}

p,blockquote,li,td {
    line-height: 145%;
}

h1,h2,h3,h4 {
    line-height: 130%;
}

h1 {
    font-size: 110%;
}

h2 {
    font-size: 100%;
}

h3 {
    font-size: 100%;
}

div#PageContainer {
  width: 720px;
  height: 468px;
}

ul.HNav { list-style: none; padding: 0px; margin: 0px; float: none;}
ul.HNav li { display: inline; margin: 0px; padding: 0px 1em;}
ul.HNav li.First { padding: 0px;}
ul.HNav li.Last { padding: 0px;}

div#MainContent { margin: 0px; padding: 0px;}

body.HowToHome div#MainContent h1 { color: #83694E; text-transform: none; font-size: 18px; }
body.HowToHome div#MainContent { width: 720px; }
body.HowToHome div#LeftCol { 
	width: 364px; 
	height: 468px;
	float: left; 
	background-color: #E3DBB6;
	text-align: center;
	background-image: url(/res/images/howto_dave1.gif);
	background-position: 0% 100%;
	background-repeat: no-repeat;
}
body.HowToHome div#LeftCol h1 { margin-top: 2em;  }

body.HowToHome div#RightCol { 
	width: 356px; 
	height: 468px;
	float: right; 
	font-size: 14px;
	background-image: url(/res/images/howto_lhp_logo.gif);
	background-position: 95% 95%;
	background-repeat: no-repeat;
}
body.HowToHome div#RightCol p { font-size: 16px; margin: 36px; }


body.HowTo div#Container {
  width: 720px;
  height: 468px;
}

body.HowTo div#MainContent ul { margin: 0px; }

body.HowTo div#MainContent h1 { color: #83694E; text-transform: none; font-size: 18px; }
body.HowTo div#MainContent { width: 720px; }

body.HowTo div#MainContent div#LeftCol h1 { 
	margin-top: 0px;
	background-image: url(/res/images/howto_dave2.gif); 
	background-repeat: no-repeat;
	background-color: #E3DBB6;
	padding-left: 105px;
	padding-right: 1em;
	height: 125px;
	text-align: center;
}

body.HowTo div#LeftCol { 
	width: 364px; 
	height: 468px;
	float: left; 
	background-color: #FFF;
}

body.HowTo div#LeftCol p { margin: 16px 32px 16px 32px; font-size: 14px; }

body.HowTo div#RightCol { 
	width: 356px; 
	height: 468px;
	float: right; 
	font-size: 14px;
	background-image: url(/res/images/howto_rightgrad.gif);
	background-repeat: repeat-x;
	text-align: center;
}
body.HowTo div#RightCol p { font-size: 16px; margin: 36px; font-color: #FFF; }
body.HowTo div#RightCol img { margin-top: 1em; }

div.Clear { clear:both;}
