html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html {
  background-color: #1B2A87;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 30%, from(#434B8C), to(#1B2A87));
  background-image: -moz-linear-gradient(30% 100% 90deg, #1B2A87, #434B8C);
  
  
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  min-height: 100%;
}

#content {
  background-color: white;
  margin: 35px 40px 35px 40px;
  padding: 5px;
  
  -webkit-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
}

#header {
  position: relative;
  width: 100%;
  height: 9em;
  background: #2B2B2B url('images/topbg.gif') repeat-x;
  color: #fff;
  
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#headercontent
{
  position: absolute;
  bottom: 0em;
  padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1 {
  font-size: 2.5em;
  font-weight: normal;
}

#headercontent h1 a {
  text-decoration: none;
  color: #fff;
}


#headercontent h2
{
  font-size: 1.0em;
  font-weight: normal;
  color: #aaa;
}

#tabs {
  margin-top: 3px;
  padding-top: 10px;
  overflow: auto;
  background-color: #192666; 
}

.divider {
  position: relative;
  width: 100%;
  background: #fff url('images/border2.gif') repeat-x;
  height: 14px;
  clear: both;
}

#tabs ul {
  list-style: none;
  margin-left: 10px;
  margin-right: 10px
}

#tabs ul li {
  float: left;
  margin-right: 0.5em;
  padding: 0px;
  display: block;
}

#tabs ul li.selected a {
  background-color: #fff;
  background-image: none;
  color: #FF9000;
}

#tabs ul li.selected a:hover {
  background-color: #fff;
  background-image: none;
  color: #FF9000;
}

#tabs ul li a {
  text-decoration: none;
  color: #B5C4E3;
  font-weight: bold;
  padding: 7px 15px 7px 15px;
  display: block;
  background-color: #283878;
  background-image: -webkit-gradient(linear, 0% 30%, 0% 100%, from(#283878), to(#192666));
  background-image: -moz-linear-gradient(30% 100% 90deg, #192666, #283878);
  
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#tabs ul li a:hover {
  background-color: #364A89; color:#FFF;
  background-image: -webkit-gradient(linear, 0% 30%, 0% 100%, from(#364A89), to(#192666));
  background-image: -moz-linear-gradient(30% 100% 90deg, #192666, #364A89);
}

#footer {
  
}

#footer p {
  margin: 10px;
  font-size: 0.8em;
}

#main {
  padding: 2em;
}

#main ul {
  margin-top: 1em;
  margin-bottom: 1em;
  list-style: disc;
}

#main ul li {
  margin-left: 2em;
  list-style: disc;
}

#main h1 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 1em;
}

#main h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

tr.frontpageicon td div {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

p {
  margin-bottom: 1em;
}

a {
  color: #B96D00;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#popright {
  float:right;
  padding: 2em;
}

div.post {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em;
}

div.post p.title {
  font-size: 1.5em;
  font-weight: bold;
}

div.post p.date {
  font-style: italic;
  font-weight: normal;
}

