html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #F1F0EE;
  /*background-image:url(../../images/azb/body_bg.png);*/
  background-img:url(../img/azb/body_bg.png);
  background-repeat: repeat-x;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
  color: #333333;
}
h4 {
  color: #333333;
}
h5 {
  color: #333333;
}
h6 {
  color: #333333;
}
a,  a:link {
  color: #CC0000;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #CC0000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #CC0000;
  text-decoration: underline;
}
a:focus {
  color: #CC0000;
}
a:active {
  color: #CC0000;
}
#outerWrapper {
  background-color: #ffffff;
  margin: 30px auto 0 auto;
  text-align: left;
  width: 760px;
	border: solid 2px #000000;
}
#outerWrapper #header {
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
	padding: 15px;
	border: solid 5px #353C48;
	border-bottom: none;
	text-align:right;
	color: #C00;
	height:80px;
}



#outerWrapper #topNavigation {
  border-left: solid 5px #000;
border-right: solid 5px #000;
background-color: #CC0000;
  color: #333333;
  font-weight: bold;
  height: 30px;
  padding: 5px 0px 0px 5px;
}

#outerWrapper #topNavigation #topNavMenu {
	width: 650px;
	height:30px;
	float:left;
}

#outerWrapper #topNavigation #topNavLogin {
	width: 85px;
	height:30px;
	float:left;
}


#outerWrapper #tagline {
  /*background-image:url(../../images/azb/tagline_bg.png);*/
  background-image:url(../img/azb/tagline_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 120px;
	color: #F1F0EE;
	padding: 120px 380px 0 32px;
	border-left: solid 5px #000 /*#CC0000*/;
	border-right: solid 5px #000 /*#CC0000*/;
	/*background-color: #666666;*/
}

#outerWrapper #taglineBlank {
	/*background-image:url(../../images/azb/tagline_bg-blank.png);*/
	background-image:url(../img/azb/tagline_bg-blank.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 120px;
	color: #333333;
	border-left: solid 5px #000 /*#CC0000*/;
	border-right: solid 5px #000 /*#CC0000*/;
	/*background-color: #666666;*/
	padding-top: 20px;
	padding-right: 380px;
	padding-bottom: 0;
	padding-left: 32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#outerWrapper #below-tagline {
  border-left: solid 5px #000;
border-right: solid 5px #000;
background-color: #CC0000;
height: 9px;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	border: solid 5px #353C48;
	border-top: none;
	padding: 15px 0;
}
#outerWrapper #contentWrapper #leftColumn1 {
  border-right: solid 1px #FFFFFF;
  float: left;
  padding: 0px 20px 20px 20px;
  width: 160px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 200px;
  padding: 0px 20px 20px 20px;
}
#footer {
	width: 744px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
}

.forgotPasswordTable {
	width: 500px;	
}


/*Button Styles */
.Button {
	border-style: solid;
	color: #ffffff;
	background-color: #992d21;
	border-color: #4a3723;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	border-width: 1px;
	width: 85px;
}
.Button:hover {
	color: #ffffff;
	background-color:#666666;
}

.ButtonLarger {
	border-style: solid;
	color: #ffffff;
	background-color: #992d21;
	border-color: #4a3723;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	border-width: 1px;
	width: 135px; /*85px;*/
}
.ButtonLarger:hover {
	color: #ffffff;
	background-color:#666666;
}