/* ELEMENTS */
* {
	margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  background: #1D2F58;
}

a {
  color: #444466;
  text-decoration: underline;
}

a:hover {
  color: #444466;
  text-decoration: none;
}

a:active {
  color:#444466;
  text-decoration: none;
} 

a:visited {
  color: #444466;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, Serif;
  font-weight: normal;
}

h1 {
  text-align: center;
  color: #000066;
  font-size: 2em;
}

h2 {
  text-align: center;
  font-size: 1.6em;
  color: #660033;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  background-color: #1D2F58;
  color: #1D2F58;
  border: 0;
  height: 1px;
}

p {
  margin: 10px 0 10px 0; 
  line-height: 1.2em;
}

ul, ol, dl {
  padding-left: 1em;
}

/* LAYOUT */

img#logo {
  float: left;
}

div#body {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  width: 800px;
  border: solid #0F1B42 3px;
  font-size: .8em;
}

div#header a {
  text-decoration: none;
}

div#header a:hover {
  text-decoration: underline;
}

div#header p {
  padding: 0;
  margin: 0;
}

img#logo {
  float: left;
}

div#header-title {
  float: right;
  width: 639px;
  text-align: center;
  height: 80px;
}

div#header-title h1 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1.7em;
  margin:10px;
}

div#header-title h2 {
  font-family: Trebuchet MS;
  font-size: 1.3em;
  font-weight: normal;
}

div#navbar-short {
  height: 24px;
  text-align: center;
  color: #FF9933;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

div#navbar-short a {
  color: #FF9933;
}

div#navbar-short a:hover {
  color: #FFCC66;
  text-decoration: none;
}

div#navbar-long {
  border-top: solid 1px #000066;
  border-bottom: solid 1px #000066;
  height: 25px;
  text-align: center;
  background: url(/images/navbar-long-background.gif);
  color: #FFF;
  font-family: Trebuchet MS;
  font-size: 1.2em;
  font-weight: bold;
  clear: both;
  width: 100%;
}

div#navbar-long a {
  color: #FFF;
}

div#navbar-long a:hover {
  color: #FFCC66;
  text-decoration: none;
}

ul.navlist {
  padding: 0;
  margin: 2px 0 2px 0;
  height: 21px;
}

ul.navlist li {
  display: inline;
  padding: 0 0 0 10px;
  background: url(/images/dot.white.gif) 0 8px no-repeat;
}

ul.navlist li.first {
  display: inline;
  padding: 0;
  background: none;
}

div#navbar-short ul.navlist li {
  background: url(/images/dot.yellow.gif) 0 8px no-repeat;
}

ol#breadcrumb {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
  font-size: .95em;
  color: #333;
}

ol#breadcrumb a {
  color: #333;
  text-decoration: none;
}

ol#breadcrumb a:hover {
  text-decoration: underline;
}

ol#breadcrumb li {
  float: left;
  display: inline;
  padding-right: 10px;
  background: url(/images/breadcrumb.gif) right no-repeat;
}

ol#breadcrumb li.last {
  float: left;
  display: inline;
  background: none;
}

div#content {
  clear: both;
  padding: 5px 20px 20px 20px;
}

div#footer {
  text-align: center;
  font-size: .7em;
  padding: 20px;
  clear: both;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #98B7D8;
}

div#footer a {
  color: #98B7D8;
  font-weight: bold;
}

div#footer ul, div#controls ul {
  padding: 0;
  margin: 0;
}

div#footer li, div#controls li {
  display: inline;
  padding: 0 0 0 8px;
  background: url(/images/dot.lightblue.small.gif) 0 5px no-repeat;
}

div#footer li.first, div#controls li.first {
  display: inline;
  padding: 0;
  background: none;
}

div#footer img.logo {
  border: 2px solid #FFF;
}

div#controls {
  clear: both;
  text-align: center;
  font-size: .7em;
  padding: 10px;
  color: #98B7D8;
}

div#controls a {
  color: #98B7D8;
  font-weight: bold;
}

/* Default Forms */

form.default {
  clear: both;
  width: 100%;
}

form.default p.required-notice {
  font-size: .85em;
}

form.default fieldset {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid black;
  margin-bottom: 10px;
  background-color: #EFF4FA;
}

form.default legend {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 15px 0 0;
}

form.default ol {
  list-style-type: none;
  padding: 5px 0 0 0;
}

form.default ol li {
  clear: both;
  padding: 5px;
  border-bottom: 2px solid #FFF;
}

form.default ol li label {
  float: left;
  text-align: right;
  width: 25%;
}

form.default ol li input, form.default ol li textarea, form.default ol li select {
  width: 60%;
  margin-left: 3%;
}

form.default ol li input.checkbox, form.default ol li input.radio {
  width: auto;
  margin-left: 3%;
}

form.default div.controls {
  margin-left: 28%;
}

form.default div.controls a {
  margin-right: 10px;
}




















