img {
border:none;
}

/* -- Main layout styles -- */

pre {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 0.8em;
}

body {
  margin: 0 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  /*background-color: #333;*/
  background-color: #fff;
width:1024px;
margin-left:auto;
margin-right:auto;
}

#siteBox {
  float: left;
  width: 100%;
  /*color: #FFF;*/
    color:#666;
}





/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4em;
  background: #25509F url(../images/hdr.jpg) no-repeat bottom left;
  border-bottom:1px solid #000;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  /*font-size: 0.6em;*/
  font-size:10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  /*color: #FFF;*/
  /*background-color: #666;*/
color:#fff;
background-color:#000;
  /*border-bottom: 1px solid #fff;*/
  /*border-right: 1px solid #fff;*/
  /*border-left: 1px solid #fff;*/
}

#header a:hover, #header a.active {
  /*padding-top: 10px;*/
  /*background-color: #333;*/
/*background-color:#fff;*/
color:#f34908;
}

#header a.lastMenuItem {
  /*background-image: url(../images/corner_tr.gif);*/
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  /*color: #FC0;  */
color:#aaa;
}

a:hover .desc, .active .desc {
  /*display: block;*/
display:none;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  /*padding: 1em 30px 0 2em;*/
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.10em;
  /*color: #FC0;*/
padding: 8px;
margin:0.4em 0 0 20px;

background-color:#fff;
color:#0061b6;
border:1px solid #f34908;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
  color: #f34908;
  font-style: italic;
}


/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  /*background-color: #666;*/
    background-color: #fff;
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  /*background: #777 url(../images/corner_sub_tr.gif) no-repeat top right; */
  /*background-color:#FFFFFF;*/
    background-color:#fff;
    border: 1px solid #52749e;
  /*color:#777;*/
    color:#777;
}

#contentLeft .header {
  color:#f34908;
}

#contentRight {
  float: right;
  width: 75%;
  /*background: #777 url(../images/corner_sub_tl.gif) no-repeat top left;*/
    background-color:#fff;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  /*color: #FC0;*/
  border-bottom: 1px dotted #AAA;
color:#52749e;
}

#content a:hover {
  /*color: #fff;;*/
  /*background-color: #52749e;*/
  /*border-bottom: 1px solid #EEEEEE;*/
/*color: blue;*/
background-color: #ddd;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #FC0;
  color: #0061b6;
  border-bottom: 1px solid #AAA;
  text-transform:  uppercase;
}

.subHeader {
  border: 0px;
}

.quote {
  display: block;
  clear: both;
  font-size: 0.7em;
  margin: 15px;
  padding: 5px;
  border: 1px dotted;
}

#content div.highlight {
  /*background-color:#eee;
  color:#000;*/
border: 1px dotted red;
}

#content div.highlight span.header {
color:red;
}

#content div.highlight a {
color:blue;
}

#content span.highlight {
font-style: italic;
color:#f34908;
}


/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(../images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(../images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}





/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  line-height: 2.6em;
  color: #0AD;
  text-transform: uppercase;
    text-align:center;
}





/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

.blue {
  color: #0061b6;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style-image: url(../images/li_bullet.gif);
}

li {
  margin-left: 25px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}






/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}
