﻿#containerDivS {
    margin: 0 auto;
    width: 775px;
    border: solid 2px darkgray;
} 

#containerWideDivS {
    margin: 0 auto;
    width: 964px;
    border: solid 2px darkgray;
}

/* bodytext is the default text style applied via <body class=".bodytext"> in site.master */
.bodytext, p, li {
	font-size: small;
	font-style: normal;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1em;
}
/* 3/10/09 YXS: Add new  h1-3 and comment out existing h1-3, requested by Tim */
h1 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 28px; 
font-weight: normal; 
color: #003767; 
letter-spacing: -1px;
margin-bottom: 20px; 
} 
 
h2 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
margin-top: -19px; 
color: #000000; 
font-weight: normal; 
line-height: 20px;
} 
 
h3 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12pt; 
font-weight: bold; 
margin-bottom: -18px;  
}
/* Largest header */
/*h1 {
    font-weight: bold;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 165%;
}*/

/* Large header */
/*h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 145%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}*/

/* Medium header */
/*h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 130%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}*/

/* Small header */
h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 115%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
