body {
	background-color: #FFFFFF;	
	/*
	background-color: #FFFFFF;
	//text-align: center;	
  //background-image: url("../images/BackgroundCR.png");
	//background-repeat: no-repeat;
	//background-attachment: fixed;
	//background-position: center bottom;
	// Possibly make the copyright and contact information an image and have it in the bottom right
	*/
}
.logoandlinks
{
	position:absolute;
	top: 0px;
	left: 0px;
}

.imageright
{
	float: right;
	width: 150px;
}
.imageleft
{
	float: left;
	width: 150px;
}

.sidebar
{
position: absolute;
top: 125px;
left: 0px;
font-size: 10px;
}
#Logo {
	position:absolute;
	top: 5px;
	left: 0px;
}
#LeftPic{
	position:absolute;
	top: 5px;
	left: 120px;
}
#CenterPic{
	position:absolute;
	top: 5px;
	left: 215px;
}

#RightPic{
	position:absolute;
	top: 5px;
	left: 660px;
}
.pageinfo
{
	position: absolute;
	top: 125px;
	left: 120px;
	width: 640px;
	margin: 10px;
}
#button1{
	position: absolute;
	top: 0px;
	left: 0px;
}
#button2{
	position: absolute;
	top: 0px;
	left: 107px;
}
#button3{
	position: absolute;
	top: 0px;
	left: 213px;
}
#button4{
	position: absolute;
	top: 0px;
	left: 319px;
}
#button5{
	position: absolute;
	top: 0px;
	left: 425px;
}
#button6{
	position: absolute;
	top: 0px;
	left: 531px;
}
#describe{
	position: absolute;
	top: 26px;
	left: 0px;
}
img {
	border: 0px;
}
.menu
{
	position: absolute;
	top: 75px;
	left: 120px;
	width: 640px;
}
h1{
	text-decoration: underline;
	color: black;
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-variant: small-caps;
	font-size: 50px;
	text-align: center;
	letter-spacing: 6px;
}

h2{
	color: blue;
	font-family: "Times New Roman", serif;
	font-variant: small-caps;
	font-size: 18px;
	text-align: left;
}
h3{
	text-decoration: underline;
	color: green;
	font-family: "Times New Roman", serif;
	font-variant: small-caps;
	text-align: center;
	font-size: 18px;
}

h4{
	color: blue;
	font-family: "Times New Roman", serif;
	font-variant: small-caps;
	font-size: 14px;
	text-align: left;
	padding-left: 3px;
}
#urgent{
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: underline;
	color: red;
	font-style: italic;
	font-weight: bold;
}
#important{
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: underline;
	color: green;
	font-style: italic;
	font-weight: bold;
}
#note{
	text-transform: uppercase;
	text-decoration: underline;
	color: brown;
	font-weight: bold;
}
.positionshead{
	position: relative;
	left: 10px;	
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: underline;
	color: green;
	font-style: italic;
	font-weight: bold;
	font-size: 16pt;
}
.positions{
	position: relative;
	left: 20px;	
	letter-spacing: 1px;
	text-transform: uppercase;
	color: blue;
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
}
.posdesc{
	position: relative;
	left: 40px;	
	letter-spacing: 1px;
	color: purple;
}
.list{
	position: relative;
	left: 20px;		
	text-transform: uppercase;
	font-weight: bold;
}

.quotes{
	color: green;
	font-style: italic;
	text-align: center;
	font-size: 20px;
}
p{
	text-indent: 25px;
	font-family: "Arial", sans-serif;
}
ul
{
	position: relative;
	left: 20px;		
	text-transform: uppercase;
	font-weight: bold;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.lefttable
{
	color: red;
	text-decoration: underline;
	text-transform: uppercase;
	font-size:11px;
}
.righttable
{
	color: blue;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	text-align: left;
	font-size:11px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
.FundRaise{
	font-weight: bold;
	color:red
}
.NotePeople{
	font-weight: bold;
	color:brown;
}