  body {
	font-family : arial;
	font-size : 11pt;
	background : #9c9aee url(images/background2.jpg) top left repeat-x;
	margin:0;
  }

  p,
  p.note  {
	margin: 1em 50px 0 50px;
  }
  p a,
  p a:visited {
	color : #00F;
	text-decoration :none;
  }
  p a:hover {
	text-decoration : underline;
  }

  ul {
	margin-top : 1em;
	margin-left: 10em;
  }
  ul li a,
  ul li a:visited {
	text-decoration : none;
	color: #00F;
  }

  p.note {
	font-style : italic;
	font-size : x-small;
  }
  div#pagebody {
	border:5px solid #C3C2E1;
	width :760px;
	margin :  0;
	margin-top: 15px;
	text-align:left;
	background-color: #FFF;
  }
/*  header  */
  div#header {
	background: #FFF url(images/headergraphic9.jpg) top left no-repeat;
	width: 740px;
	height: 100px;
	padding-top : 20px;
	padding-left: 20px;
	margin : 0;
	z-index : 0;
  }
  div#navbar {
	background: #9B9AD1 url(images/headerband2.jpg) top left repeat-x;
	width: 760px;
	height: 25px;
	border-top : 1px solid #05028D;
 	border-bottom : 1px solid #05028D;
  }

  h2 {
	margin : 0;
	margin-top : -5px;
	text-align : center;
	color : #FFF;

  }
  div#navbar h2 a,
  div#navbar h2 a:visited,
  div#navbar h2 a.current,
  div#navbar h2 a:visited.current {
	font-size : small;
	font-weight : bold;
	color : #FFF;
	text-decoration: none;

  }
  div#navbar h2 a.current,
  div#navbar h2 a:visited.current {
	color : #6DE6CD;
	text-decoration: none;
	font-style : italic;
  }
  div#navbar h2 a:hover {
	text-decoration : underline;
  }
  h1 {
	text-align : center;
	font-size : large;
	font-weight : bold;
	color : #03C89F;
  }
	h3#slogan {
	text-align: center;
	font-size : small;
	font-weight : bold;
	font-style : italic;
	color : #0601FF;
	}
 div#footer {
	text-align: center;
	font-size : xx-small;
	color: #05028D;
	border-top: 1px solid #05028D;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top:25px;
	margin-top:10px;
 }
 div.picture {
	margin : 0;
	padding:0;
	text-align: center;
 }
 div.picture img {
	border:1px solid #05028D;
	margin: 3px;
 }

/*  contact form   */
  div#contact_form  {
	margin: 1em 80px 0 80px;
  }
 div.formrow {
	position: relative;
	margin-top: 5px;
 }
 div.formleft {
	position: relative;
	top: 0;
	left: 0;
 }
 div.formright {
	margin-top:-20px;
	position: relative;
	top: 0;
	left: 150px;
 }
 div.formright input.text {
	width : 250px;
 }

 input.button {
	width :60px;
	height : 21px;
	background: #46459D url(images/button2.jpg) top left no-repeat;
	color : #FFF;
	font-weight:bold;
	padding-bottom:3px;
	margin-left:50px;
	margin-bottom:3px;
 }
