<?php header("Content-type: text/css"); ?>
*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}


body {
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	background: url('/images/gradient.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #335681;
  scrollbar-arrow-color: #ffffff;
  scrollbar-face-color: #144583;
  scrollbar-highlight-color: #205ba5;
  scrollbar-3dlight-color: #0e4281;
  scrollbar-shadow-color: #052b59;
  scrollbar-darkshadow-color: #001c3e;
  scrollbar-track-color: #053065;
}

textarea {
  border: 1px solid navy;
  background-color: #ecf2ff;
  font-color:navy;
  font-size: 11px;
  border-color: navy:
}

input {
  border: 1px solid navy;
  background-color: #ecf2ff;
  font-color:navy;
  font-size: 11px;
  border-color: navy:}
}

td {
	font-size: 10px;
}

#pageMargin {
	border-bottom:   4px solid #FFFFFF;
	font-size: 5px;
}

#pageTop {
	font-size: 5px;
	border-left:  4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	background: url('/images/header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

#pageMain {
	color: #002C62;
	font-size: 11px;
	border-left:  4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	background: url('/images/contentgradient.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

#pageMain a{
	color: #002C62;
}

#leftColumn {
	float: left;
	padding-top: 50px;
	width: 195px;
	text-align: right;
}

#leftColumn #menuItem a {
	display:	block;
	width: 100%;
	padding: 1pt;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #002C62;
	text-decoration: none;
}

#leftColumn #menuItem a:hover  {
	display:	block;
	width: 100%;
	padding: 1pt;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background: #002C62;
	color: #FFFFFF;
	text-decoration: none;
}
#leftColumn #menuItemSelected a {
	display:	block;
	width: 100%;
	padding: 1pt;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}

#leftColumn #submenuItem a {
	display:	block;
	width: 100%;
	padding: 1pt;
	text-align: right;
	font-size: 10px;
	color: #002C62;
	text-decoration: none;
}

#leftColumn #submenuItem a:hover  {
	display:	block;
	width: 100%;
	padding: 1pt;
	text-align: right;
	font-size: 10px;
	background: #002C62;
	color: #FFFFFF;
	text-decoration: none;
}

#leftColumn #submenuItemSelected a {
	display:	block;
	width: 100%;
	padding: 1pt;
	text-align: right;
	font-size: 12px;
	background: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}

#leftColumn #contactText {
	padding-top: 10px;
	font-size: 9px;
}

#content {
	font-size: 13px;
	color: #002C62;
}

#memberTitle {
	font-size: 15px;
	font-weight: bold;
	color: #002C62;
}

#centerColumn {
	float: left;
	padding-top: 20px;
	margin-left: 55px;
	width: 430px;
	text-align: left;
	line-height: 16px;
}

#centerColumn table {
  color: #002C62;
  font-family: Verdana, Arial;
  font-size: 10px;
}

#centerColumn #title {
	font-size: 25px;
	font-weight: bold;
}

#rightColumn {
	float: right;
	padding-top: 50px;
	width: 200px;
	text-align: left;
}

#pageBottom {
	background-color: #FFFFFF;
}

#tableSmaller {
	font-size: 12px;
}

#tableSmallest {
	font-size: 10px;
}

.tableSmallest {
	font-size: 10px;
}