body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f4f4f4;
    background-image: url('http://andrewdyster.com/images/stucco.png');
}
h1 {
    font-size:33px;
}
p {
    line-height: 1.2;
    text-shadow: 0 1px 0 white;
}
p.question {
    margin-top:30px;    
    font-weight:bold;
}
p.answer {
 margin-top:5px;   
}
p.testimonial {
    margin-top:40px;
    font-style: italic;
}
.byline {
    font-style: normal;
    font-size:11px;
    font-weight:bold;
    margin-top: 5px;
}
#header {
    height:60px;
}

#headerRight p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 33px;
	line-height: 43px;
	color: #0074ae;
	text-align: right;
        text-shadow: none;
        
}
#mainContent {
    padding-top:80px;
    padding-bottom:50px;
}
#bottomLink {
    text-align:center;
    height:200px;
}
a {
    color: #5c5c5c;
}
a:hover {
    color: #0074ae;
}
a.bigLink {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:33px;
    color: #5c5c5c;
    text-decoration:underline;
    cursor:pointer;
}
a.bigLink:hover {
    color: #0074ae;
}
.contentLeft {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5c5c5c;
 
}
.contentRight {
    text-align:Right;
    color: #5c5c5c;    
}
#footer {
    margin-top:30px;
}
#footerContent p {
    text-align:center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:10px;
    color: #5c5c5c;
}

.smallText {font-size:18px}
.clear {margin-top:10px}


