body {
	font-family: Arial, "Times New Roman";
	font-size: 10pt;
	background-color: #accbe3;
}
}
font.i {
	color: #b00002;
	font-style: italic;
}
h1,h2,h3,h4,h5,h6 {
	color: #b00002;
	font-family: 'times new roman';
	text-transform: capitalize
}

hr {
	height: 4px;
	width: 100%;
	color: #b00002;
	background-color: #b00002;
}

img {
	margin: 0px;
	padding: 0px
}
img.printer {
	position: absolute;
	top: 190px;
	right: 5px;
	float: none
}

ul {
	list-style-image: url("images/bullet_dove.jpg");
	list-style-type: circle;
}
li {
	margin-top: 10px;
	margin-bottom: 10px
}
a {
	font-family: Arial, "Times New Roman";
	font-weight: 700;
	font-style: italic;
	font-size: 12pt;
	text-align: center
}
a:hover {
	color: #b00002;
}
a.small {
	font-size: 9pt;
}
div.stand_out {
	height: 25px;
	background-image: url("images/button1.jpg");
	background-repeat: no-repeat;
	background-position: center center;

}
div.stand_out a {
	color: black;
	text-decoration: none;
	position: relative;
	top: 4px;
	letter-spacing: 1px;
}
div.stand_out a:hover {
	color: blue;
	text-decoration: underline;
}
a.topnav {
	font-size: 8pt;
}
#home_nav a{
	font-size: 9pt;
	text-align: center;
	padding: 1px;
}
/*a:link {color: #FF0000}     /* unvisited link */
/*a:visited {color: #00FF00}  /* visited link */
/*a:hover {color: #FF00FF}   /* mouse over link */
/*a:active {color: #0000FF}   /* selected link */
input.x {
	font-size:7pt;
	font-weight:700;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	padding: 1px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #b00002;
	border: 1px solid #accbe3;
}
input.xHover {
	background-color: red;
}
table {
	padding: 4px;
	border-spacing: 0px;
	background-color: white;
	border: 2px solid black;
	border-bottom-width: 5px;
	border-right-width: 5px
}
table.no-show {
	padding: 0px;
	border: 0px none transparent;
	background-color: transparent;
}
th {
	color: #b00002;
	font-style: italic;
	font-weight: 700;
	font-size: 16pt
}
th.small {
	font-size: 11pt
}
th.body-color, td.body-color {
	background-color: #accbe3;
}
td.big {
	font-size: 12pt;
}
th.big {
	font-size: 18pt
}
td.small, th.tiny {
	font-size: 8pt;
}
th.red_lines, td.red_lines {
	border-top-width: 2px;
	border-top-color: #b00002;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #b00002;
	border-bottom-style: solid
}

.error {
	color: red;
	font-weight: bold;
	font-style: italic;
}
.errorMsgs {
	color: red;
	border: 2px solid red;
}
.highlight {
	background-color: #ffffff;
}
.pR {
	font-size: 8pt;
	color: red;
}

div.float {
	position: absolute;
	height: 400px;
	width: 600px;
	background-color: #accbe3;
	border: 2px solid black;
	border-bottom-width: 5px;
	border-right-width: 5px;
}
	
div.floatBackground {
	position: absolute;
	background-color: black;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index: 1
}
div.floatMessage {
	position: absolute;
	background-color: #accbe3;
	border: 2px solid black;
	border-bottom-width: 5px;
	border-right-width: 5px;
	z-index: 2
}
div.floatMessage table {
	height: 100%;
	width: 100%;
	border: 0px none transparent;
	background-color: transparent;
}
div.quickLinks a {
	font-size: 10pt;
}
div.quickLinks a:hover {
	background-color: #accbe3
}


/* NAVIGATION STYLE */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  height: 21px;
	z-index: 2;
	position: relative;
}

ul#navmenu li {
	padding: 0px 0px 0px 0px;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	width: 119px;
	white-space: nowrap;
}

ul#navmenu ul {
  width: 100%;
  list-style: none;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
	z-index: 3;
	border-top: 1px solid #B00002;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 119px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
	float: none !important; /*For Opera*/
  /*float: left;*/ /*For IE*/
	display: block;
	text-decoration: none;
	line-height: 21px;
	height: 21px;
	font-size: 12px;
	text-align: center;
	color: #000000;
	font-family: Arial, "Times New Roman", sans-serif;
	height: auto !important;
	height: 1%; /*For IE*/
	width: auto;
}

ul#navmenu a.onThisOne {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #464E59;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  color: #FFFFFF;
  font-size: 12px;
  background-color: #464E59;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
	background-color: #8D9DB2;
	color: #000000;
	height: 21px;
	line-height: 21px;
	text-indent: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	padding: 0px 1px 1px 1px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #464E59;
}


/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
#mainnav {
	width: 750px;
	clear: both;
	border-top: 1px solid #B00002;
	border-bottom: 1px solid #B00002;
	padding: 3px 4px 3px 4px;
}
#mainnav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
#mainnav li {
	margin-top: 0px;
	margin-bottom: 0px;
}
table#navTable {
	empty-cells: show;
	background-color: transparent;
	border: 0px none transparent;
	padding: 0px;
	margin-bottom: 12px;
}
table#navTable th {
	color: #B00002;
	font-style: italic;
	font-family: "Comic Sans MS", "Times New Roman";
	font-weight: 700;
	font-size: 14pt;
	letter-spacing: 3px;
	word-spacing: 8px;
}
#navTableMain {
	color: #B00002;
	font-style: italic;
	font-family: "Comic Sans MS", "Times New Roman";
	font-weight: 700;
	font-size: 14pt;
	letter-spacing: 3px;
	word-spacing: 8px;
	padding-left: 100px;
}#navTableSub {
	color: #B00002;
	font-style: italic;
	font-family: "Comic Sans MS", "Times New Roman";
	font-weight: 700;
	font-size: 12pt;
	letter-spacing: 3px;
	word-spacing: 8px;
	text-align: right;
	padding-right: 100px;
}

div.navigation table { /* div tag with class="navigation" & table tag*/
	width: 100%;
	empty-cells: show;
	padding: 0px;
	background-color: transparent;
	border: 0px none transparent;
	min-width: none;
	max-width: none;
}
div.nav-main table, div.nav-sub table {
	width: auto
}
div.navigation th {
	color: #b00002;
	font-style: italic;
	font-family: "Comic Sans MS", "Times New Roman";
	font-weight: 700;
	font-size: 16pt
}
div.navigation td.first-main {
	background-image: url("images/navigation_left.jpg");
	background-repeat: no-repeat;
	background-color: #accbe3;
	border-right: 0px none transparent;
	width: 28px;
	height: 60px;
	padding: 1px 0px 1px 0px
}
div.nav-main td, div.nav-sub td {
	border-right: 2px solid black;
	text-align: center;
	padding: 0px
}
div.nav-main td.active, div.nav-sub td.active {
	text-transform: uppercase;
}
div.navigation a.active {
	color: yellow;
}
div.navigation a {
	color: white;
	font-family: Arial, "Times New Roman";
	text-decoration: none;
	padding: 1px 10px 1px 10px;
	font-weight: 600;
	font-style: italic
}
div.nav-main a {
	font-size: 9pt;
}
div.nav-sub a {
	font-size: 8pt;
}
div.navigation a:hover {
	color: yellow;
	text-decoration: underline
}

/* FOOTER STYLE */
div.footer table {
	background-color: transparent;
	border: 0px none transparent;
	max-width: none;
}
div.footer td{
	color: #b00002;
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 8pt;
	text-align: center
}
div.footer a {
	color: #b00002;
	font-family: "Comic Sans MS", "Times New Roman";
	font-style: italic;
	font-weight: 700;
	font-size: 8pt;
}
div.footer a:hover {
	color: yellow;
}


