/*  This controls the look of links.   */
a:link {color: #3954CF;}
a:visited {	color: #666666;}
a:hover, a:active {	color: #000;}

/* This section controls the look of the navigation menu in the left column.  */
#navigation, #navigationaddress {background-color: #D7E2FE;}
#navigation li {color: #d15010;}
#navigation a {	color: #000;}
#navigation a:hover {color: #000;}
#current a {color: #3954CF;}

/* This section controls the look of the main content section of the page  */

h1 {color: #00008B;}
h2 {color: #000;}
h3 {color: #000;}
h4 {color: #000;}
h5 {color: #666666;}

 /*  This controls the look of lists inside the main content section of the page. */
dt {border-bottom: 1px solid #4456AB;}


/*  This controls the look of forms.   */
.input {border : 1px solid #000;}
.submit {border : 2px outset #000;}
legend {color: #d15010;
	border: 1px solid #d15010;}
fieldset {	border: 1px solid #d15010;}
#maintable tr td fieldset table td, #maintable tr td fieldset table th {border: 1px solid #fee6a5;}

/*  This controls the look of tables within the main content section of the page.  */
#content th {	color : #000000;
	background-color : #dbecfa;
	border: 1px solid #CCCCCC;}


/* This section controls the look of the special text styles.   */
.caption {color: #666666;}
.highlight { color: #4456AB;}
.box1 { background-color : #D7E2FE;}
.box2 {background-color: #99A6E2;}


/* This section controls the look of the footer. Colors are set in colors.css   */
#footer {background-color: #172D98;}
#footer p {	color: #BBCEFF;}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover { color: #fff;}