body  {
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background: #EA6D35;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container #mainContent p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EA6D35;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	width: 875px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/top-effect.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 200px;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
} 
.TopMenuLinks {
	font-family: Arial, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#container #topmenu {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 200px;
	float: right;
	position: absolute;
	margin-left: 700px;
	color: #FFF;
	font-size: 13px;
	left: -52px;
	top: 7px;
}

#container #header #topnav {
	float: right;
}

#mainContent {
	width: 840px;
	background-color: #F2D8C7;
	border: 6px solid #E2522D;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 43px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
#leftsideDiv {
	background-color: #CD5E31;
	margin: 2px;
	padding: 2px;
	height: 20px;
	width: 200px;
	border: 1px dotted #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: right;
	right: 80px;
}
.subtitles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E1722F;
}


#footer {
	padding: 0 10px 0 80px;
	background: url(../images/bottom-effect.jpg) no-repeat center bottom;
	height: 140px;
	width: 846px;
} 

#banner
{
	padding-left: 40px;
	margin-top: 0px;
}
#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

h1
{
	font: bold 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #EA6D35;
	padding-top: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#midnavigation
{
	height:30px;
	display:block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 65px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#midmenu{
	position:relative;
	display:block;
	height:24px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	}

#midmenu ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#midmenu ul li{
	display:block;
	float:left;
	margin:0 20px 0 0;
	}

#midmenu ul li a{
	display:block;
	float:left;
	color:#FED69E;
	text-decoration:none;
	padding:5px 20px 0;
	height:20px;
	background:#CD5E31;
	}

#midmenu ul li a:hover{
	color:#CD5E31;
	background:#FEE6C5;
	}

#midmenu ul li a.current,#midmenu ul li a.current:hover{
	color:#E96025;
	background:#FED69E;
	}
.bibilia {
	font-family: "Cooper std black", Arial, Helvetica, sans-serif;
	color: #FCB863;
	font-size: 33px;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing: -1px;
	padding-left: 30px;
	text-align: left;
}
.pagetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.tableborders {
	border: thin solid #E78C56;
}
.links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EA6D35;
	text-decoration: underline;
}
}
.InputField {
	font-family: Verdana, arial;
	font-size: 11px;
	color: #EA6D35;
	background-color: #EA6D35;
	margin: 1px;
	padding: 2px;
	border: 1px solid #AEAE62;
	height: 15px;
}
