html {
	/* background-image: url("../images/backgrounds/tusa_gradient_background.jpg");
  	background-repeat: repeat-x; */
}


body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
  width: 750px;
  height: 500px;
  overflow: auto;
  margin-left: 10px;
  margin-right: auto;
  clear: both;
  display: block;
}
  
h1 {
	font-family: "Arial Black", "Arial", sans-serif;
	font-size: 20px;
	background-color: aqua;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


h2
  {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 14pt;
  text-indent: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  }
h3
  {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  text-indent: 20px;
  text-indent: 20px;
  }
h4
  {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 16pt;
  }
  
td {text-align: center}
  
  
a:link {
  font-weight: bold;
  text-decoration: none;
  }

a:active {
  font-weight: bold;
  text-decoration: none;
  }

td.titlebar
  {
  background-image: url("../gfx/PurpleFade.gif");
  background-repeat: repeat-x;
  }
h1.titlebar
  {
  font-weight: bold;
  font-size: 30pt;
  color: white;
  }
h3.titlebar
  {
  background-image: none;
  font-size: 20pt;
  text-indent: 0px;
  text-align: right;
  }
.indent
  {
  margin: 0pt 24pt;
  }
.footerlink
  {
  color: #000000;
  text-decoration: underline;
  }
.footertext
  {
  font-size: smaller;
  font-weight: normal;
  font-style: italic;
  }
td.footerbar
  {
  background-image: url("../gfx/PurpleFade2.gif");
  background-repeat: repeat-x;
  text-align: center;
  }
table.reptab
  {
  border: 3px solid black;
  border-collapse: collapse;
  width: 100%;
  }
table.reptab td
  {
  padding: 5px;
  }
hr.divider
  {
  width: 100%;
  color: #993399;
  size: 2px;
  }
table.audio
  {
  background: white url("../gfx/AudioBG.gif");
  background-repeat: repeat-y;
  background-position: center;
}

/* -- Layout IDs -- */

#banner {
	width: 800px;
	height: 140px;
	background-image: url("../../images/site_images/Tusa_site_header_flat.jpg");
	margin-left: auto;
	margin-right: auto;
}

#body_content {
	background-color: white;
	position: relative;
	width: 600px;
	margin-left: 0px;
	border: 1px solid black;
	padding: 10px;
	float: right;
}

#overall_content {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background-color: white;
}

#footer {
	width: 100%;
	height: 50px;
	border: 0px solid white;
	padding: 0px;
	background-color: black;
	color: white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}



/* -- Layout classes -- */

.crosses_area {
	width: 95%;
	border: 1px solid black;
	padding: 10px;
	margin: 5px auto 5px auto;
	background-image: url("/images/backgrounds/blue_gradient2.jpg");
	background-repeat: repeat-x;
	background-color: #66cccc;
	color: white;
	clear: both;
}

.cross_box {
	background-color: aqua;
	border: 0px solid blue;
	padding: 5px;
	font-family: "Arial Black";
	font-size: 10px;
	text-align: center;	
}

/* a.button {
	background-color: red;
	color: black;
	font-family: "verdana";
	font-size: 13px;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid gray;
	border-right: 3px solid gray;
	margin-left: auto;
	margin-right: auto;
}
	
a.button:hover {
	background-color: black;
	color: yellow;
	font-family: "Arial Black";
	font-size: 14px;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;} */

	
.navbar {
	padding: 10px;
	width: 150px;
	float: left;
	overflow: visible;
	margin-left: 0px;
	clear: none;
	height: 1000px;
}

.rep_heading {
	width: 588px;
	border: 1px solid black;
	padding: 10px;
	margin: 5px auto 5px auto;
	background-color: blue;
	color: white;
	clear: both;
	text-align: center;
}

.rep_listing {
	width: 200px;
	background-image:url("/images/backgrounds/yellow_gradient_background.gif");
	background-repeat:repeat;
	border: 1px solid black;
	padding: 10px;
	margin: 5px;
	float: left;
	height: 170px;
	overflow: none;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.yellow_box {
background-image:url("/images/backgrounds/yellow_gradient_background.gif");
background-repeat:repeat;
border:1px solid red;
margin-left: auto;
margin-right: auto;
padding: 5px;
width: 650px;
}

/* --------------------------- BUTTON --------------------------- */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/buttons/red_button_a.jpg') no-repeat scroll top right;
    color: black;
    font-weight: bold;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
    clear: both;
}

a.button_double {
    background: transparent url('/images/buttons/red_button_double_a.jpg') no-repeat scroll top right;
    color: black;
    font-weight: bold;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 40px;
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
    clear: both;
    margin-bottom: 20px;
    line-height: 5px;
}


a.button:hover {
	color: blue;
}

a.button_double:hover {
	color: blue;
}

a.button span {
    background: transparent url('/images/buttons/red_button_span.jpg') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight: bold;

} 

a.button_double span {
    background: transparent url('/images/buttons/red_button_double_span.jpg') no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 18px;
    font-weight: bold;

} 

a.button:active {
    background-position: bottom right;
    color: black;
    outline: none; /* hide dotted outline in Firefox */
    font-weight: bold;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
    color: blue;
    font-weight: bold;
}

a.button_double:active {
    background-position: bottom right;
    color: black;
    outline: none; /* hide dotted outline in Firefox */
    font-weight: bold;
}

a.button_double:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
    color: blue;
    font-weight: bold;
}


/*-------------------------END OF BUTTON-----------------------------------------*/
/*-------------------------------------------------------------------*/

