body{
    margin: 0px;
	padding: 0px;
	background-color: rgb(206,206,206);
	
}

#Wrapper{
    position: relative;
    top: 10px;
	width: 800px;
	margin:0 auto;
}

#NavBar{
    background-image: url('images/nav_bar.jpg');
	min-height: 41px;
}

#NavBar #Links{
    float: right;
	width: 100%;
	text-align:right;
	position: relative;
	right: 93px;
	font-size: 12px;
	font-family: arial;
}

#NavBar #Links a:link{
    color:rgb(0,0,0);
	text-decoration: none;
}

#NavBar #Links a:visited{
	color: rgb(0,0,0);
	text-decoration: none;
}

#NavBar #Links a:hover{
    color: rgb(0,0,0);
	text-decoration: underline;
}

#NavBar #Links a:hover{
    color: rgb(0,0,0);
	text-decoration: none;
}

#Content{
	padding: 5px 20px 5px 20px;
	width: 720px;
	overflow: auto;
	text-align: left;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0 auto;
}

#Content #Photo{
    float: left;
	margin-right:10px;
}

#Content #Testimony{
/* changes made to move sidebar to the right- April 15th, 2009 */
/*    float: left; */
	float:right;
	width: 163px;
	margin-left: 15px;
/*	margin-right: 15px; */
	margin-bottom: 15px;
}

#Content #Testimony #Inner{
	font-family: san-serif;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	border-left: 2px solid rgb(158,175,254);
	border-right: 2px solid rgb(158,175,254);
}

#Content #Testimony #Inner2{
	font-family: arial;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	background-color: rgb(255,255,153);
}

#Form{
   width: 526px;
   height: 260px;
   border: medium solid rgb(42,78,163);
}

#FormTwo{
   width: 526px;
   height: 220px;
   border: medium solid rgb(42,78,163);
}

#RedForm{
   width: 522px;
   height: 246px;
   border: 2px dashed rgb(236,158,158);
}

#Form label{
    float: left;
    display: inline;
	font-size: 16px;
	margin-left:120px;
}

#Form .Textbox{
    float: right;
	display: inline;
	margin-right:130px;
}

#footer {
	width: 760px;
	height: auto;
	overflow: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: arial;
}


.YellowBox{
    width: 600px;
	background-color: rgb(255,255,153);
    height: 175px;
	clear: both;
}

.YellowBox .Left{
    float: left;
	margin-top: 15px;
	margin-left:45px;
	height: 100%;
	width: 100px;
}

.YellowBox .Quote{
    float: left;
	margin-left: 45px;
	width: 375px;
}

/* used for testimonial boxes - Jamey 1/2/09 */
.YellowBoxFlex
{
float:none;
background-color:rgb(255,255,153);
margin: 3px;
width:470px;
border: 2px solid;

}
/* Highlight Yellow  - Jamey 1/9/09 */
.highlight 
{
background-color:#FFFF00;
}

/* Adjust bullet bulleted list display, previously used inline,  - Jamey 1/9/09 */
.BulletDisplay
{
position:relative;
left:28px; 
margin:28px;
}

.Clear{
    clear: both;
}

.Down{
    position: relative;
	top: 20px;
}

.LeftImage{
    float: left;
	padding-right: 20px;
}

.RightImage{
    float: right;
	padding-left: 10px;
}

.Description{
    float: right;
	width: 520px;
}

img{
    display: block;
    margin: 0;
	padding: 0;
	border: 0;
}
#footer {
	margin: 0 auto;
}
tr.blue {
	background-color:#DDF4FF;
}
td.gray {
	background-color:#EEEEEE;
}
