
html {
  font-size: 62.5%;
}

/**
 * Generic elements
 */
body {
  color: #000;
  background: #FFF;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
}
input {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  line-height: 100%;
}
textarea, select {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  line-height: 160%;
}
h1, h2, h3, h4, h5, h6 {
  display: block;
  clear: both;
  margin: 1em 0 .75em;
  padding: 0;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1em;
}
h1 {
  font-size: 2.1em;
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.7em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}
code, fieldset {
  margin: .75em 0;
}
pre {
  background: #CCC;
  border: 1px solid #DDD;
  font-size: 12px;
  padding: .75em 1.5em;
}
blockquote {
  margin: 1.5em 0;
}
p {
  margin: .6em 0 1.2em;
  padding: 0;
}
a:link, a:visited {
  color: #467AA7;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #2A5A8A;
  text-decoration: underline;
}
ul {
  margin: .5em 0 1em;
  padding: 0;
}
ol {
  margin: .75em 0 1.25em;
  padding: 0;
}
ol li, ul li {
  margin: .4em 0 .4em .5em; /* LTR */
}
ul.menu, .item-list ul {
  margin: .35em 0 0 -.5em; /* LTR */
  padding: 0;
}
ul.menu ul, .item-list ul ul {
  margin-left: 0; /* LTR */
}
ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: .15em 0 .15em .5em; /* LTR */
}
ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em; /* LTR */
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}
ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}
ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}
ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; /* LTR */
}
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}
fieldset {
  padding: .5em;
  border: 1px solid #CCC;
}
fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}
dl {
  margin: .5em 0 1em 1.5em; /* LTR */
}
dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}
img, a img {
 /* border: solid 1px #969696;*/
  padding: 1px;
}
a:hover img {
  border: solid 1px #DCDCDC;
}

thead th {
  font-weight: bold;
}
th a:link, th a:visited {
  color: #6F9DBD;
}

tr.even, tr.odd, tbody th {
  border-width: 1px 0;
}
tr.odd, tr.info {
  background-color: #F5F5F5;
}
tr.even {
  background-color: #FFF;
}
tr.drag {
  background-color: #FFFFF0;
}
tr.drag-previous {
  background-color: #FFD;
}
tr.odd td.active {
  background-color: #DDECF5;
}
tr.even td.active {
  background-color: #E6F1F7;
}
td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #FFF;
  border-bottom: 1px solid #CCC;
  background-color: #D4E7F3;
  color: #455067;
  font-weight: bold;
}
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}
span.form-required {
  color: #FFAE00;
}
span.submitted, .description {
  font-size: .92em;
  color: #898989;
}
.description {
  line-height: 150%;
  margin-bottom: .75em;
  color: #898989;
}
.messages {
  margin: .75em 0;
  padding: .5em 1em;
}
.messages ul {
  margin: 0;
}

.box {
  margin: 2.5em 0;
}


.wrapper {
  width: 980px;
  margin: 0 auto;
  border-left: solid 1px #969696;
  border-right: solid 1px #969696;
}


.main {
padding:0px 20px 0px 20px;
}

.lefte,.right {
  width: 180px;
  padding:0px 5px 0px 5px;
  font-size: 100%;
  line-height: 1.3em;
}
.block {
  margin: 0;
  border:1px solid #D2D2D2;
}
.block .corner-top-left,
.block .corner-top-right {
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 100;
  margin: 0;
}
.block .content {
  padding: 1em;
  background: transparent;
  font-size: 1em;
}


.main h1, .main h2,
.main h3, .main h4,
.main h5, .main h6 {
  color: #505050;
  font-family: "Trebuchet MS", Arial, sans-serif;
}
.main h1.title,
.main h2.title,
.main h3.title {
  display: inline;
  color: #646464;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.23em;
  border: none;
}
.main h1.title a,
.main h2.title a,
.main h3.title a {
  color: #0f3978;
  text-decoration: none;
}
.main h1.title a:hover,
.main h2.title a:hover,
.main h3.title a:hover {
  color: #323232;
  text-decoration: none;
}
.main h1.title,
.main h2.title {
  font-size: 1.83em;
}
.main h3.title {
  font-size: 1.5em;
}

.block h1, .block .title {
  font-size: 1.2em;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 5px;
  padding: 5px 5px;
  background-color: #D2D2D2;
}
.block h1 a, .block h1 a:hover {
  color: #0f3978;
  border: none;
  font-weight:bold;
}
.block h2 {
  color: #0f3978;
  font-weight: bold;
  font-size: 100%;
}
.block h3 {
  color: #505050;
  font-weight: bold;
  font-size: 100%;
}
.footer {
  float: left;
  color: #808080;
  border-bottom: solid 1px #969696;
  text-align: center;
  line-height: 2.5em;
  margin: 0 0 10px;
}
.footer .block-region {
  margin: 10px;
}

.mission {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}


.block h1 {
  color: #0f3978;
  font-weight:bold;
  
  font-size: 14px;
  margin: 0;
}


/**
 * Header
 */
.header {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #768998;
  background: #F0F0F0 url(images/bg-footer.png) repeat-x top left;
 /* background: url(images/header.jpg) no-repeat;*/
  border-top: solid 1px #969696;
  height:108px;
}

.header h1 {
  color: #7D7D7D;
  font-size: 2.4em;
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.2em;
}
.header  h1 a {
  color: #EAEFF7;
  text-decoration: none;
}
.header  h1 a:hover {
  color: #323232;
  text-decoration: none;
}
.header h2 {
  font-size: 120%;
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #7D7D7D;
  line-height: 1.5em;
}

/**
 * Primary menu
 */
.menu {
  float: left;
  background: url(images/primary-bg.jpg) repeat-x ;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 1.1em;
  text-align: center;
  
}
.menu ul {
  float: left; /* LTR */
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
.menu ul li {
  float: left; /* LTR */
  background: none;
  border-left: none; /* LTR */
  border-right: solid 1px #AFAFAF; /* LTR */
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul li a {
  display: block;
  color: #ffffff;
  padding: 0 2.0em;
  font-family: sans-serif;
}
/* 2nd-level dropdown */
.menu ul ul {
  display: none;
}
.menu ul li:hover ul {
  display: block;
  width: 10em;
  position: absolute;
}
.menu ul li:hover a {
  background: url(images/primary-bg-a.jpg) repeat-x ;
  text-decoration: none;
}
.menu ul li:hover li a {
  white-space: normal;
  display: block;
  width: 10em;
  line-height: 1.3em;
  margin: 0 -1px;
  padding: .25em 1.2em;
  border-left: solid 1px #AFAFAF;
  border-right: solid 1px #AFAFAF;
  border-bottom: solid 1px #AFAFAF;
  background-color: #EDEDED;
  font-weight: normal;
  color: #323232;
}
/* Multi-level dropdowns */
.menu ul ul ul,
.menu ul li:hover ul ul,
.menu ul li:hover li:hover ul ul,
.menu ul li:hover li:hover li:hover ul ul {
  display: none;
}
.menu ul li:hover li:hover ul,
.menu ul li:hover li:hover li:hover ul,
.menu ul li:hover li:hover li:hover li:hover ul {
  display: block;
  left: 10em; /* LTR */
  right: auto; /* LTR */
  margin-top: -1em;
  margin-left: 1.2em; /* LTR */
  margin-right: 0; /* LTR */
}
.menu ul li:hover li:hover a,
.menu ul li:hover li:hover li:hover a,
.menu ul li:hover li:hover li:hover li:hover a {
  background-color: #D2D2D2;
}
.menu ul li:hover li:hover li a,
.menu ul li:hover li:hover li:hover li a,
.menu ul li:hover li:hover li:hover li:hover li a {
  background-color: #EDEDED;
  border-top: solid 1px #AFAFAF;
  margin-top: -1px;
}


.messages {
  background-color: #FFF;
  border: 1px solid #B8D3E5;
}


table {
	font-size: 1em;
}

.Application-Reference {
	height: 5px;
	width: 5px;
	zoom: 1;
}
