* {
  font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  font-size: 10pt;
  font-weight: normal;
}

body {
  margin: 0;
  padding: 0 0 2em 0;
  background: #ccc;
}

fieldset { 
  padding: 10px;
  border: none; 
}

legend {
  padding: 5px 5px;
  font-size: 10px;
  text-align: right;
}

label {
  float: left;
  width: 15%;
  margin-right: 25px;
  padding-top: 5px;
  text-align: right;
  font-weight: bold;
}

h1 { 
  color: #333;
  font-weight: bold;
  font-size: 115%;
}

hr {
  color: #ccc;
  background: #ccc;
  height: 1px;
  width: 100%;
}

ul { 
  margin: 0;
  padding: 0 0 0 1em;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #777;
  text-decoration: underline;
}

#page {
  margin: 0;
  padding: 0;
  width: auto;
  _width: expression(document.body.clientWidth < 800 ? "800px" : "100%" );
  min-width: 800px;
  background: #fff;
}

#head {
  margin: 0;
  padding: 0;
  height: 150px;
  width: auto;
  background: #fff;
}

#menu {
  margin: 0;
  padding: 0.25em 1em 0.25em 1em;
  _padding: 0.25em 1em 0 1em;
  height: 2.0em;
  width: auto;
  background: #35517c url(../images/menu_bg.gif) top repeat-x;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  line-height:normal;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#menu li {
  float:left;
  margin:0;
  padding:0;
  border-right: 1px solid #131c29;
}

#menu a {
  float:left;
  display:block;
  padding: 0.5em 1em 0.5em 1em;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
}

/* Start IE5-Mac hack \*/
#menu a { float:none; }
/* End IE5-Mac hack */

#menu a:hover {
  color:#ceefff;
  background: #6d86ac url(../images/menu_bg_over.gif) repeat-x top;
}

#menu #active_menu {
  border-right: 1px solid #777;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #777;
  color: #555;
  background: #fff url(../images/menu_bg_on.gif) repeat-x top;
}

#menu #active_menu a, a:link, a:visited {
  color: #555;
}

#menu #active_menu a:hover {
  color: #555;
  background: #fff url(../images/menu_bg_on.gif) repeat-x top;
}

#submenu {
  margin: 2em 0;
  padding: 2em 0 0 0;
  width: 150px;
  float: left;
  color: #000;
  font-size: 77%;
  line-height:normal;
}

#submenu ul {
  margin: 0;
  padding: 0;
  background: #efefef;
  border-top: 1px solid #ccc;
  list-style:none;
}

#submenu li {
  margin:0;
  padding:0;
  border-bottom: 1px solid #ccc;
}

#submenu a {
  display:block;
  padding: 0.5em 1em 0.5em 1em;
  text-decoration:none;
  font-weight:bold;
  font-size: 77%;
  color:#777;
}

#submenu a:hover {
  color:#333;
  background: #ceefff;
}

#submenu .title {
  display:block;
  padding: 0.5em 0 0.25em 0.75em;
  text-decoration:none;
  font-weight:bold;
  font-size: 110%;
  color:#555;
}

#content {
  margin: 0;
  padding: 0 0 2em 0;
  width: 650px;
  float: left;
  border-top: 1px solid #fff;
  background: #fff;
}

#content .title {
  color: #333;
  font-weight: bold;
  font-size: 125%;
  text-indent: 3px;
}

#subcontent {
  margin: 0;
  padding: 1em .5em 1em .5em;
  width: 200px;
  float: left;
  background: #fff;
}

#subcontent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#subcontent li {
  margin:0;
  padding:0;
  border-bottom: 1px solid #ccc;
}

#subcontent a {
  display:block;
  padding: 0.25em 0.5em 0.25em 0;
  text-decoration:none;
  font-weight:bold;
  font-size: 77%;
  color:#777;
}

#subcontent a:hover {
  color:#333;
  background: #fcfcfc;
}

#subcontent .title {
  display:block;
  padding: 0;
  text-decoration:none;
  font-weight:bold;
  font-size: 110%;
  color:#555;
}

#tail {
  margin: 0;
  padding: 1em 2em;
  width: auto;
  background: #efefef;
  border-top: 1px dotted #ccc;
  color: #777;
  font-size: 88%;
}

#foot {
  margin: 0;
  padding: 0 2em 1em 2em;
  _padding: 0 2em;
  width: auto;
  height: 1.5em;
  border-top: 1px solid #bbb;
  background: #c0c0c0 url(../images/foot_bg.gif) top repeat-x;
  color: #999;
  font-weight: bold;
  font-size: 80%;
}

#foot ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#foot li {
  float:left;
  margin:0;
  padding:0;
  border-right: 1px solid #aaa;
}

#foot a {
  float:left;
  display:block;
  padding: 0.5em 1em 0.5em 1em;
  text-decoration:none;
  font-weight:bold;
  font-size: 80%;
  color:#999;
}

/* Start IE5-Mac hack \*/
#foot a { float:none; }
/* End IE5-Mac hack */

#foot a:hover {
  color:#555;
  text-decoration:underline;
}

#fin {
  margin: 0;
  padding: 5px 10px;
  width: 780px;
  color: #999;
  font-size: 77%;
  text-align: right;
}

#fin a {
  font-size: 100%;
  color: #999;
  text-decoration: none;
}

#fin a:hover {
  color: #888;
  text-decoration: underline;
}

.wrap {
  width: 800px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.padded {
  padding: 0.5em 1em;
}

.date {
  color: #333;
  font-weight: bold;
  text-align: right;
}


.backcolor {

}

.search {
  padding: 0 0 0 1em;
}

.footer {

}

.subhead {
  font-size: 110%;
  color: #666;
  text-align: center;
}

.articlehead{
  font-size: 110%;
  font-weight: bold;
  text-color: #000;
  color: #000;
}

.articleheadWhite{
  font-size: 110%;
  font-weight: bold;
  text-color: #fff;
  color: #fff;
}

.whitetext {  
  color: #ffffff
}

.newsarticle {  
  color: #333333; 
  text-align: left;
}

.newsflash {
  color: #333;
  text-transform: uppercase;
}

.post {
  font-weight: bold;
  text-color: #666666;
  bacground: #FFFFFF;
}
	
.bold {
  color: #333;
  font-weight: bold;
}

.frameheader {
  color: #333;
  font-size: 125%;
  font-weight: none;
}

.poll {
  color: #333;
  line-height: 1.0em;
}

.inputbox {
  font-size: 11px;
  color: #666;
  padding: 0 2px 0 2px;
}

.contentpane {
  background: #fff;
  padding: 0 2px 0 2px;
}

.button { }

.back_button {
  width: auto;
  padding: 0.25em 0.25em 0 0;
  text-align: right;
  text-transform: lowercase;
}

.contentpaneopen {
  color: #333;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
  font-weight: normal;
}

.buttonheading {
  vertical-align: top;
}

.componentheading {
  color: #333;
  font-weight: bold;
  font-size: 125%;
  text-indent: 2px;
}

.contentheading, .contentpagetitle {
  color: #333;
  font-weight: bold;
  font-size: 110%;  
}

.contentdescription {
  color: #777;
  text-align: left;
  white-space: nowrap;
}

.category {
  color: #555;
  font-weight: bold;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
}

.sectiontablefooter { }

.sectiontableentry1 {
  background: #fff;
}

.sectiontableentry2 {
  background: #f9f9f9;
}

.small {
  color: #333;
  font-size: 88%;
  text-decoration: none;
  font-weight: normal;
}

.smalldark {
  color: #000;
  font-size: 88%;
  font-weight: normal;
} 

.smallgrey { 
  color: #aaa; 
  font-size: 88%;
  font-weight: normal;
}

.subhead1 { 
  color: #777; 
  font-size: 110%; 
  font-weight: bold; 
  text-align: left;
}
     

table.contenttoc {
  border: 1px solid #ccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  align:right;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  color: #555;
  text-align: left;
  padding-top: 2px;
  padding-left: 4px;
  height: 21px;
  font-weight: bold;
  text-transform: uppercase;
}

.readon {
  text-transform: lowercase;
}

.latestnews {
  color:#555;
  line-height: 1.25em;
  padding-bottom: 5px;
}

a.mainlevel-bottom:link, a.mainlevel-bottom:visited, a.mainlevel-bottom:hover {
  color: #555;
  font-weight: bold;
  text-decoration: none;
}

.pathway {
  padding: 0.5em 0 0.75em 0.125em;
  color: #999;
  font-weight: bold;
}

a.pathway:link, a.pathway:visited, a.pathway:hover {
  color: #aaa;
  font-weight: bold;
  text-decoration: none;
}

.divline {
  width: auto;
  height: 1px;
  background: url(../images/horline.gif) repeat-x;
}