#container  {
	width: 95%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-width: thin;
	border-style: ridge;
	border-color: #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
} 

#header  {
	color: #FFF;
	background-color: #333;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 98%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;
} 

#header #logo {
	margin: 1em;
	padding: 0px;
	clear: none;
	float: left;
	text-decoration: none;
	
}
#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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #D0DB8F;
	font-size: 1.5em;
}
#middle {
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#textSize {
	clear: right;
	float: right;
	width: 18em;
	
}
#mainContent  {
	clear: none;
	float: left;
	background-color: #FFF;
	margin: 0;
	padding: 0.5%;
	min-height: 400px;
	width: 98%;
} 
#footer  {
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	text-align: center;
	clear: none;
	float: left;
	width: 98%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-decoration: none;
}
#footer p a{
	text-decoration: none;
	color: #CCC;
	padding-right: 2em;
	padding-left: 2em;
}
#footer p a:hover {
	font-weight: bold;
	color: #D0DB8F;

}



.italiced_centered {
	font-style: italic;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	top: 10px;
}
.indented_comments {
	padding: 15px;
}
.readMore {
	font-weight: bold;
	text-align: right;
	font-size: .8em;
}
.indented_Justified {
	text-align: justify;
	text-indent: 15px;
	padding: 10px;
}
.columWidthfull800 {
	height:0;
	font-size: 1px;
	line-height: 0px;
	width: 800px;
}

.columWidthLeft500 {
	height:0;
	font-size: 1px;
	line-height: 0px;
	width: 800px;
}
.columWidthright250 {
	height:0;
	font-size: 1px;
	line-height: 0px;
	width: 250px;
}
.success_words {
	font-weight: bold;
	color: #FFF;
	background-color: #060;
	text-align: center;
}
.error_words {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	text-align: center;
}
.greenline {
	background-color: #D0DB8F;
	height: 2px;
	width: 100%;
}
.wordhightlighted_orange {
	background-color: #F60;
	-khtml-user-select: none;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
.wordhightlighted_blue {
	background-color: #36C;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;

}

.wordhightlighted_green {
	background-color: #390;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;

}
.wordhightlighted_red {
	background-color: #F00;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
body {
	background-image: url(../Images/Page_background.jpg);
	background-repeat: repeat;
}

