BODY 
  {
    font-family: Verdana, Arial, Sans-serif;
    font-style: normal; 
    font-size: small; 
	font-weight: normal;
    background-color: #0000B3;
    background: #0000B3;
    color: #FFCC00;
  }
H1
  {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 36px; 
    font-weight: bold; 
	background-color: transparent;
    color: #FFCC00;
  }
H2 
  { 
	font-family: Verdana, Arial, Sans-serif; 
    font-size: large; 
    font-weight: bold;
	background-color: transparent;
    color: #000000;
  }
H3 
  { 
	font-family: Verdana, Arial, Sans-serif; 
    font-size: small; 
    font-weight: bold;
	background-color: transparent;
    color: #000000;
  }
p 
  { 
    font-family: Verdana, Arial, Sans-serif;
    font-style: normal; 
    font-size: small; 
	font-weight: normal;
	background-color: transparent;
    color: #FFCC00;
  }
a:link
  {
	background-color: transparent;
    color: #0000B3;
  }
a:visited
  {
	background-color: transparent;
    color: #FFCC00;
  }
li
  {
	font-family: Verdana, Arial, Sans-serif; 
    font-size: small; 
    font-weight: normal;
	color: #FFCC00;
  }

/* Header Block Stuff */

#header
  {
	height: 140px;
	text-align: left;
  }
.floatlogo
  {
    float: left;
    margin: 0px 0px 8px 8px;
	padding-right: 10px;
  }
.title
  {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 36px; 
    font-weight: bold; 
    text-transform: uppercase;		
	background-color: #0000B3;
    color: #FFFFFF;
	text-align: center;
  }

/* Left Menu Stuff */

#leftpane
  {
    position: absolute;
	left: 10px;
  }
ul#leftpane
  {
    list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -10px;
  }
ul#leftpane li
  {
    border-top: solid #0000FF 1px;
	width: 140px;
	font-family: Verdana, Arial, Sans-serif; 
    font-size: small; 
    font-weight: bold;
  }
ul#leftpane li a:link, ul#leftpane li a:visited
  {
    display: block;
	text-decoration: none;
	padding: 6px;
	background-color: transparent;
	color: #FFCC00;
  }
ul#leftpane li a:hover
  {
    background-color: #FFCC00;
	color: #0000FF;
  }

/* Content Stuff */

#rightpane
  {
    position: relative;
	margin-left: 150px;
	margin-right: 10px;
	border-top: solid #0000FF 1px;
  }

/* News Article Stuff */

.newsitem
  { 
	border-bottom: solid #0000FF 1px;
    background-color: #FFFFFF;
  }

/* Rounded corners */
b.rtop, b.rbottom
  {
    display:block;
	background: #0000B3
  }
b.rtop b, b.rbottom b
  {
    display:block;
    height: 1px;
    overflow: hidden;
	background: #FFFFFF
  }
b.r1
  {
	margin: 0 5px
  }
b.r2
  {
	margin: 0 3px
  }
b.r3
  {
    margin: 0 2px
  }
b.rtop b.r4, b.rbottom b.r4
  {
    margin: 0 1px;
	height: 2px
  }

.newsimage
  {
    display: inline;
    float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 133px;
	width: 100px;
  }
.newsimagewide
  {
    display: inline;
    float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 133px;
  }
.itemtitle 
  { 
	font-family: Verdana, Arial, Sans-serif; 
    font-size: large; 
    font-weight: normal;
	font-style: normal;
	background-color: transparent;
	color: #0000B3;
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
  }
.itemdate 
  { 
	font-family: Verdana, Arial, Sans-serif; 
    font-size: small; 
    font-weight: bold;
	background-color: transparent;
    color: #0000B3;
	padding-left: 10px;
	padding-right: 10px;

  }
.itembody 
  { 
    font-family: Verdana, Arial, Sans-serif;
    font-style: normal; 
    font-size: small; 
	font-weight: normal;
	background-color: transparent;
    color: #0000B3;
	padding-left: 10px;
	padding-right: 10px;
  }
.itemlink 
  { 
    font-family: Verdana, Arial, Sans-serif;
    font-style: normal; 
    font-size: small; 
	font-weight: normal;
	background-color: transparent;
    color: #0000B3;
	clear: left;
	padding-left: 10px;
	padding-right: 10px;
  }

/* Form Stuff */

.formtext
  {
	font-family: Verdana, Arial, Sans-serif; 
    font-size: small; 
    font-weight: normal;
	background-color: #FFFFFF;
    color: #0000B3;
  }

/* Table Stuff */

.tabletext 
  { 
    font-family: Verdana, Arial, Sans-serif;
    font-style: normal; 
    font-size: small; 
	font-weight: normal;
	background-color: transparent;
	color: #FFCC00;
  }

/* General Content Stuff */

.phototext 
  { 
	font-family: Verdana, Arial, Sans-serif; 
    font-size: x-small; 
    font-weight: normal;
	font-style: normal;
	background-color: transparent;
	color: #FFCC00;
  }
.highlight 
  { 
	color: #FFFFFF;
  }


/* Footer Stuff */

#footer
  {
    position: relative;
	text-align: center;
  }

.footertext 
  { 
	font-family: Verdana, Arial, Sans-serif; 
    font-size: xx-small; 
    font-weight: normal;
	font-style: italic;
	background-color: transparent;
	color: #FFCC00;
  }


