html {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background: #cecece;
}
a:link, a:visited {
	font-weight: bold;
	color: #0000CC;
}
a:hover, a:active {
	font-weight: bold;
	color: #CC0000;
}
#banner {
	height: 525px;
	background-image: url(../images/videoBG.jpg);
	background-repeat: no-repeat;
}
#hasMenu {
	display: block; /* Set to none to hide menu and banner copy */
}
.bannerCopy {
	font-size: 36px;
	font-weight: bold;
	margin-top: 24px;
}
#mainNav {
	height: 40px;
	font-size:  13px;
}
#mainNav a:link, #mainNav a:visited {
	font-weight: bold;
	color: #0000CC;
}
#mainNav a:hover, #mainNav a:active {
	font-weight: bold;
	color: #CC0000;
}
.repeatingBg {
	background: url(../images/generic_03.jpg) repeat-y;
}
#content {
	margin: 10px 30px 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
input[type='text'], input[type='password'], select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
input[type='submit'], input[type='button'] {
	font: bold 12px Arial, Helvetica, sans-serif;
}
input[type='submit']:hover, input[type='button']:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #cc0000;
}
.copy {
	font-size: 14px;
	line-height: 1.2;
}
#alexButtonPad {
	padding: 5px;
	background-color: #CC3333;
	width: auto;
}
.alexButtonBg {
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	background-image: url(../images/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;
}
#footer {
	background: url(../images/generic_05.jpg);
	height: 30px;
}
#copyright {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 10px;
}
#copyright a:link, #copyright a:visited {
	font-weight: normal;
	color: #666666;
}
#copyright a:hover, #copyright a:active {
	font-weight: normal;
	color: #CC0000;
}
