A:link, A:visited, A:active 
	{ 
		color: blue;
		text-decoration: underline;
	}

A.nav:link, A.nav:visited, A.nav:active 
	{ 
		color: white;
		font-size: 12px;
		text-decoration: none;
	}

A.library:link, A.library:visited, A.library:active 
	{ 
		text-decoration: none;
	}

A.library:hover 
	{ 
		text-decoration: underline;
	}

A.footer:link, A.footer:visited, A.footer:active 
	{ 
		color: #000000;
		font-size: 11px;
		text-decoration: none;
	}

html, BODY 
	{ 
		background:#f4e5e5;
		background-image: url(images/background.gif);
		background-position:center;
		background-repeat: repeat-y;
		border: 0px;
		color: black;
		font-family: Arial;
		font-size:12px;
		height: 100%;
		margin: 0px auto;
		text-align: center;
	}
	
/* Main Shell */

.main
	{
		background-color: white;
		border-left: 2px solid white;
		border-right: 2px solid white;
		height: 100%;
		margin: 0px auto;
		text-align: left;
		width: 840px;
	}
	
.mainLeft
	{
		float: left;
		height: 100%;
		width: 820px;
	}
	
.mainRight
	{
		background-image: url(images/bg_leftBar.jpg);
		background-repeat: repeat-x;
		float: right;
		height: 100%;		
		width: 800px;  
	}

.mainLeftBackground
	{
		background-color: white;
		background-image: url(images/bg_leftBar.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		float: left;
		height: 100%;
		width: 20px;  
	}

.mainRightBackground
	{
		background-color: white;
		background-image: url(images/bg_rightBar.jpg);
		background-repeat: no-repeat;
		float: right;
		height: 100%;
		width: 20px;
	}
	
.logo
	{
		float: left;
	}

.topNav
	{
		background-image: url('images/topbar_background.jpg');
		color: white;
		font-weight: bold;
		float: right;
		height: 95px;
		padding: 20px 15px 0px 0px;
		text-align: right;
		width: 518px;
	}
	
.footerLeft
	{
	   color: #000000;
	   float: left;
	   font-family: Arial;
       font-size: 11px;
       padding: 15px;
	}
	
.footerRight
	{
	   color: #000000;
	   float: right;
	   font-family: Arial;
       font-size: 11px;
       padding: 15px;
	}
	
/* Main Shell End*/

/* Fonts */

.header2
{
	font-size:14px;
	color:#003366;
	font-weight:bold;
}

.textblue
{
	color:#003366;
}

.textred
{
	color:red;
}

.textgreen
{
	color:#669933;
}

/* Fonts End */

H1 
	{
	   color: #003366;
	   font-family: Arial;
       font-size: 25px;
	}
	  
H2
	{
	   color: #336600;
	   font-family: Arial;
       font-size: 20px;
	}
	  
H3
	{
	   color: #ffffff;
	   font-family:  Arial;
       font-size: 26px;
	}
	  
H4
	{
	   color: #003366;
	   font-family:  Arial;
       font-size: 16px;
	}

.nav
	{
	   color: #ffffff;
	   font-family:  Arial;
       font-size: 12px;
	}
	  
.chart
 	{
		background: #99cc33;
		border: 1px solid #99cc33;		
	}
	
.chart2
	{
		 background: #99cc33;
	}
	
.chartInner1
	{
		 background: #c4df91;
	}
	
.chartInner2
	{
		 background: #e4f2c9;
	}
	
.blue
	{
		 color: blue;
	}
	
.time
	{
	   color: #666666;
	   font-family:  Arial;
       font-size: 10px;
	}
	
.listLibrary
	{
	   margin: 0px;
	   padding: 0px;
	}
	
.referenceLeft
	{
		background: url(images/referenceTop.gif); 
		background-repeat: no-repeat;
		color: white;
		font-size: 14px;
		font-weight: bold;
		float: left;
		height: 24px;
		padding: 8px 0px 0px 10px; 
		width: 350px;
	}

.referenceRight
	{
		background: url(images/referenceTop.gif); 
		background-repeat: no-repeat;
		color: white;
		font-size: 14px;
		font-weight: bold;
		float: right;
		height: 24px;
		padding: 8px 0px 0px 10px; 
		width: 350px;
	}
	
.referenceBG
	{
		background: url(images/referenceBg.gif);
		color: black;
		line-height: 20px;
		padding: 10px 10px 10px 30px;
		width: 320px;
	}
	
.bullets
	{
		margin-bottom: 0px;
		margin-top: 0px;		
	}
	
/* Sub Nav JS Swap */

.active 
{
   background-image:URL(images/subnav_on.png);
   background-repeat:no-repeat;
   color: #003366;
   cursor:pointer;
   font-size:13px;
   font-weight:bold; 
   height:32px;
   padding:7px 0px 0px 20px;
   text-align:left;
   text-decoration:none; 
   width:180px;
}

.beg_inactive 
{
   background-color: #e7b900;
   color:#003366;
   cursor:pointer;
   font-size:13px;
   font-weight:bold;
   height:32px;
   padding:7px 0px 0px 20px;
   text-align:left;
   text-decoration:none;
   width:180px;	 
}

.inter_inactive 
{
   background-color: #f26722;
   color:#003366;
   cursor:pointer;
   font-size:13px;
   font-weight:bold;
   height:32px;
   padding:7px 0px 0px 20px;
   text-align:left;
   text-decoration:none;
   width:180px;	 
}

.adv_inactive 
{
   background-color: #e11e26;
   color:#003366;
   cursor:pointer;
   font-size:13px;
   font-weight:bold;
   height:32px;
   padding:7px 0px 0px 20px;
   text-align:left;
   text-decoration:none;
   width:180px;	 
}

.inactive2
{
	background-color: #663399;
	color:#ffffff;
	cursor:pointer;
	font-size:13px; 
	font-weight:bold; 
	height:32px;
	padding:7px 0px 0px 20px;
	text-align:left;
	text-decoration:none; 
	width:180px;
}

.rsd_inactive 
{
   background-color: #a6ce3f;
   color:#003366;
   cursor:pointer;
   font-size:13px;
   font-weight:bold;
   height:32px;
   padding:7px 0px 0px 20px;
   text-align:left;
   text-decoration:none;
   width:180px;	 
}

.beginning_subnav
{
	color:#003366; 
	font-size:13px; 
	text-decoration:none; 
	font-weight:bold; 
}

.beginning_subnav2
{
	color:#ffffff; 
	font-size:13px; 
	text-decoration:none; 
	font-weight:bold; 
}

.bignumber
{
	color:#003366;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	padding-right: 5px;
}

/* Sub Nav JS Swap End */

/* Rising Stars Styles */

.stars_content
{
	float:right;
	width: 380px;
	padding: 10px 0px 10px 0px;
}

.stars_photo
{
	float: left;
	width: 150px;
	padding: 10px 0px 10px 0px;
}

/* Rising Stars Styles End */

/* Orphans */

.hr
{
	color:#669933;
	background-color:#669933;
	margin:0px;
	padding:0px;
	width:100%;
}

.li
{
	line-height:24px;
}

.li2
{
	padding-bottom:10px;
}

.flyerphoto
{
	border:1px solid #669933;
	margin-top:10px;
}

.bannerad_border
{
	border:1px solid #669933;
	padding:10px;
	margin-bottom:10px;
}

/* Orphans End */