html,body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #324d63 url(images/bkgd.jpg) center repeat-y;
}

#body-margin{
      text-align: center;
      background: #fff;
      padding: 0px 0px 0px 0px;
      margin: 0 auto;
      width: 898px;      
      voice-family: "\"}\""; 
      voice-family:inherit;
      
}
    
img { border: 5;
      border-color: #324d63;}
a {
	text-decoration: none;
	color: #385a7a;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #7096b1;
}

/*---------- Divs ----------*/
#header {
	background: #f5f1db;/*url("images/woodtexture2.jpg") no-repeat center;*/
	height: 160px;
	width: 898px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 15px solid #324d63;
		
}

/* ul#navi {
    margin: 0;
    padding: 45px 0;
    list-style: none;
    font-family: Georgia, Times, serif;
  }
    ul#navi li {
      float: right;
      margin-left: 6px;
    }
      ul#navi li a {
	display: block;
	height: 45px;
	text-decoration: none;
	text-indent: -5000px;
	outline: none;
	background-position: left top;
	background-repeat: no-repeat;
	color: #DDC696;
      }
      
      ul#navi li.active a,
      ul#navi li a:hover { 
	  background-position: 0 -100px; }  */
 



#logo{
	padding-top: 12px;
	padding-left: 35px;
	padding-right: 10px;
	margin: 0 auto;
	
}

#logo a:hover {
      text-decoration: none;
}

#logo a {
      float: left; 
      
      }

#container {
	width: 898px;
	overflow: hidden;
	text-align: left;
	font: 90% Tahoma, Helvetica, sans-serif;
	margin: 0px auto;
	background: #fff;
	padding-bottom: 20px;
}  
* html #container {
      overflow: scroll;
}

#intro{
      height: 450px;
      margin: 10px auto;
}
* html #intro { height: 450px;}

#flashcontent{
	height: 425px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#intro-image{
	width: 890px;
	}

#intro-text{
	padding-top: 10px;
	padding-left: 15px;
	float: left;
	width: 500px;
	text-align: left;
	line-height: 2;
}

#home-text{
	padding-top: 10px;
	padding-left: 15px;
	float: left;
	width: 400px;
	text-align: left;
	line-height: 2;
}

.center {  margin-left: auto;   margin-right: auto;   display: block; }

#content{
	margin-top: 20px;
	min-height: 10px;
}
* html #content { min-height: 10px;}

#sidecontent{
      float: left;
      margin-right: 5px;
      padding: 10px;
     /* width: 250px;*/
      line-height: 2;
      }
html>body #sidecontent { width: 400px }  /* for opera */


#sidecontent img{
      padding: 1px;
      border: 1px solid #828282;
}

#sidecontentright{
      padding: 1px;
      border: none;
      float: right;
}

#maincontent {
      float: left;
      width: 630px;
}

#mainleft {
      float: left;
      width: 425px;
}

#mainright {
      float: right;
      width: 180px;
}

#mainright a {
      color: #000;
}

#footer {
	background: #f5f1db; /*url("images/woodtexture2.jpg") no-repeat center;*/
	height: 150px;
	width: 898px;
	margin: 0 auto;
	border-top: 15px solid #324d63;
	font-size: 84%;
	color: #385a7a;
	padding: 0;

}
* html #footer {height: 150px;}

#footertextleft{
	margin-top: 10px;
	width: 890px;
	text-align:center;
	padding-left: 10px;
}

#footertextright{
      margin-top: 10px;
      text-align: right;
      width: 350px;
      float: right;
      padding-right: 10px; 
}

/*------------------------- Navigation --------------------------*/

#navcontainer {
      /*width: 680px;*/
      height: 38px;
      margin: 10px auto 0 auto;
      display: block;
      font-size: 140%;
      overflow: visible;
      position: relative;
      
}

* html #navcontainer { height: 43px;}

#navcontainer ul {
	position: relative; 
	/* float: right; */
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	font-family: "Copperplate Gothic Light";
	white-space: nowrap;
}

#navcontainer li {
      margin: 20px 3px 0px 0px;
      float: left;
      height: 28px;
      display: inline;
      
}

#navcontainer a {
	float: left;
	display: block;
	padding: 40px 10px 20px 40px;
	color: #385a7a;
	text-decoration: none;
	font-family: "Copperplate Gothic Light"	
}

* html #navcontainer a {
	display: inline-block;  /* for IE only */
			  
}

#navcontainer a:hover {
	background: none;
	color: #7096b1;
	cursor: pointer;	
}
/*---------- Headings ----------*/
h1 {
	padding-top: 0;
	margin-top: 0;
	font: 120% Baskerville Old Face;
	font-variant: small-caps;
	color:#385a7a;
}

.mainheading{
      font-weight: bold;
      font-size: 123%;      
}

.quote{
	font-size:180%;
	line-height: 30px;
}

.quote2{
	font-size:160%;
	line-height: 25px;
}

/*---------- Classes ----------*/
.heading{
      background: #385a7a;
      border-bottom: 4px solid #DDC696;
      height: 25px;
}

.subheading-white{
      color: #fff;
      margin: 0px;
      padding: 5px 0 0 10px;
      font-size: 115%;
      font-weight: bold;
      
}

.p-indent{
      padding-top: 0px;
      padding-left: 10px;
}
