/* CSS Document */

/* design components */

body                  {
                      background-color:#354672;
					  margin:0;
					  }	
					  
#container            {
                      width:772px;
					  margin:auto;
					  }
					  
/* header and subheader */
					  	  
h1                    {
                      font-family:Verdana, Arial, Helvetica, sans-serif;
					  font-size:16pt;
					  font-weight:bolder;
					  color:#000000;
					  }					  

h2                    {
                      font-family:Verdana, Arial, Helvetica, sans-serif;
					  font-size:14pt;
					  font-weight:bold;
					  }
					  
/* primary paragraph style */
					  
p                     {
                      font-family: Verdana, Arial, Helvetica, sans-serif;
					  font-size:12pt;
					  }
					  
/* default global hyperlink styles */

a					{
					text-decoration:underline;
					color:#00005C;
					}
					
a:hover				{
					text-decoration:none;
					color:#9AA2B7;
					}
					  				  
/* basic text decorations */
					  
.bold                 {
                      font-weight:bold;
					  }					  
					  
.underline            {
                      text-decoration:underline;
					  }
					  
.boldunderline		  {
					  font-weight:bold;
					  text-decoration:underline;
					  }
					  
.italic               {
                      font-style:italic;
					  }
					  
.bolditalic           {
					  font-weight:bold;
                      font-style:italic;
					  }
					  
/* highlight overlays */
					  
.highlight 			{
					background-color: #FFFF33;
					}
					
.highlightbold 		{
					font-weight: bold;
					background-color: #FFFF33;
					}
					
.highlightboldunderline {
					font-weight: bold;
					text-decoration: underline;
					background-color: #FFFF33;
					}
					
.highlightitalic 	{
					font-style: italic;
					background-color: #FFFF33;
					}
					
.highlightunderline {
					text-decoration: underline;
					background-color: #FFFF33;
					}
					  
/* tells bullets and numbered lists how to look */

ul					{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:12pt;
					}
					
ol					{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:12pt;
					}

/* red styles */
                      			  
.red                  {
                      color:#FE0000;
					  }
					  
.reditalic            {
                      color:#FE0000;
					  font-style:italic;
					  }
					  
.redunderline         {
                      color:#FE0000;
					  text-decoration:underline;
					  }
					  
.redboldunderline     {
					  color:#FE0000;
					  font-weight:bold;
					  text-decoration:underline;
					  }
					  
.redbold              {
                      color:#FE0000;
					  font-weight: bold;
					  }				
					  
.redbolditalic        {
                      color:#FE0000;
					  font-weight:bold;
					  font-style:italic;
					  }	    
					  
/* blue styles */

.blue                 {
                      color:#00005C;
					  }
					  
.blueitalic           {
                      color:#00005C;
					  font-style:italic;
					  }
					  
.blueunderline        {
                      color:#00005C;
					  text-decoration:underline;
					  }
					  
.blueboldunderline    {
					  color:#00005C;
				      font-weight:bold;
	                  text-decoration:underline;
					  }
					  
.bluebold             {
                      color:#00005C;
					  font-weight:bold;
					  }
					  
.bluebolditalic       {
                      color:#00005C;
					  font-weight:bold;
					  font-style:italic;
					  }
					  
/* yellow styles */
					  
.yellow               {
                      color:#E4BC38;
					  }
					  
.yellowitalic         {
                      color:#E4BC38;
					  font-style:italic;
					  }

.yellowunderline      {
                      color:#E4BC38;
					  text-decoration:underline;
					  }
					  
.yellowboldunderline  {
                      color:#E4BC38;
					  font-weight:bold;
					  text-decoration:underline;
					  }			  
	
.yellowbold           {
                      color:#E4BC38;
					  font-weight:bold;
					  }                      										  
					  
.yellowbolditalic     {
                      color:#E4BC38;
					  font-weight:bold;
					  font-style:italic;
					  }  

					
/* Yellow Bookman Old Style Styles */

.yellowbookmanoldstyle 	{
					font-family: 'Bookman Old Style', Georgia, "Times New Roman", Times, serif;
					color: #E4BC38;
					}
					
.yellowbookmanoldstylesmaller {
	                font-family: 'Bookman Old Style', Georgia, "Times New Roman", Times, serif;
					color: #E4BC38;
					font-size: 10pt;
					}
					
.yellowbookmanoldstyleitalic {
					font-family: 'Bookman Old Style', Georgia, "Times New Roman", Times, serif;
					color: #E4BC38;
					font-style:italic;
					}
					
.yellowbookmanoldstyleitalicsmaller {
					font-family: 'Bookman Old Style', Georgia, "Times New Roman", Times, serif;
					color: #E4BC38;
					font-style:italic;
					font-size: 10pt;
					}
					
.yellowboldbookmanoldstyle {
					font-family: 'Bookman Old Style', Georgia, "Times New Roman", Times, serif;
					color: #E4BC38;
					font-weight: bold;
					}
					
.yellowbolditalicbookmanoldstyle {
					font-family: 'Bookman Old Style', Georgia, "Times New Roman", Times, serif;
					color: #E4BC38;
					font-weight: bold;
					font-style:italic;
					}
					
.yellowbolditalicbookmanoldstylesmaller {
					font-family: 'Bookman Old Style', Georgia, "Times New Roman", Times, serif;
					color: #E4BC38;
					font-weight: bold;
					font-style:italic;
					font-size: 10pt;
					}
					
/* Two Points Smaller - Basic Styles */

.smaller-regtext 	{
					font-size: 10pt;
					}
					
.smaller-underline    {
					  font-size: 10pt;
                      text-decoration:underline;
					  }
					  
.smaller-boldunderline {
					  font-size: 10pt;
					  font-weight:bold;
					  text-decoration:underline;
					  }
					  
.smaller-italic       {
   					  font-size: 10pt;
                      font-style:italic;
					  }
					  
.smaller-bolditalic   {
               		  font-size: 10pt;
					  font-weight:bold;
                      font-style:italic;
					  }

/* Unique Styles */

.photocaption		{
					font-style:italic;
					font-size: 10pt;
					}
					
.asterickedtext		{
					font-style:italic;
					font-size: 9pt;
					}
					

.resourcetext		{
					color:#666666;
					font-size: 10pt;
					}
					
.pagenumber			{
					size:12pt;
					color:#AB3A34;
					font-weight: bolder;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					}
