/**************************************
 * TITLE: Alexander Gelfand Stylesheet   *
 * MODIF: June 8, 2005     *
 **************************************/

/* ##### Common Styles ##### */

body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0px;
  padding: 0px;
}

html > body {
  font-size: 12px;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(61,92,122);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

a {
  color: #3D5C7A;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #3D5C7A;
  background-color: transparent;
  text-decoration: underline;
}

a:hover, a:active {
 color: #7590AE;
 text-decoration: none;
}

ol {
  margin: 1em 0px 1.5em 0px;
  padding: 0px;
}

ul {
	list-style-type: disc;
	padding: 0px;
}

dl {
  margin: 1em 0px 0.5em 0px;
  padding: 0px;
}

ul li {
	line-height: 1.5em;
	padding: 0px;
}

ol li {
	line-height: 1.5em;
	padding: 0px;
}

dt {
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 1ex 0px;
}

dd {
  line-height: 1.75em;
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}



/* ##### Header ##### */


.midHeader {
  color: white;
	background: #29A4CC url(images/topper.gif) no-repeat top right;
  margin: 0px;
  padding: 0.26ex 0px;
}

.midHeader span {

}
H1 {
	PADDING: 0px;
}
H1 SPAN {
	DISPLAY: none
}
.logo {
	BACKGROUND: url(images/logo.gif) no-repeat left top;
	MARGIN: 0px 0px 0px 0px;
	WIDTH: 299px;
	HEIGHT: 78px;
}
.headerTitle {
  font-size: 300%;
  margin: 0;
  padding: 0;
}

.headerSubTitle {
  font-size: 151%;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1ex 0;
  padding: 0;
}

.headerLinks {
  text-align: right;
  margin: 0;
  padding: 0 0 2ex 0;
  position: absolute;
  right: 1.5em;
  top: 3.5em;
}

.headerLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
  display: block;
}

.headerLinks a:hover {
  color: rgb(195,196,210);
  background-color: transparent;
  text-decoration: underline;
}

.subHeader {
  color: white;
  background-color: #1F7A99;
  margin: 0px;
  padding: 0px 10px 0px;
}


.subHeader a, .subHeader .highlight {
  color: white;
  background-color: transparent;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  margin: 0px;
  padding: 0px 0.25ex 0px 0px;
}

.subHeader a:hover, .subHeader .highlight {
  color: rgb(255,204,0);
  background-color: transparent;
  text-decoration: none;
}


/* ##### Side Menu ##### */

.navbox {
  color: #000000;
  background-color: transparent;
  list-style-type: square;
  list-style-position: inside;
  border: 1px solid #CCCCCC;
  width: 90%;
  margin: auto;
  padding: 10px;
  line-height: 1.5em;

}
.navbox ul, li {
	padding-right: 5px;
  line-height: 1.5em;
	margin: 2px 2px 2px;
}

/* ##### Main Copy ##### */

#main-copy {
  margin: 0px;
  padding: 0.5em 10px;
  clear: left;
}

#main-copy h1 {
  color: #7590AE;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  margin: 0px;
  padding: 0px;
}


#main-copy h2 {
  color: #3D5C7A;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: bolder;
  font-size: 150%;
  margin: 0px;
  padding: 1ex 0px 0px 0px;
  border-bottom: 1px solid #CCCCCC;
}

#main-copy p {
  line-height: 1.75em;
  margin: 1em 0px 1.5em 0px;
  padding: 0px;
}

#main-copy a {
  color: #3D5C7A;
  background-color: transparent;
  text-decoration: underline;
}
#main-copy a:visited {
  color: #3D5C7A;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover, #main-copy a:active {
  text-decoration: none;
}

.newsHeading {
  color: #3D5C7A;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 145%;
  text-decoration: none;
  margin: 0;
  padding: 1ex 0 0 0;
  display: block;
}

.newsHeading:hover {
  color: #7590AE;
  background-color: transparent;
  text-decoration: underline;
}

.newsSummary {
  margin: 1.5ex 0 2.5ex 0.75ex !important;
  padding: 0;
}
 .oneThird, .twoThirds, .fullWidth {
  margin: 1em 0px;
  float: left;
}

.oneThird {
  width: 20%;
  padding: 0px 1.9%;
}

.twoThirds {
  text-align: justify;
  width: 71%;
  padding: 0px 1.9%;
}

.fullWidth {
  text-align: justify;
  width: 91%;
  padding: 1.9%;
  border-left: none;
}

.filler {  /* use with an empty <p> element to add padding to the end of a text box */
  border: 1px solid white;
}

/* ##### Footer ##### */

#footer {
  color: #333366;
  background-color: #EFEFEF;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  margin: 2px 0px 0px 0px;
  padding: 3px 3px;
  clear: left;
  height: 30px;
}

#footer a {
  color: #EFEFEF;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}


