﻿A
{
    COLOR: #009fd7;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    text-decoration: none;
}
A:hover
{
  text-decoration: underline;
}
BODY
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 92%;
    COLOR: #505050;
    FONT-FAMILY: 'geneva', 'futura', 'segoe UI', 'verdana', 'Gill Sans', 'trebuchet ms', tahoma, helvetica, arial, sans-serif;
    BACKGROUND-COLOR: #b1cdd7;
    text-align: center;
}
input
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 90%;
    COLOR: #505050;
    FONT-FAMILY: 'geneva', 'futura', 'segoe UI', 'verdana', 'Gill Sans', 'trebuchet ms', tahoma, helvetica, arial, sans-serif;
}
textarea
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 90%;
    COLOR: #505050;
    FONT-FAMILY: 'geneva', 'futura', 'segoe UI', 'verdana', 'Gill Sans', 'trebuchet ms', tahoma, helvetica, arial, sans-serif;
}
h1
{
	font-weight: 800;
	margin-left: 10px;
    filter:alpha(opacity=100);
    opacity:1.0;
    font-size: 120%;
}
h2
{
    font-weight: 100;
	font-style: normal;
	font-size: 800%;
	color: #009fd7;
	color: #ff6d00;
	color: #009fd7;	
    filter:alpha(opacity=40);
    opacity:0.4;
    background-color: #ffffff;
}
h3
{
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
}
h4
{
	font-size: 100%;
	font-weight: bold;
	color: #009fd7;
}
h5
{
	font-size: 90%;
	font-weight: bold;
	color: #009fd7;
	margin-bottom: 0;	
}
p
{
	font-weight: normal;
	color: #606060;
	margin-left: 10px;
}
.vertical {
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
}
#wrapper
{
    WIDTH: 950px;
    MARGIN: 0 auto;
    BACKGROUND-COLOR: #ffffff;
    border-left: 1px solid #009fd7;
    border-right: 1px solid #009fd7;
    text-align: left;
}
#footwrapper
{
    WIDTH: 950px;
    MARGIN: 0 auto;
    BACKGROUND-COLOR: #ffffff;
    border-left: 1px solid #009fd7;
    border-right: 1px solid #009fd7;
}
#logo
{
    position: absolute;
    top: 10px;
    LEFT: 50px;
    width: 150px;
    HEIGHT: 80px;
}
#header
{
  position: relative;
  width: 950px;
  height: 120px;
  background: #ffffff;
}
#navbar
{
    position: absolute;
    top: 55px;
    right: 0px;
    width: 620px;
    min-height: 30px;
    color: #009fd7;
}

#navbar ul
{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	font-size: 105%;
}

#navbar ul li
{
	display: inline;
}

#navbar ul li a
{
	display: block;
	float: left;
	height: 35px;
	margin: 0;
	padding: 0 15px;
	text-decoration: none;
	color: #009fd7;
	line-height: 30px;
}
#navbar ul li a:hover
{
	height: 35px;
	background: #009fd7;
	color: #ffffff;
}
#contentwrapper
{
  top: 0px;
  left: 0px;
  width: 930px;
  min-height: 550px;
  background-color: #ffffff;
}
#content
{
  position: relative;
  top: -30px;
  width: 600px;
  margin-left: 270px;
}
#contentname
{
  margin-left: 40px;
  width: 870px;
  background-color: #009fd7;
  color: #ffffff;
}
#contentimage
{
  position: relative;
  top: -50px;
  float: left;
  margin-left: 50px;
  width: 100px;
  height: 650px;
  z-index: 1;
}

#footer
{
  margin: 0 auto;
  background-color: #009fd7;
  color: #ffffff;
  height: 70px;
  text-align: right;
  vertical-align: middle;
  z-index: 2;
}
#footer A
{
  color: #ffffff;
}
.subhead
{
	font-size: 100%;
	font-weight: bold;
	color: #009fd7;
	cursor: pointer;
}
.link
{
	font-size: 100%;
	color: #009fd7;
	text-decoration: underline;
}
.linkcat
{
	font-size: 100%;
	font-weight: bold;
	color: #009fd7;
}
.linkdesc
{
	font-size: 90%;
	color: #606060;
}
.tinytext
{
	font-size: 4pt;
}
.formerror
{
	font-size: 80%;
	color: #ff0000;

}
.newsbody
{
    font-size: 85%;
    margin-top: 2px;
    margin-bottom: 2px;
}
.newslink
{
    font-size: 80%;
}
