@charset "iso-8859-1";

/* basic elements */
body {
  background: #9999cc;
  color: #000;
  font-family: Tahoma, Verdana, Lucida, Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0;
  text-align: center;
}

h1, h2, h3, p, table, th, td, ul, ol, li {
  font-family: Tahoma, Verdana, Lucida, Arial, Helvetica, sans-serif;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 1.2em;
}

h1 { font-size: large; font-weight: bolder; }
h2 { color: #000080; font-size: small; font-weight: bolder; margin-top: 1em; margin-bottom: 0.4em; border-bottom: 1px solid silver; }
h2 a { text-decoration: none; }
p { font-size: small; }
ul, li { line-height: 115%; margin-bottom: 1em;  margin-top: 1em; }
th { font-size: x-small; }
table { border-collapse: collapse; width: 100%; }
td { vertical-align: top; }
hr { border: 0; height: 1px; color: #c0c0c0; margin-bottom: 0; margin-top: 1.2em; }

a { color: #4169e1; text-decoration: underline; }
a:visited { color: #1163B7; }
a:hover, a:focus, a:active { color: #B22222; text-decoration: none; }

img { border: 0; margin: 0; }
.imgleft { clear: left; float: left; margin-right: 10px; padding: 2px; border: 1px solid lightgrey; }
.imgright { float: right; margin-left: 10px; padding: 2px; border: 1px solid lightgrey; }
.glyph { border: 0; margin-left: 0; margin-right: 2px; vertical-align: middle; }
.error { color: red; }
.approved { color: green; }
.smalltext { font-size: x-small; }
.code { color: blue; }

label, input, select, textarea, legend, fieldset {
  font-family: Tahoma, Verdana, Lucida, Arial, Helvetica, sans-serif;
}

form { margin: 0; }

#pagetop {
  background: #9999cc url(i/top_bg.gif) center no-repeat;
  clear: both;
  margin: 0;
  height: 25px;
  width: 100%;
}

#pagebottom {
  background: #9999cc url(i/bottom_bg.gif) center no-repeat;
  clear: both;
  margin-top: 0;
  padding: 0;
  height: 25px;
  width: 100%;
}

#pagecenter {
  background: #9999cc url(i/page_bg.gif) center repeat-y;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#container {
  margin: 0 auto;
  padding: 0;
  width: 700px;
  text-align: left;
}

#maincontent {
  margin: 20px 0 0 0;
  float: left;
  width: 510px;
}
#maincontent input { font-size: small; margin: 20px 0 0 0; }
#maincontent select { font-size: small; margin: 20px 0 0 0; }
#maincontent textarea { font-size: small; margin: 20px 0 0 0; }
#maincontent legend { color: #000; font-size: small; padding: 5px; }
#maincontent label {
  font-size: small;
  float: left;
  clear: right;
  width: 130px;
  margin-top: 23px;
  padding-right: 10px;
  text-align: right;
}
#maincontent fieldset { font-size: xx-small; border: 1px solid silver; padding: 0 10px 20px 10px; margin-bottom: 10px; }
#maincontent .formhelp { clear: left; float: right; width: 345px; color: #000; font-size: xx-small; margin-top: 4px; }
#maincontent .submit { float: right; margin-top: 1.2em; margin-bottom: 0; border: 0; }

#rightcol {
  background: #fff;
  float: right;
  font-size: x-small;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  width: 160px;
  text-align: right;
}

#footer {
  clear: both;
  color: #4169e1;
  font-size: xx-small;
  margin-top: 10px;
  width: 100%;
}

#footer .footerlinks {
  float: right;
  text-align: right;
}

#footer a { color: #4169e1; text-decoration: none; }
#footer a:visited { color: #4169e1; }
#footer a:hover, a:focus, a:active { color: #B22222; text-decoration: underline; }



/* navigation buttons */
#navbar {
  background: #9999cc;
  height: 26px;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  text-align: left;
}
#navbar ul
{
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navbar li {
  line-height: 26px;
  padding:0px 0px 5px 0px;
  display: inline;
  margin: 0;
}

#navbar li a
{
  color: #fff;
  font-size: small;
  font-weight: bolder;
  padding: 5px 15px 5px 15px;
  margin: 0;
  float: left;
  color: #FFF;
  line-height: 16px;
  text-decoration: none;
}
#navbar ul li a:hover {
  background: #B22222;
}

#navbar .navright {
  color: #fff;
  float: right;
  padding: 5px 15px;
  text-align: right;
}

#breadcrumbs {
  background: #c0c0c0;
  font-size: xx-small;
  line-height: 200%;
  padding-left: 15px;  
}

#breadcrumbs a { color: #4169e1; text-decoration: underline; }
#breadcrumbs a:visited { color: #4169e1; }
#breadcrumbs a:hover, a:focus, a:active { color: #B22222; text-decoration: none; }

/* rounded boxes */
.roundcont {
  background: #ccccff;
  margin: 15px 0 0 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.roundtop { background: #ccccff url("i/corner_tr.gif") no-repeat top right; margin: 0; padding: 0; }
.roundcenter { background: #ccccff; text-align: center; margin: 0; padding: 0 10px; }
.roundcenter h2 { margin-top: 0; text-align: left; font-size: small; padding: 0; border-bottom: 0; }
.roundcenter p { margin-top: 0.3em; margin-top: 0.6em; margin-bottom: 0.4em; text-align: left; font-size: small; padding: 0; }
.roundcenter form { margin-top: 1.2em; }
.roundcenter label { font-size: x-small; }
.roundcenter input { font-size: small; }
.roundbottom { background: #ccccff url("i/corner_br.gif") no-repeat top right; margin: 0; padding: 0; }
img.corner {
  width: 9px;
  height: 9px;
  border: none;
  margin: 0;
  padding: 0;
  display: block !important;
}
img.rightlogo {
  background: #fff; padding: 2px; border: 1px solid #c0c0c0; margin-top: 10px;
}
