body {
  margin: 0px;
  padding: 0px; 
  font-family: Verdana, arial, "sans serif";	
  font-size: 82%;	
  line-height: 1.4;
}
/*MACAA*/
a {
  color: #0096c2;
  text-decoration: none;
}

h3 {
  margin-bottom: -12px;
}

h4 {
    margin-bottom: -10px;
	margin-left: 15px;
}

hr {
border: 0;
color: #0096c2;
background-color: #f2ec7e;
height: 2px;
width: 100%;
text-align: left;
}

#outerpage {
  width: 744px;
  margin: 20px auto 0px auto;
}

#innerpage {
  border: 1px solid #f2ec7e;
  border-bottom: 5px solid #f2ec7e;
  height: 1px;
}
html>body #innerpage {
  height: auto;
}

#globalNav {
  float: right;
  margin: 0px;
  margin-right: 5px;
  font-size: .9em;
  line-height: 1;
  text-align: right;
  width: 50%;
}
/* \*/
#globalNav {
  width: auto;
}
/* */

#globalNav ul {
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
}

#globalNav ul li {
  display: inline;
}

#globalNav a {
  text-transform: uppercase;
  padding: 0px 5px 1px 5px;
  margin: 0px 2px;
  text-decoration: none;
  color: #ffffff;
}

#header {
  background-color: #000000;
  width: 100%;
}

#header #uw {
  margin: 0px 0px 0px 37px;
  padding: 4px 0px 5px 0px;
  line-height: 1;
  font-size: .9em;
  font-weight: normal;
  text-transform: uppercase;
}

#header #uw a {
  color: #fff;
  text-decoration: none;
}

#header #uw #crest {
  float: left;
  margin: -10px 12px 0px -32px;
  position: absolute;
  top: 20px;
  left: auto;
}

#header h1 {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border-top: 5px solid #807668;
	border-bottom: 1px solid #f2ec7e;
	height: 77px;
	background-image: url(../images/banner.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#header h1 span {
  text-indent: -1000px;
}

#header h1 span a {
  font-size: 1.2em;
  line-height: 1.2;
  color: #0096c2;
  display: block;
  padding-top: 8px;
  margin-left: 15px;
  font-weight: normal;
}

#leftColumn {
	position: absolute;
	top: 141px;
	left: 50%;
	width: 135px;
	margin: 0 0 0 -371px;
	padding: 0 10px;
	overflow: hidden;
	background-image: url(images/bascom_wbanners_panocrop_02.jpg);
}

#leftColumn a:link {
  font-variant: small-caps;
  font-weight: bold;
  color: #0096c2;
  text-decoration: none;
}

#leftColumn a:visited {
  font-variant: small-caps;
  font-weight: bold;
  color: #807668;
  text-decoration: none;
}

#leftColumn a:hover {
  font-variant: small-caps;
  font-weight: normal;
  color: #807668;
  text-decoration: none;
}

#leftColumn ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  border-bottom:medium #990000;
}

#leftColumn img {
padding: 40px 0px 5px 0px;
}

#leftColumn ul li {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.3em;
}

#centerColumn {
  margin: 0 0 0 155px;
  padding: .8em 15px 1em 15px;
  background-color: #fff;
  border-left: 1px solid #f2ec7e;
}

#centerColumn ul li {
  list-style-type: none;
  text-indent: -20px; 
  margin-left: 10px;
}

#centerColumn h2 {
  margin-top: 5px;
  margin-bottom: 0px;
}

#conterColumn h3 {
  margin-top: 5px;
  font-size: 1em;
  line-height: 1;
}  
  
#centerColumn a:link {
  border-bottom: 1px dotted #ababab;
}

#centerColumn a:visited {
  color: #807668;
  border-bottom: 1px dotted #ababab;
}

#centerColumn a:hover {
  color: #f2ec7e;
  border-bottom: 1px dotted #cc9900;
}

#footer {
  text-align: center;
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.4em;
}

#footer p {
  margin: 0px;
  padding: 0px;
}

.mouseOver {
	cursor: pointer;
}

.mouseOut {
	cursor: normal;
}

.hide {
  display: none;
}

.center {
  text-align:center;
}

.italic {
  font-style:italic;
}

.indent{ 
  margin-left: 15px;
  margin-bottom: -5px;
}

.subh2 {
  margin-top: -5px;
  font-size: 1.3em;
  line-height: 1;
  text-align:center;
}

