html {
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color:#1A072C;
}
a:link, a:visited {
	font-weight: bold;
	color: #0000CC;
}
a:hover, a:active {
	font-weight: bold;
	color: #CC0000;
}
#banner {
	height: 180px;
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
}
#banner2 {
	height: 187px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#left_col {
	
	background-image: url(../images/shadow_left.gif);
	background-repeat: repeat-y;
	height: 100%;

}
#right_col {
	
	background-image: url(../images/shadow_right.gif);
	background-repeat: repeat-y;
	height: 100%;
}
#hasMenu {
	display: block; /* Set to none to hide menu and banner copy */
}
.bannerCopy {
	font-size: 36px;
	font-weight: bold;
	margin-top: 24px;
}

/*.repeatingBg {
	background-image: url(../images/contentBG.jpg);
	background-repeat: repeat-y;
}*/
#content {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content2 {

	font-size: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
input[type='text'], input[type='password'], select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
.copy {
	font-size: 14px;
	line-height: 1.2;
}
.alexButtonPad {
	padding: 6px;
	background-color: #CC3333;
	width: auto;
}
.alexButtonBg {
	background-color: #FFFFFF;
	padding-top: 15px;	
	padding-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	cursor: default;
	background-image: url(http://www.onlinebuttonsecrets.com/covers/abv3Up.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: auto;
	border-top: 2px outset;
	border-right: 2px outset;
	border-bottom: 2px outset;
	border-left: 2px outset;
}
.alexButtonTw {
	font-size: 9px;
}
.alexButtonPad2 {
	padding: 4px;
	background-color: #CC3333;
	width: auto;
}
.alexButtonBg2 {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	background-image: url(http://www.onlinebuttonsecrets.com/covers/abv3Up.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: auto;
	border-top: 2px outset;
	border-right: 2px outset;
	border-bottom: 2px outset;
	border-left: 2px outset;
	padding: 7px 4px;
}
#footer {
	height: 30px;
	
	/*background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;*/
}
#copyright {
	color: #333333;
	padding: 8px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#copyright a:link, #copyright a:visited {
	font-weight: normal;
	color: #333333;
}
#copyright a:hover, #copyright a:active {
	font-weight: normal;
	color: #CC0000;
}
#tableOfContents {
	background-image: url(../images/Table-Of-Contents-BG.jpg);
	background-repeat: no-repeat;
	border: 1px solid #210751;
	height: 133px;
	padding-top: 30px;
	color: #200951;
	background-color: #FFFFFF;
}
#tableOfContents a:link, #tableOfContents a:visited {
	font-weight: bold;
	color: #200951;
}
#tableOfContents a:hover, #tableOfContents a:active {
	font-weight: bold;
	color: #CC0000;
}
.testimonialBox {

	background-color: #F4F6F1;
	border: 1px solid #999999;
}
.signature {
	padding-left: 50px;
}
hr {
	color: #999999;
}
.copy24px {
	font-size: 24px;
	font-weight: normal;
}
#freeGifts {
	border: 1px solid #210751;
	height: 133px;
	padding-top: 30px;
	color: #200951;
	background-color: #FFFFFF;
}
h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}

.sideBarBG {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.spotlightHeader {
	background-image: url(../images/spotlight-header.jpg);
	background-repeat: no-repeat;
	height: 115px;
}


.spotlightBorder {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #210852;
	border-left-color: #210852;
}
.purple {
	color: #210852;
}
.white {
	color: #FFFFFF;
}
.tableBorder {
	border: 2px solid #210852;
}
#image a {
	text-decoration: none;
}
.red {
	color: #CC0000;
}
.copy18px {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}