body	{
  margin: 0px;
  background: #415791;
  padding-top: 12px;
}

body, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 14px;
}

a {
  color: #0A396F;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: blue;
}

a:visited {
  color: #0A396F;
  text-decoration: none;
}

H1 {
  color: #0A396F;
  font-size: 18px;
}

h2	{
  color: #0A396F;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  }

h3	{
 font-size: 18px;
 color: #666;
 padding-bottom: 0px;
 margin-bottom: 0px;
 }

.white {
  background: #fff
}

.bottomshadow {
  background: url(../images/layout/bottomshadow.gif) repeat-x;
  height: 22px;
}

.quote1 {
  background: url(../images/layout/quote1.jpg);
  width: 308px;
  height: 26px
}

.quote2 {
  background: url(../images/layout/quote2.jpg) repeat-y;
  width: 308px;
}

.q2text {
  font-size: 12px;
  padding-right: 23px;
  padding-left: 23px;
  line-height: 120%;
}

.quote3 {
  background: url(../images/layout/quote3.jpg);
  width: 308px;
  height: 27px
}

.quoteName {
  color: #777;
  font-style: italic
}

.faces	{
	border: 2px solid black;
	margin-right: 8px;
	margin-top: 5px;
	}

/* Sub Menu */

.subtop {
  background: url(../images/layout/menu_top.jpg);
  width: 188px;
  height: 26px
}

.subbg {
  background: url(../images/layout/menu_bg.jpg) repeat-y;
  width: 188px;
}

.subbottom {
  background: url(../images/layout/menu_bottom.jpg);
  width: 188px;
  height: 28px
}

.mainarea {
  margin: 20px 75px 50px 60px;
  line-height: 130%;
}

.mainareahome {
  margin: 40px 35px 10px 40px;
  line-height: 130%;
}

.indexarea	{
	margin: 20px 35px 10px 30px;
	line-height: 130%;
	}


/* Navigation --------------------------------------------------------------------------------- */

.navlist	{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navlist a	{
	height: 20px;
	display: block;
	text-decoration: none;
	color: #0A396F;
	background-image: url(../images/layout/submenu0.jpg);
	padding-left: 20px;
	line-height: 21px;
	  font-weight: normal;
}

.navlist a:hover {
	background-image: url(../images/layout/submenu1.jpg);
	color: black;
}

.over	{
	height: 20px;
	display: block;
	text-decoration: none;
	color: #000;
	background-image: url(../images/layout/submenu.jpg);
	padding-left: 20px;
	line-height: 21px
}