/* Basic font type and colors for page. */
body {
	background-color: #ffffff;
	background-image: url( );
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* line-height: 24px; */
	color: #004455;images
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004455;
}

h1 {
    color: #007788;
	line-height: 30px;
	font-size: 28px;
	}
	
/* How links should be handled. */
/* a:pseudo-classes must be presented in order of: 
   link, visited, hover, then active to be effective */
a {
	color: #009933;
	text-decoration: underline;
}
a:visited {
    color: #66a033;   
}
a:hover {
	text-decoration: none;
	font: normal;
}
a:active {
}
/* Special treatment of nav bar. */
a.nav:visited {
    color: #cccccc; 
	}
a.nav:hover {
    /*font: normal; */
	}

form {
	background-color: #CCCC99;
}

/* Not using title, subtitle, or header right now. */
.title {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
	line-height: 30px;
    background-color: #007788;
	color: #dcdcdc;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

/* Using this class to do special treatment of nav bar colors and links. */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	background-color: #007788;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

/* This is the left-margin sidebar area formatting. */
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #dadad0; /* #dedeca; */
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	vertical-align: bottom;
}

.box1 {
	border-color: #88ddff #004455 #004455 #88ddff /* #CCCCCC #333333 #333333 #CCCCCC; */
	border-width: thick;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
