@charset "utf-8";
/* CSS Document */

/* Link styles */
a:link, a:visited, a:active {color: #2D2D2D;}
	 
/* Top Navigation */ 
					 
#topBar 			{background-color: #F5F2FF;}

#breadcrumbs		{background-color:#f5f2ff; color: #666; border-top: 1px solid #b2a7d6;} 
#breadcrumbs ul li a{border-right: 1px solid #b2a7d6;}

/* Main content Styles */ 

#content 			{background:url(/images/default/TLCurve.gif) transparent no-repeat scroll;} 

/* Reena's funky! skip link solution */

.skip-link:active, .skip-link:focus {color: #626BB3; }		   

/* Navigation Styles */ 
#navigation 						{background: #f5f2ff url(/images/default/BRCurve.gif) right bottom no-repeat scroll;}		 
#navigation ul 						{border-bottom: 1px dotted #CCC; }
#navigation li.selected a 	 		{color:#91104D;}
#navigation li.selected li a 		{color:#575757;}
#navigation li.selected li.selected {color:#91104D;}
#navigation ul li 					{border-top: 1px dotted #CCC; }
#navigation ul li a 				{color: #575757;}
#navigation ul ul					{list-style: url(/images/default/triangle-selected.gif) outside; 
									 background:#FFF url(/images/default/BLCurve.gif) bottom left no-repeat; border-top:2px solid #b2a7d6;}
#navigation ul ul ul 				{list-style: url(/images/default/circle-bullet.gif) outside;}
.selected 							{color: #91104D;}					 

/* Footer styles */
#footer ul 			{background-color:#F5F2FF; border-top: 1px solid #b2a7d6; border-bottom: 1px solid #b2a7d6; }
#footer ul li 		{border-right: 1px solid #b2a7d6;}

/** Homepage styles */ 

.leftcolumn {border-right: 4px solid #F5F2FF;}
.rightcolumn .bar{width: 100%; border-top: 1px solid #F5F2FF; height: 1px;}
.hpinfo {border: 4px solid #F5F2FF;}

/* --- */

/** Content Styles **/

#content ul li {list-style: url(/images/default/triangle-bullet.gif);}

h1 					   {color: #91104D;}
h2        			   {color: #525AAB;}
h3 			           {color: #91104D;}
h2.keyline             {color: #525AAB; border-top: 1px solid #91104D; padding-top:14px; margin-bottom:3px;}
h4  				   {color: #525AAB;}

/* Show hide function */
.more {border-top: 1px solid #666; border-bottom: 1px solid #666; }
a.showLink, a.hideLink {color: #36f;}	
a.showLink:hover, a.hideLink:hover {border-bottom: 1px dotted #36f; }

/** content summary **/
div.holder {background:#f5f2ff url(/images/default/bar_topleft.gif) top left no-repeat; }
div.holder div.holdertop {background:transparent url(/images/default/bar_topright.gif) top right no-repeat; color:#FFF;}
						  
div.holder .holderbottom {background:#f5f2ff url(/images/default/bar_botleft.gif) bottom left no-repeat; }
div.holder .holderbottom div.last {background:transparent url(/images/default/bar_botright.gif) bottom right no-repeat; }
.holderbottom p {color: #91104D;}

.lastreviewed {color: #555;}

table {border: 1px solid #663399;}
table th, table th a, table th, table th a {background-color: #F5F2FF; color: #91104D;}
table td, table th{border: 1px solid #663399;}

.gallery {background-color:#F5F2FF; border: 1px solid #EFDEED;} 
