/* General
====================================================================== */
a:link,
a:visited { color: #2679dd; }

a:hover,
a:active { color: #000; }

#page_wrapper { background-image: url(../_images/_AON/header-bg.jpg); }




/* Accessibility
====================================================================== */
#accessibility_wrapper { background-image: url(../_images/_AON/accessibility-bg.jpg); }

#accessibility,
a#accessibility_info:link,
a#accessibility_info:visited { color: #666; }

a#accessibility_info:link,
a#accessibility_info:visited {
	background: #fefdeb;
	border-color: #fefdeb
}

body.normal a#textoption_large,
body.normal a#textoption_contrast,
body.large a#textoption_normal,
body.large a#textoption_contrast,
body.contrast a#textoption_normal,
body.contrast a#textoption_large { border-color: #fcf591;}

body.normal #text_options a:hover,
body.large #text_options a:hover,
body.contrast #text_options a:hover,
body.normal a#textoption_normal,
body.large a#textoption_large,
body.contrast a#textoption_contrast,
a#accessibility_info:hover,
a#accessibility_info:active { border-color: #98c1ff; }

a#accessibility_info:hover,
a#accessibility_info:active {
	background: #fff;
	color: #666;
}
	
	
	
	
/* Header
====================================================================== */
h1 a:link, 
h1 a:visited, 
h1 a:hover, 
h1 a:active {
	background-image: url(../_images/_AON/logo.jpg);
	width: 560px;
	height: 100px;
}

#back_to_alpha_one {}




/* Side Navigation
====================================================================== */
#side_nav h2 {
	color: #dce5f6;
	background-color: #5f96e1;
	background-image: url(../_images/_AON/side_nav-header-bg.jpg);
}

#side_nav a { color: #666; }

#side_nav div.Row0 a { background: #dbe5f5; }

#side_nav div.Row1 a { background: #e9eff9; }

#side_nav div a:hover,
#side_nav ul li a:hover,
#side_nav a.Selected { color: #3e87e1; }

#side_nav ul {
	background-color: #f8fafd;
	background-image: url(../_images/_AON/side_subnav-bg.jpg);
}

#side_nav ul li a { color: #404040; }

/* eliminated in favor of white background with bottom border
#side_nav ul li.Row0 a {}
#side_nav ul li.Row1 a { background: #f1f5fb; }
*/

#side_nav ul li.Row0 a, #side_nav ul li.Row1 a {
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
}




/* Content (General)
====================================================================== */
#content_wrapper { background-image: url(../_images/_AON/content-bg.gif); }

#content ul li { background-image: url(../_images/_AON/bullet.gif); }




/* Story
====================================================================== */
ul.StoryOptions li a:hover,
ul.StoryOptions li a:active { color: #3e87e1; }

#content dl.DefinitionBullet dd { background-image: url(../_images/_AON/bullet.gif); }
