/* CSS Document */

body {
	background-color: #ffffff;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	padding: 0px;
	margin: 0 auto;
}
.banner {background-image:url(images/banner.gif);
background-repeat:no-repeat;
}
div, td, ul, ol, p, h1, h2, h3, h4, h5 {
font-family: Arial, Helvetica, sans-serif;
}

.accordianAbout {font-size:.9em;
font-style: italic;}

.headerNoShow {display:none;}

.content {
width: 760px;
margin: 0 auto;
border-left: 2px solid #dad5d3;
border-right: 2px solid #dad5d3;
border-bottom: 2px solid #dad5d3;
padding-top: 0px;
font-size: .9em;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5em;	
color: #666666;
}

.content a {
	color: #00abbd;
	font-size:14px;
}


.content a:visited,
.content a:hover,
.content a:active,
.content a:focus {
	color: #00abbd;
}
	
.small {
	font-size: 10px;
	padding-top: 20px;
	padding-left: 220px;
	line-height: 1.2em;
	color:#999999;
}
.small a {
	color: #00abbd;
	margin: 0 2px 0 0;
}
.small a:visited {
	color: #00abbd;
}
.small a:hover,
.small a:active,
.small a:focus {
	color: #cccccc;
}
.smallRight {
	font-size: 10px;
	padding-top: 20px;
	color:#999999;
}
.smallRight a {
	color: #00abbd;
	margin: 0 2px 0 0;
}
.smallRight a:visited {
	color: #00abbd;
}
.smallRight a:hover,
.smallRight a:active,
.smallRight a:focus {
	color: #cccccc;
}

.imgBorder {border: 1px solid #666666;}

.left {font-size:.8em;
padding-left: 15px;
padding-top: 10px;
line-height: 1.2em;
}

.left a, a:visited, a:hover, a:active, a:focus
{font-size:1em;}

.dashes {
margin-right: 8px;
border-bottom:3px dotted #666666;}

.center {padding-top: 10px;
padding-left: 20px;
padding-right: 10px;}
.right {padding-top: 20px;}

.error {color:#00abbd;}

.extras {}
.extras p {padding-left: 20px;
padding-top: 20px;
color: #666666;}
.extras h3 {padding-left: 20px;
padding-top: 20px;
color: #666666;}

.underline {border-bottom: 1px solid #666666;
font-weight: bold;}

  .img-shadow {
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.img-shadow-right {
  float:right;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow-right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
  .img-shadow-left {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow-left img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }