body {
	font-family: trebuchet ms, verdana, helvetica, arial, sans-serif;
	font-size: 73%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-image: url(images/bg_center.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

html > body {
  font-size: 9pt;

}

a {
  color: rgb(61,92,122);
  background-color: transparent;
  text-decoration: underline;
  margin: 0;
  padding: 0 1px 2px 1px;
}

a:hover {
  color: rgb(117,144,174);
  text-decoration: none;
}

.doNotDisplay {
  display: none !important;
}
/* ##### Bullets and UpperNav Tabs ##### */

#tabs {
      width:100%;
      background:#6191C2;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {

        margin:0;
        padding:0 0 0 0;
        list-style:none;
      }
    #tabs li {
	  background:#224966;
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#224966;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
				color:#224966;
        }
        #tabs #current a span {
                background-position:100% -42px;
				color:#224966;
        }

/* ##### Bullets and UpperNav Tabs ##### */

#content ul {
padding-left: 25px;
margin-left: 0;
list-style-position: outside;
list-style-image:url(images/arrow_headers.gif)

}

/* ##### Header ##### */

.superHeader {
  color: #333333;
  background-color: #224966;
  font-size:.9em;
  text-align: right;
  margin: 0;
  padding: 0.5ex 10px;
}

.superHeader span {
  color: rgb(195,196,210);
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}

.superHeader a {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25ex 0 0;
}

.superHeader a:hover {
  color: #FFFFC1;
  background-color: transparent;
  text-decoration: none;
}

.midHeader {
	color: white;
	background-color: #6191C2;
	margin: 0;

}

.breadHeader {
	color: #333333;
	background-color: #F9F8E3;
	text-align: left;
	margin: 0em;
	padding: 8px;
	font-size: 0.9em;
	float: none;
	clear: left;
}



.breadHeader a {
	color: #415A82;
	background-color: transparent;
	margin: 0;
	padding: 0 0.25ex 0 0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #415A82;
	text-decoration: none;
}

.breadHeader a:hover {
  color: #00A2E4;
  background-color: transparent;
  text-decoration: none;
}

.headerTitle {
  font-size: 300%;
  margin: 0;
  padding: 0;
}

.headerSubTitle {
  color: rgb(119,90,60);
  font-size: 151%;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.imagesponsor {
	float: left;
	margin-left: 2.5px;
	margin-right: 2.5px;
	padding-bottom: 15px;
}

.imageinner {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.imageouter {
	float: left;
}
/* ##### Main Copy ##### */

#main-copy {
  margin: 0;

}
#content {
	width: 760px;
	margin:0 auto;
}	
.wrapper {
	width: 760px; 
	margin:0 auto;
}	
#main-copy h1 {
  color: #FF6300;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  margin: 0;
  padding: 0;
}

#main-copy h2 {
  color: #00A2E4;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 151%;
  margin: 0;
  padding: 1ex 0 0 0;
}

#main-copy p {
  line-height: 1.75em;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

.quarter, .oneThird, .half, .twoThirds, .fullWidth {
  margin: 0em 0;
  float: left;
  border-left: 1px solid #def;
}

.quarter {
  width: 21%;
  padding: 0 1.9%;
}

.oneThird {
	width: 26%;
	padding-left: 1.9%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.half {
  text-align: justify;
  width: 46%;
  padding: 0 1.9%;
}

.twoThirds {
	text-align: justify;
	width: 66%;
	padding-top: 0;
	padding-right: 1.9%;
	padding-bottom: 0;
	padding-left: 15px;
}

.fullWidth {
  text-align: justify;
  width: 96%;
  padding: 0 1.2em;
  border-left: none;
}

.rowOfBoxes {
  clear: both;
}

.fullWidth {
  text-align: justify;
  width: 96%;
  padding: 0 1.2em;
  border-left: none;
}

.filler {  /* use with an empty <p> element to add padding to the end of a text box */
  border: 1px solid white;
}
 
.noBorderOnLeft {
  border-left: none;
}

.dividingBorderAbove {
  border-top: 1px solid rgb(204,204,204);
}

/* More elegant alternatives to .noBorderOnLeft & .dividingBorderAbove
 * that don't require the creation of new classes - but which are not
 * supported by MSIE - are the following:
 *
 * .rowOfBoxes > div:first-child {
 *   border-left: none;
 * }
 *
 * .rowOfBoxes + .rowOfBoxes {
 *   border-top: 1px solid rgb(204,204,204);
 * }
 */


/* ##### Footer ##### */

#footer {
	font-size: 1em;
	text-align: left;
	line-height: 1.25em;
	clear: left;
	padding-bottom: 10px;
	padding-left: 15px;

}

#footer a {
  color: rgb(0,68,204);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}
#flickr {
	width: 500px;
	margin-top:2px;
	margin-bottom: 2px;
	padding-left: 0;
} 
#flickr img {
	margin:5px 0px 5px 10px;


} 

#inner {float: right;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#outer {float: left;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.bodysm {
	color: #666666;
	font-size: 12px;
	font-family: trebuchet ms, verdana, helvetica, arial, sans-serif
	}

#form {
    width: 80%;
	background-image: url(images/form_bkgrd.jpg);
	background-repeat: repeat-x;
}

label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

textarea {
	float: left;
	width: 125px;
	padding-right: 20px
	}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}
