body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/backing_tile.gif);
	background-repeat: repeat-x;
	background-color: #151c6b;
}
body,td,th {
	color: #151c6b;
}
.base_font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #222d72;
}
.base_font_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #222d72;
}
.content_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #222d72;
}
.bio_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #222d72;
}
a {
 text-decoration: underline; 
 font-weight:  normal;
 color: #613a9c;
}
a:hover {
 text-decoration: underline; 
 font-weight:  normal;
 color: #5e9038;
}
#content p {
	color: #222d72;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sidebar_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #222d72;
}
.quote_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #222d72;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color: #222d72;
}
#nav a:link {
	color: #503081;
	text-decoration: underline;
}
#nav a:active{
	color: #D20028;
	text-decoration: none;
}
#nav a:hover{
	color: #D20028;
	text-decoration: none;
}
.footer_links {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	letter-spacing: .5px;
}
.footer_links_flash {
	color:#636dbd;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	letter-spacing: .5px;
}



.mini_sm {
	color: #613a9c;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: .1px;
	font-weight: normal;
	position: relative;
	top: -3px;
}
.norm_sm {
	color: #999999;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: .1px;
	font-weight: normal;
	position: relative;
	top: -5px;
}
.copyright {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	letter-spacing: .5px;
}

/* ------------ DROP MENU ------------- */



/* zeroing padding/margin for all elements */
#float_drop_menu,
#float_drop_menu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#float_drop_menu {position:relative;
/*		background:no-repeat 100% 50%;  */
	width:60px;
	height:25px;
	float:right;
	margin-right:200px;
	margin-bottom:20px;
	z-index:333;
}
/* sub-menu ULs */
#float_drop_menu li ul {
	width:10px !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-40px;
	padding:1px 10px 10px 10px;
	background:url(/images/spacer.gif);/* trick to keep'em open */
}
/* All LIs */
#float_drop_menu li {
	position:relative;
	width:10px;
	max-width:16.5%;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;
}
/* sub-menu LIs */
#float_drop_menu li ul li {
	width:10px/*FF*/;
	padding:0;
	border:none;
	max-width:100%;
/*	border:1px solid #333;  */
	border-top:none;
}
/* All anchors */
#float_drop_menu li a {
	cursor:default;
	color:#ef0000;
/*	border-left:1px solid #333;  */
	text-decoration:none;
	display:block;
	float:left;
/*	padding:0 .4em; */
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	height:34px;
	line-height:5px;
}
/* sub-menu Anchors */
#float_drop_menu li ul li a {
	width:198px/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:25px;
	height:25px;
	font-weight:normal;
	border:1px solid #040537;
	color:#555555; /* TEXT color when just dropped not Rolled */
	background-position:0 50% !important;
}
/* :hover and stuff */
#float_drop_menu li a:hover,
#float_drop_menu li a:focus,
#float_drop_menu li a:active {color:#000}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#float_drop_menu ul a:hover,
#float_drop_menu ul a:focus,
#float_drop_menu ul a:active {color:#040537 !important;background:#bffb7c} /* 1st color is text color on roll  - 2nd color is the roll HIGH */
/* display and z-index for the sub-menus */
#float_drop_menu li:hover ul,
#float_drop_menu li.msieFix ul {display:block;z-index:10;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#float_drop_menu li#AB {z-index:6;}

/* Current location - class on Body must match LI's id */
.AB #float_drop_menu li#AB a {color:#fff;}
/* Keeping current menu accessible to JAWS */
.AB #float_drop_menu li#AB ul {display:block;top:-1000px}

/* background colors */
#AB,#AB li a {background-color:#fff;}  /* BOX color when just dropped not Rolled */
/* "trigger" and "msieFix" classes */
#float_drop_menu li.msieFix a {}
/* last nested UL. keeping it in */
/* #float_drop_menu li#UZ ul {left:-2.3em !important;}  */

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.AB #float_drop_menu li#AB ul li a:focus,
.AB #float_drop_menu li#AB ul li a:active {position:absolute !important;top:1028px !important;}