/* This is the Style Sheet for FAFP. Changing values here changes no content on the pages, only how it's displayed. */

body	{
	background: #142846;		/*Background Color*/
	font: #000000			/*Main font color*/
        }

a:link {color:#443880}			/*Link Color*/
a:visited {color:#443880}		/*Link visited color*/

p {text-indent: 18px}			/*Size of indentions at start of new paragraph*/

h3 {color: #EA741C; font-size:18px}	/*Header color and size*/

ul {color: #EA741C}			/*Color of Unordered List symbols*/

.titlebar {
	  width: 100%;			/*Don't Change -- Banner on top of page*/
          background: #000000
          }

.infobar {
	 padding-right: 5px;
	 background: #443880;		/*Color of bar where date appears*/
	 height: 20px;			/*Don't Change -- Height of bar on which date appears*/
	 text-align: right;		/*Positions date to the right*/
         color: #FFFFFF;		/*Color of the date*/
         font-size: 12px;		/*Font size of date*/
         font-weight: bold		/*Sets date bold*/
         }

.navbar	{
	background: #119446;		/*Don't Change -- Navigation Bar*/
	width: 550px;
	height: 25px;
	text-align: center;
	}

.calendar {
	  background: #443880;		/*Background color of calendar of events*/
	  vertical-align: top;		/*Don't Change*/
	  color: #FFFFFF;		/*Color of text for events*/
          width: 150px			/*Don't Change*/
          }

.calendarhead {
	      padding-top:10px;		/*Don't Change*/
	      font-weight: bold;	/*Sets title of calendar of events to bold*/
              font-size: 12px;		/*Sets title's text size*/
              text-align: center;	/*Centers it*/
              }

.events	{
	font-size:12px;			/*Individual events font size*/
	padding: 10px			/*Don't change*/
        }

.content {
	 background: #FFFFFF;		/*Sets the background of main reading pane*/
	 width: 550px;			/*Don't Change*/
	 vertical-align: top;		/*Don't Change*/
	 padding: 10px			/*Don't Change*/
	 }

.welcome {				/*Welcome is a misnomer - this is each individual pages name as it appears on 					  content pane*/
	 color: #EA741C;		/*Sets content title color*/
	 text-align: center;		/*Centers content title*/
	 font-weight: bold;		/*Sets the content title to bold*/
	 font-size:19px			/*Sets the font size of the content title*/
	 }

.president {
	   font-weight: bold;		/*Just sets the president's name at the bottom of index bold and 12px*/
	   font-size: 12px
	   }

.bottombar {
	   background: #119446;		/*Background color of the footer*/
	   color: #FFFFFF;		/*Text color of what appears on the footer*/
	   height: 20px;		/*Don't Change*/
	   text-align: center;		/*Centers text on the footer*/
	   font-size: 12px		/*Sets font size on the footer*/
           }