html {
	font-family: verdana;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;

}
a:link, a:visited {
	font-weight: bold;
	color: #000066;
}
a:hover, a:active {
	font-weight: bold;
	color: #CC0000;
}
#banner {
	background-image: url(../images/banner.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;
}
.navBG {
	background-image: url(../images/navBG.jpg);
	background-repeat: no-repeat;
}
#mainNav {
	font-size:  10px;
}
#mainNav a:link, #mainNav a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	font-weight: bold;
	color: #ffff33;
}
.repeatingBg {
	background-image: url(../images/contentBG.jpg);
	background-repeat: repeat-y;
}
#content {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
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: 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 {
	height: 55px;
	font-size: 10px;
	color: #000066;
}
#footer a:link, #footer a:visited {
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
#footer a:hover, #copyright footer {
	font-weight: bold;
	color: #CC0000;
}

#copyright {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000066;
	padding-top: 9px;
}
#copyright a:link, #copyright a:visited {
	font-weight: normal;
	color: #000066;
}
#copyright a:hover, #copyright a:active {
	font-weight: bold;
	color: #CC0000;
}
