﻿/*main*/
body {background-image:url('blue-white-stripe3.gif');
	  margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      color: black;
      font-family: Garamond;
      font-size: 14px;
      text-align: left;
      scrollbar-face-color: ;
      scrollbar-highlight-color: ;
      scrollbar-3dlight-color: ;
      scrollbar-darkshadow-color: ;
      scrollbar-shadow-color: ;
      scrollbar-arrow-color: ;
      scrollbar-track-color: ;}

table {background-color: #9cc3ee;
       color: black;
       font-family: Garamond;
       font-size: 16px;
       text-align: left;}

h1    {color: black;
       font-family: Garamond;
       font-size: 46px;}
h2    {color: black;
       font-family: Garamond;
       font-size: 18px;}
h3    {color: black;
       font-family: Garamond;
       font-size: 20px;}
h4    {color: red;
       font-family: Garamond;
       font-size: 14px;}
h5    {color: black;
       font-family: Garamond;
       font-size: 20px;}

a:link    {color: #762546;
           font-family: Garamond;
           font-size: 16px;
           text-decoration: underlined;}
a:visited {color: black;
           font-family: Garamond;
           font-size: 16px;
           text-decoration: underlined;}
a:hover   {color: red;
           font-family: Garamond;
           font-size: 16px;
           text-decoration: underlined;}
a:active  {color: darkgray;
           font-family: Garamond;
           font-size: 16px;
           text-decoration: underlined;}
.style1 {
	text-align: left;
	background-image: url('images/header.gif');
}
.style2 {
	font-weight: normal;
	font-family: Garamond;
	font-size: 16px;
}
.style3 {
	font-weight: bold;
	font-family: Garamond;
	font-size: 20px;
	text-align: center;
}
.style4 {
	color: #1958b7;
}
.style5 {
	text-align: center;
}
.style6 {
	font-size:18px
}
.style7 {
	font-size: 18px;
		color: black;
}
.style8 {
	font-size: 22px;
		color: black;
}
.style9 {
	text-decoration: underline;
}
.style10 {
	font-size:18px;
}
.style11 {
	border-width: 0;
}


/*navigation*/
#button {
	width:147px;
	border-right: none;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: Garamond;
	background-color:#90bade;
	color:#333
}
#button ul {
	list-style:none;
	margin: 0;
	padding:0;
	border: none;
}
#button li {
	border-bottom:1px solid #90bade;
	margin:0;
}
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left:8px solid #1958b7;
	border-right:8px solid #1958b7;
	background-color:#2175bc;
	color:#fff;
	text-decoration:none;
	width:100%;
}
html>body #button li a {
	width:auto;
}
#button li a:hover {
	border-left: 8px solid #1c64d1;
	border-right:8px solid #1c64d1;
	background-color:#2586d7;
	color:#fff;
}

/*footer*/
#footer {
	width: 780px;
	border-top: 1px dotted #aaaaaa;
	background-color: white;
	color: #000000;
	font-family: Garamond;
	font-size: 10pt;
}
#footer p {
	margin: 0.5em 0 1em 2em;
	padding:0;
}
#footer a:link    {color: #000;
           font-family: Garamond;
           font-size: 8pt;
           text-decoration: underlined;}
#footer a:visited {color: black;
           font-family: Garamond;
           font-size: 8pt;
           text-decoration: underlined;}
#footer a:hover   {color: #000;
           font-family: Garamond;
           font-size: 8pt;
           text-decoration: underlined;}
#footer a:active  {color: #000;
           font-family: Garamond;
           font-size: 8pt;
           text-decoration: underlined;}