
#main-container
{
margin:auto;
left:10%;
width:92%;
max-width: 826px;
height:100%; 
/* background-color: #5454a0; */
background-color: white;
padding: 0px 0px 0px 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
-webkit-box-shadow: 1px 1px 1px 1px #d8a2a2;
-moz-box-shadow: 1px 1px 1px 1px #d8a2a2;
box-shadow: 1px 1px 1px 1px #d8a2a2; 
overflow:auto; 
}

#inner-container
{
float: left; 
width:99.8%;
/* background-color:#f6f6cc; */
background-color: lightgrey;
overflow:auto;
}

#banner-div
{
padding: 10px;
}

#misc-div
{
padding-left: 10px;
text-align: right;
}

#field-div-right
{
width: 200px;
height: 30px;
float: left;
vertical-align: middle;
text-align: right;
}

#field-div-left
{
width: 180px;
height: 30px;
float: left;
vertical-align: middle;
text-align: left;
}

#h2-main
{
float: left;
width: 100%;
/* min-height: 50px; */
/* background-color: #5454a0; */
background-color: lightgrey;
overflow:auto;
}

#h2-supplment
{
float: left;
width: 100%;
/* background-color: #5454a0; */
background-color: lightgrey;
}

#ad-div
{
padding-left: 15px;
}

#two-column-div
{
float:left;
width:49%;
}

#menu-div
{
float:right;
margin-left: 50px;
width:29%;
}

#paypal
{
padding-left: 20px;
}

#fb-div
{
position: fixed;
top: 80px;
left: 20px;
}

#video-div
{
padding: 10px;
}

body
{
text-align: justify;
/* background-image: url('./images/bg_dotted.png'); */
background-attachment: fixed;
background-size: 100% 100%; 
background-repeat: no-repeat;
/*background-repeat-x: repeat;
background-repeat-y: repeat; 
background-attachment: scroll;
background-position-x: 0px;
background-position-y: 0px;
background-origin: initial;
background-clip: initial;
background-color: initial; */
/* background-image: url('./images/blend.jpg'); */
}

h1
{
padding: 10px 0px 10px 15px; 
/* color:#cecef9; */
color:black;
background-color:#ced5f1;
/* background-color: white; */
font:18pt "Helvetica Neue", "Helvetica", Arial, sans-serif; 
line-height:100%;  
font-weight: bold;
}

h1.top
{
padding: 0px 0px 0px 15px; 
font-size: 23pt;
font-family:"Times New Roman", Times, serif;
background-color:white;
/* font-family: Arial, Helvetica, Sans-Serif; */
/* color: #cecef9; */ 
color: black;
font-weight: normal; 
/* font-style: italic; */
/* line-height:40%;  */
margin: 0;
}

h2, h3, h4
{
padding: 0px 0px 0px 15px; 
/* font-family: 'Varela Round', sans-serif; */
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: 500;
font-size: 48px;
text-transform: none;
text-decoration: none;
letter-spacing: 0.1em;
word-spacing: -0.02em;
text-align: left;
/* line-height: 0.2;  */
}

h3
{
padding: 0px 0px 0px 15px;
font-size: 25px;
text-align: left;
}

h4
{
padding: 0px 0px 0px 15px;
font-size: 16px;
text-align: left;
font-weight: bold;
}

p
{
font:11pt "Helvetica Neue", "Helvetica", Arial, sans-serif;  
/* font-family: 'Varela Round', sans-serif; */
padding: 0px 15px 0px 15px;
color: black;
line-height:120%;
}

p a
{
font-weight:bold;
}

p.intro
{
/* font:10pt "Helvetica Neue", "Helvetica", Arial, sans-serif;  */
/* font-style: italic; */
font-family: 'Varela Round', sans-serif;
font-size: 11pt;
font-weight: bold;
padding: 0px 15px 0px 15px;
}

p.squeeze
{
line-height: 0;
padding-bottom: 0;
font-weight: bold;	
}

p.yellow
{
background-color: yellow;
padding: 5px;	
font-weight: bold;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.logo
{
background-color: yellow;

}

ol.roman 
{
list-style-type:upper-roman;
}

@media (max-width: 800px)
{
	body
	{
	background: grey;
	width:auto;
	min-width: 0px;	
/*	text-align: left; */
	}
	#banner-div
	{
	display: none;
	width: 0px;
	}
	#ad-div
	{
	display:none;
	width: 0px;
	}
	#main-container
	{
	left:0px
	width:auto;
	width:96%;

	min-width: 0px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	-webkit-box-shadow: 0px 0px 0px 0px #d8a2a2;
	-moz-box-shadow: 0px 0px 0px 0px #d8a2a2;
	box-shadow: 0px 0px 0px 0px #d8a2a2; 
	overflow:none; 
	}
	#inner-container
	{
	width:auto;
	min-width: 0px;
	width:99%;
	}
	#menu-div
	{
	display:none;
	}
	#two-column-div
	{
	width:100%;
	}
	
	h1
	{
	width: auto;
	text-align: left;
	background-color:orange;
	}

	h1.top
	{
	font-size: 18pt;
	}

	h2
	{
	font-size: 2em;
	width: auto;
	padding: 10px 0px 0px 10px; 
	/* line-height: 0.8; */
	}
	
	p
	{
	font: "Helvetica Neue", "Helvetica", Arial, sans-serif; 
	font-size: 1em;
	width: auto;
	}
	#misc-div
	{
	text-align: left;
	}

	#field-div-right
	{
	width: auto;
	height: 30px;
/*	float: left; */
	clear: both;
	vertical-align: middle;
	text-align: left;
	}
	
	#field-div-left
	{
	width: auto;
	height: 30px;
/*	float: left; */
	clear: both;
	vertical-align: middle;
	text-align: left;
	}
	
	#fb-div
	{
	display: none;
	position: relative;
	top: 5px;
	left: 10px;
	padding-bottom: 20px;
	width: 0px;
	}

	p.squeeze
	{
	font-weight: normal;
	padding-left: 0;	
	}
	
	#video-div
	{
/*	display: none; */
	}



}
