<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HEADER */

#div#header {
#	background: #0041A2 url(images/alexandria_seal_only.gif) right bottom no-repeat; 
#	height: 65px; /* set this to the height of the left graphic you are using in the header if it has a different height than the default graphic (which is 65px) */
#} 

	
/* BANNER  */

#div#topnavbanner {
#	background: url(images/topnavbanner_bg.gif) left top repeat-x;
#	border-bottom: 1px #fff solid; /* if not using the default background, need to add this line */
#	height: 33px; /* set this to the height of the left graphic in the banner if it has a different height than the default graphic (which is 33px) */
#}

/* vertical positioning of the right links in the banner: increase padding-top to move them further from top of banner, and vice versa */
#div#topnavbanner ul { 
#	padding-top: 8px;
#}

/* to change color of Log In name and right links in the banner */
#div#topnavbanner li, div#topnavbanner a, div#topnavbanner a:link, div#topnavbanner a:visited, div#topnavbanner a:hover, div#topnavbanner a:active, div#topnavbanner a:focus {
#	color: #333;
#}


/* PAGE TITLE */

#div#content h2.h2background {
#	color: #000; /* changes text color of page title */
#	background: #ddd; /* changes background of page title */
#}


/* LEFT NAVIGATION BAR */

/* color and background of primary left navigation links */
#ul#primarynav a {
#	color: #333;
# 	background: #CDE7FE;
#	border-bottom: none; /* include this line if you are _not_ using default background */
#}

/* color and background of primary left navigation links when hover over them */
#ul#primarynav a:hover, ul#primarynav a:focus, ul#primarynav a:active { 
#	color: #333;
#	background: #0041A2;
#	padding-right: 7px; /* include this line if you are _not_ using default background */
#}

/* color and background of a primary left navigation link when user is on the corresponding page */
#ul#primarynav a#primarynavselected {
#	color: #333;
#	background: #0041A2;
#	padding-right: 7px; /* include this line if you are _not_ using default background */
#}

/* color and background of left sub-navigation (indented) links */
#ul#primarynav ul.submenu a {
#	color: #333;
#	background: #ddd;
#	border-bottom: none; /* include this line if you are _not_ using default background */
#}

/* color and background of left sub-navigation (indented) links when user when hovers over them */
#ul#primarynav ul.submenu a:hover, ul#primarynav ul.submenu a:focus, ul#primarynav ul.submenu a:active {
#	color: #333;
#	background: #0041A2;
#	padding-right: 7px; /* include this line if you are _not_ using default background */
#}

/* color and background of left sub-navigation (indented) links when user is on the corresponding page */
#ul#primarynav ul.submenu a#submenuselected {
#	color: #333;
#	background: #0041A2;
#	padding-right: 7px; /* include this line if you are _not_ using default background */
#}

#div#leftcolumn {
#	background: transparent url(images/leftcolumn_bg.gif) left bottom no-repeat;
#}

	

/* FOOTER: DO NOT CUSTOM STYLE */

</pre></body></html>