body {
  margin:     0;
  text-align: center;
  background: #384f71 url(images/bg.gif) repeat-x;
}

#content {
  margin: 0 auto;
  text-align: left;
  width:      774px;  
}

#header {

}

#main {
  background: #FFF;
  width:      774px;
  overflow:   auto;
}

#navigation {
  float: left;
}

#footer {
  color: #FFF;
  padding: 10px;
}

#footer a {
  color: #FFF;
  font-weight: normal;
}

.twocolumn {
  float:  right;
  width:  632px;
  padding-bottom: 10px;
}

.twocolumn .left {
  float:  left;
  width:  204px;
}

.twocolumn .right {

}

.onecolumn {
  float:  right;
  width:  610px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#navigation ul {
  margin:      0;
  padding-left:     0;
  list-style-type:  none;
  border:           1px solid #FFF;
  border-bottom:    none;
}

#navigation ul li {
  border-bottom:    1px solid #FFF;
}

#navigation ul li a {
  display:          block;
  text-transform:   uppercase;
  text-indent:      15px;
  line-height:      19px;
  width:            140px;
  background-color: #89a0c2;
  text-decoration:  none;
  font-weight:      normal;
  font-size:        9px;
  color:            #000;
}

#navigation ul li.current a, #navigation ul li a:hover {
  background-color: #4a6592;
  color:            #FFF;
}

body, p, input, textarea {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

p {  }

h1 {
  margin:     10px 0;
  font-size:  18px;
  color:      #4a6592;
}

form { margin: 0; }

.heading {  font-size: 12px; font-weight: bold }
.subHeading { font-size: 12px; font-weight: bold }

li { font-size: 12px}

a {  text-decoration: none; color: #3399CC; font-weight: bold }
a:hover { text-decoration: underline;  }


ul { font-size: 9px }
.textfield {  font-size: 12px; color: #000; background-color: #EDEDED; border: 1px solid #000; }
.textarea { font-size: 12px; color: #000; background-color: #EDEDED; border: 1px solid #000; }
.button { 
  color: #FFF; 
  background: #89a0c2 url(images/arrow-button-bg.gif) center right no-repeat;
  border: 1px solid #EDEDED; 
  text-transform:   uppercase;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  padding: 2px 10px 2px 5px;
}
.select { font-size: 12px; color: #000; background-color: #EDEDED; border: 1px solid #000; }
.selectsmall { font-size:12px; color: #000; background-color: #EDEDED; border: 1px solid #000; }
.selectextrasmall { font-size:10px; color: #000; background-color: #EDEDED; border: 1px solid #000; }
.error { color: #F00; }
.blacktext { color: #000; }

.blacklink { font-weight: normal; color: #000; }

.whitelink { color: #FFF; }

a.orangelink { font-weight: normal; color: #4a6592; text-decoration: none; }

a.smalllink { font-size: 10px; font-weight: normal; color: #000; text-decoration: none; }

.greyHeading {  font-size: 12px; color: #808080; font-weight: bold}

a img { border: none; }

.highlight {
  background-color: #EDEDED;
  padding:          5px;  
}

.highlight p {
  margin-top: 0;
}

A.newsHeading:Link { font-size: 10px; font-weight: bold; color: #808080;}
A.newsHeading:Hover { color: #89a0c2; }
A.newsHeading:Active { color: #808080; }
A.newsHeading:Visited { color: #808080; }
.whiteHeading { font-size: 11px; font-weight: bold; color: #FFFFFF; }
.subHeading { font-size: 10px; font-weight: bold; color: #000000; }

.article {
  width:            100%;
  overflow:         auto;
  background-color: #EDEDED;
  margin-bottom:    5px;
}

.articleHeader {
  background-color: #4a6592;
  border-bottom:    1px solid #FFF;
  padding:          5px;
  width:            600px;
  overflow:         auto;
}

.articleHeading {
  width:            470px
  float:            left;
  font-weight:      bold;
  color:            #FFF;
}

.articleSubheading {
  float:            left;
  color:            #FFF;
}

.articleDate {
  width:            130px;
  text-align:       right;
  float:            right;
  font-weight:      normal;
  color:            #FFF;
}

.articleImage {
  width:            137px;
  float:            left;
  padding:          5px 0 5px 5px;
}

.articleBody {
  width:            458px;
  float:            right;
  padding:          5px;
}

.articleMoreLink {
  float:            right;
  padding-top:      5px;
}

.moreArticles {
  margin:           10px 0;
}