/* WES adds some stuff */
body {
       background-color: white;
       color: #003366;
       font-family: Arial, Helvetica, sans-serif; 
       font-size: 14px;
       margin: 0px;
       text-align: justify;
}
.mainlayout {
	      position: absolute;
	      width: 620px;
              height: 800px;
              top: 105px;
              left: 155px;
}
.contentlayout {
		 margin-top: 20px;
		 margin-left: 10px;
		 margin-right: 50px;
}
/* WES: taking the para formatting out.  It's all in the default text specification for the body, anyway.
p {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #003366}
*/
/* WES:  I'm changing this.  Having the top-level heading be the same format as paragraphs is silly.  Besides, h1 is barely used on the site, and is usually modified in the page anyway.
h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #003366} */
h1 {
	/* actually, right now the defaults seem okay. */
}
h2 {
	font-size: 16px;
}

/* another WES tweak */
h4 {
          font-weight: bold;
          font-size: 14px;
          line-height: 36px;
}
h5 {
     font-style: italic;
     font-size: 14px;
} 
div.cvcolumn2 {
                position: absolute;
                left: 420px;
}
div.announce {
               border:2px solid #aa3322;
               padding:10px;
}
.firstletter {
	       color: #aa0000;
	       font-size: 18px;
	       text-decoration: underline;
}
dt {
	font-weight: bold;
}
dd {
	position: relative;
	top: -16px;
	left: 170px;
	width: 340px;
}

.maintxt {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #003366}

/* WES:  Really, shouldn't inheritance cover all this common font stuff? */
.formtxt {  
/*	   font-family: Arial, Helvetica, sans-serif;
	   color: #003366 */
	   font-size: 12px;
	   align: left;
}
li {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #003366; line-height: 18px}
.header {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bolder; color: #000066}
.boxtxt {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
.navbar a{ 
		text-decoration: none;
		color: #FFFFFF;
  	}
.navbar a:hover {
		color: #FFFF66;
	}
