body {
	/* [disabled]font-family: Verdana, Helvetica, Arial, sans-serif; */
	background-color: #e2edff;
	/* [disabled]line-height: 125%; */
	padding: 0;
	margin: 0;
	max-width: 100%;
}
#DonateDiv
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #9F9;
	width: 20%;
	margin-left: 10px;
	margin-top: 10px;
	float: right;
	padding-right: 3px;
	padding-left: 3px;
}


h1 {
	font-size: x-large;
	background-color: #06F;
	color: white;
	/* [disabled]padding-top: 2em; */
	margin: 0;
	text-align: center;
}

h2 {
	color: navy;
	font-size: large;
	font-weight: bold;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

li {
  font-size: small;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.PageContent {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	width: 90%;
	text-align: left;
	margin: 2%;
}

#navigation {
  width: 180px;
  background-color: #7da5d8;
}

h2, ul {
  margin-top: 15px;
}

#header {
	border-top: 3px solid #7da5d8;
	width: 100%;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 107px;
}

#bodycontent {
	left: 200px;
	max-width: 100%;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 90%;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	font-size: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	max-width: 100%;
}
#AudioDev
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}


.textBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00C;
	background-color: #6FC;
	padding: 3px;
	width: 25%;
	border: medium ridge #000;
	float: left;
	margin-right: 5px;
}

table
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	background-color: #DBFFFF;
	text-align: left;
	width: 90%;
	float: left;
	margin-left: 10px;
}
.DevTable
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-left: 2%;
	text-indent: 5px;
}

.footer {
	font-size: 15px;
	text-align: center;
	color: #060;
	size: auto;
	padding: 10px 0;
	position: static;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #3F9;
	max-width: 100%;
}

header,footer,section,article,nav,aside {display:block}

.Vheader
{
	size: auto;
	float: right;
	width: 15%;
	margin-top: 4em;
}


.sidebar1 {
	font:"Arial Black", Gadget, sans-serif;
	font-size: small;
	color:#900;
	}
img#mmmasthead {
	
}
.pdfart
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #00C;
	background-color: #6FF;
	height: 30px;
	width: 400px;
	border: medium groove #933;
	float: left;
	margin-left: 10px;
}
#SermonP
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #6FC;
	margin-right: 15px;
	margin-left: 15px;
	text-indent: .5in;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	float: left;
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.content {
	width: 100%;
	float: left;
	margin-right: 0em;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	max-width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
