body{
    margin: 0px;
	padding: 0px;
	background-color: rgb(206,206,206);
	text-align: center;
}

#Wrapper{
	position: relative;
	top: 10px;
	width: 753px;
	margin: auto;
	background: #FFFFFF;
}

#NavBar{
    background-color: #FFFFFF;

	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{
    background-color: rgb(255,255,255);
	padding: 5px 16px 5px 16px;
	width: 721px;
	overflow: auto;
	text-align: left;
	overflow: hidden;
	}

#Content #Photo{
    float: left;
	margin-right:10px;
}

#Content #Testimony{
/*    float: left; */
	float:right;
	width: 163px;
/*	margin-right: 15px; */
	margin-left: 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: 753px;
	height: 28px;
	overflow: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: arial;
}

.YellowBox{
    width: 600px;
	padding: 20px 35px 20px 40px;
	background-color: rgb(255,255,153);
    height: 200px;
}

.YellowBox .LeftImage{
    float: left;
	margin-right: 30px;
	clear: left;
}

.YellowBox .Quote{
    float: right;
	width: 470px;
}

/* 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/2/09 */
.highlight 
{
background-color:#FFFF00;
}

/* Adjust bullet bulleted list display, previously used inline,  - Jamey 1/2/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: 550px;
}

img{
    display: block;
    margin: 0;
	padding: 0;
	border: 0;
}
