body, p, h1, h2, h3, table, td, a, select, textarea { 
    font-family: verdana,arial,helvetica,sans-serif;
/*    font-size: 1em; /* (16px=1em) */
    font-size: 13px;
/*    line-height: normal; */
	line-height: 1.75em;
    font-style: normal;
    text-align: left;
    }

body {
	text-align: center;
	/* Page background */
/*	background-color: #8F0000; */
}

#thePage {
/*	border: 2px solid #FAFAD2; */
	margin: 0 auto;
	margin-top: 0em;
	width: 90%;
/*	background-color: #FAFAD2; 
	text-align: center;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
*/
}
#content {
/*	margin: 10px 75px 50px 75px; */
   padding: 2.0em;
	text-align: center;
}

.pageTitle {
	color: #000066;
    font-size: 150%;
	background: transparent;
	font-weight: bold;
	text-align: center;
	float: left;
}

h1 {
	color: #000066;
	font-size: 138.5%;
	background: transparent;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #000066;
	font-size: 123.1%;
	background: transparent;
	font-weight: bold;
	text-align: center;
}

h3 {
    color: #000066;
    background: transparent;
    font-weight: bold;
    font-size: 108%;
}

p {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 5em;
}

table.inputForm {
/*	color: red;
font-size: 150%; */
}

table.inputForm TD {
	vertical-align: middle;
	height: 40px;
}

th {
	text-align: left;
	font-weight: bold;
/*	border-bottom: 1px solid #8F0000;*/
}

.aNumber {
	text-align: right;
}

.quietLink {
	text-decoration: none;
}

button {
	text-decoration: none;
	font-size: 80%;
}

input[readonly] {
	background-color: lightgray;
}

.clear { clear: both; }

#pageMenu {
	text-align: left;
	list-style-image: url(images/arrow.gif);
	padding-right: 5px;
}

/* for the tabbed pages, upper left is square */
.tabsRoundedBox {
  -moz-border-radius-bottomleft: 1em;
  -webkit-border-bottom-left-radius: 1em;
  border-bottom-left-radius: 1em;
  -moz-border-radius-bottomright: 1em;
  -webkit-border-bottom-right-radius: 1em;
  border-bottom-right-radius: 1em;
  -moz-border-radius-topright: 1em;
  -webkit-border-top-right-radius: 1em;
  border-top-right-radius: 1em;
  	border-radius:20px;
/*  behavior: url(border-radius.htc); /* for IE, this implements rounded corners */
	border: 2px solid black;
	padding: 10px;
	background-color: white;
}
/* Completely round box */
#roundedBox {
  	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
    behavior: url(border-radius.htc); /* for IE, this implements rounded corners */
    border: 2px solid black;
 	padding: 10px;
 	background-color: white;
}

#footer {
	clear: both;
	padding: 20px 20px 10px 10px;
}

.footer {
	font-size: 11px;
	text-align: center;
	color: gray;
}

.smallerText { font-size: 80%; }
.smallText { font-size: 70%; }
.largeText { font-size: 125%; }
.emphasis {  font-weight: bold; font-style: italic;  }

.indexError {
	font-size: 150%;
	color: red;
	font-variant: small-caps;
}
.highlight {
  border: 0.1em solid lightgray;
  padding: 0.05em;
  background: white;
}

a:link { color: rgb(153, 102, 0); background: transparent; }
a:hover { color: white; background: #666666;   }
a:visited { color: rgb(153, 102, 0);background: transparent; }
a:visited:hover { color: white; background: #666666; }
a:active { color: rgb(153, 102, 0); background: transparent; }

#active a {
    padding: 0.2em 1em;
    background-color: #036;
    color: #000;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    background-color: #600;
}
/* for the stuff on the home page */
#homePageTable table {

}
#homePageTable td {
	font-size: 120%;
	text-align: center;
}
#homePageTable td a {
	font-size: 120%;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

#homePageTable td a:hover { color: white; }
#homePageTable td a:visited:hover { color: white; }

/* These are for the top table for the main nav */
#navcontainer table {
    border-spacing: 0;
    width: 100%;
}

/* this is the default, unless the cell has an a in it */
#navcontainer td {
    font-size: 125%;
    text-align: center;
    padding: 0;
    margin: 0;
	background-color: rgb(143, 188, 143);
    border-right: 2px solid #FAFAD2;
    font-family: arial, helvetica, sans-serif;
}

/* the <td> have a links if link, else text.  This will overwrite the background <td> */

#navcontainer a {
    font-style: italic;
    font-weight: bold;
    text-align: center;
    background-color: #8F0000;
    color: White;
    text-decoration: none; /* no underline */
    display:block;  /* Fill the entire cell and make it clikable */
    width:100%;
    height:100%;
}

/* Mouse over...change color */
#navcontainer a:hover {
	background-color: rgb(143, 188, 143);
}

/*  based on New suckerfish based drop down menus
	http://www.htmldog.com/articles/suckerfish/dropdowns/
	*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10;
/*	line-height: 1em;*/
}

#nav a {
	display: block;
	padding: 2px 0 2px 0; /* little space at the top */
	margin: 0;
	width: 10em;
	color: black;
	text-decoration: none;
	text-align: center;
}

#nav li ul li ul a:hover { /* hover on second level */
/*	background: orange; */
	background: #0065FF;
}

#nav li a:hover { /* hover on first drop down */
/*	background: purple; */
	background: #FF0000;;
}

#nav li { /* all list items */
	background-color: #666666;
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li a { /* basic color, ends up only on top line  */
	color: white;
/*	padding: 2px 0 0 1em;*/
	background-color: #666666 ;
/*	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black; */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom-style: solid; /* underline the main items */
	border-bottom-width: 2px;
	border-bottom-color: black;
}

#nav li ul a { /* links on drop downs */
	background-color: #ADADAD;

	color: black;
	border-bottom-style: none;  /* remove underline from drop downs */
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: black;
}

#nav li ul ul { /* third-and-above-level lists */
/*	margin: -1em 0 0 5em; */
	margin: -0.5em 0 0 4em; /* first number, top, is amount "down", last is amount left, or over */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav .navForm {
	padding: 2px 0 2px 0; /* little space at the top */
	margin: 0;
	float: right;
	color: white;
}

/* min width styling, for menus */

.menuWidth {
	width:75%;
	min-width:52em;
}
/* following is an IE hack for min width */
* html .minwidth {
	border-left:52em solid #800;
}
* html .container {
	margin-left:-52em;
}
/* end menu styling */

/* style the about menu on the left */

#aboutList {
	list-style: none;
	padding: 1em;
	margin: 0;
	background-color: #56A5EC;
}

#aboutList a {
	display: block;
	color: black;
	text-decoration: none;
}

#aboutList li a:hover {
	background: white;
	border: 1px dotted red;
}

#aboutList li a.selected {
	background: white;
	border: 1px dotted red;
}

#offerTable td {
color: blue;
}

#offerExpired {
color: red;
}

.message {
text-align: left;
color: red;
background: #E8E8E8;
}

#customForm input.error{  
     background: #f8dbdb;  
     border-color: #e77776;  
} 

/* For three columns */
#leftSide {
	float: left;
	width: 32%;
}

#rightSide {
	float: left;
	width: 32%;
	position: relative;
}

#middleSide { 
	float: left;
	width: 35%;
	position: relative;
}
/* for two columns */
#leftColumn {
float: left;
	width: 45%;
	text-align: left;
}
#rightColumn {
	float: right;
	width: 45%;
	text-align: left;
}

div.roundedtab{
	height: 80px;  /* twice as tall as the cell, cover the bottom, looks like a tab */
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
    behavior: url(border-radius.htc); /* for IE, this implements rounded corners */
	border: 2px solid black;
	padding: 10px;
}

#tab-nav {
	padding: 0;
	margin: 1;
	list-style: none;
}
#tab-nav li { /* all list items */
	float: left;
	margin-right: 5px;
	width: 320px;
	height: 40px;
	position: relative;
	overflow: hidden;
}

#tab-nav li a { /* links in the tab */
text-decoration: none;
}

