body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_BG.jpg);
	background-repeat: repeat-x;
	background-color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#preLoad {
	display: none;
}
#outerContainer {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
	width: 770px;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 210px;
}
a:link, a:active, a:visited {
	color: #724bb8;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
}
#content {
	margin-left: 30px;
	margin-right: 30px;
}
#content p {
	text-align: justify;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
#copyright {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 10pt;
	text-align: center;
	padding-top: 5px;
}
h1 {
	font-style: italic;
	font-size: 32px;
	color: #fb6e1f;
	font-weight: normal;
}
.breaker {
	clear: both;
	height: 1px;
}
.small {
	font-size: 9pt;
}
.orange {
	color: #fb6e1f;
}
.testimonialbox p{
	font-style: italic;
}
.testimonial_top {
	background-image: url(../images/testimonialbox_top.png);
	background-repeat: repeat-x;
}
.testimonial_left {
	background-image: url(../images/testimonialbox_left.png);
	background-repeat: repeat-y;
}
.testimonial_right {
	background-image: url(../images/testimonialbox_right.png);
	background-repeat: repeat-y;
}
.testimonial_bottom {
	background-image: url(../images/testimonialbox_bottom.png);
	background-repeat: repeat-x;
}

/* Alex Button v4 */
a.alexButton_v4I {
	font-size: 18px;
}
a.alexButton_v4I:link,a.alexButton_v4I:visited {
    cursor: default;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    outline: #5d35a6;
    padding: 15px 8px;
    border: 2px outset;
    background: #FFFFFF url(https://alex.infusionsoft.com/Download?Id=91075) repeat-x bottom;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.alexButton_v4I:hover {
    cursor: default;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    outline: #00cc00
    padding: 15px 8px;
    border: 2px outset;
    background: #FFFFFF url(https://alex.infusionsoft.com/Download?Id=91077) repeat-x top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.alexButton_v4I:active {
    cursor: default;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    outline: #00cc00;
    padding: 15px 8px;
    border: 2px outset;
    background: #FFFFFF url(https://alex.infusionsoft.com/Download?Id=91079) repeat-x top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
div.alexButton_v4O_Default {
    padding: 6px;
    background-color: #5d35a6;
}
div.alexButton_v4O_Hover {
    padding: 6px;
    background-color: #00cc00;
}
div.alexButton_v4O_Pressed {
    padding: 6px;
    background-color: #00cc00;
}
/* End Alex Button 4 */