/* reset-reload code to zero out browser default settings */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #336;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*forces scrollbar onto short pages*/
html, body {
	height: 100%;
	margin-bottom: 1px;
}
 /*@charset "utf-8";*/
body {
	font: 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	background-image: url(../images/tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.logo {
	position: absolute;
	top: 12px;
}
#container {
	width: 59.375em;
	margin: 0 auto;
	text-align: left;
	font-size: 0.8em;
}
#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	width: 80em;
	left: -100em;
}
#sidebar1 {
	float: left;
	width: 13em;
	padding: 25px 0 1.5em;
}
#sidebar2 {
	float: right;
	padding-left: 0;
	width: 13em; /* top and bottom padding create visual space within this div */
	padding-top: 0.7em;
	padding-right: 0.8em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	background-image: url(../images/box_top.jpg);
	background-repeat: repeat-x;
	border: 1px solid #e6e6ff;
}
/*#sidebar2 p {
	font-size: 0.8em;
}*/
#mainContent {
	margin-top: 0;
	margin-bottom: 1.5em;
	margin-left: 14em;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	border: 1px solid #e6e6ff;
	background-image: url(../images/box_top.jpg);
	background-repeat: repeat-x;
}
.threecolumn { /*home page has third column on right side*/
	margin-right: 16.5em;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	line-height: 1.4em;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#header ul {
	float: right;
	margin-top: 55px;
}
#header li {
	display: inline;
	padding-right: 0.3em;
	padding-left: 1.5em;
}
.deco {
	background-image: url(../images/dots.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*************Body text formatting*************/
p {
	font: 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	margin-top: 0.4em;
	margin-bottom: 0.7em;
}
h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}
h1 {	
	font-size: 1.8em;
}
h2 {	
	font-size: 1.6em;
	padding-top: .7em;
}
h3 {
	font-size: 1.4em;
	font-weight: 500;
	padding-top: .5em;
}
h4 {
	font-size: 1em;
	font-weight: 500;
	padding-top: .5em;
	text-decoration:underline;
}
a {
	color:#06c;
	border-bottom:1px solid #ccc;
	text-decoration: none;
}
a:visited {
	color:#96c;
}
a:visited:hover {
	border-color:#96c;
}
a:hover {
	border-color:#06c
}
.question {
	color: #990000;
	font-style: italic;
	font-weight:600;
	padding-top: 1em;
}
.emphasize {
	font-weight:600;
	font-style: italic;
}
.date {
	color: #990000;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-bottom: -.4em;
	font-weight:800;
}
ol li{
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: .5em;
}
table.calendar {
	width: 80%;
	border: 1px solid #e6e6ff;
	border-collapse: collapse;
	margin: 20px;
}
.calendar th, .calendar td {
	border-top: 1px grey dotted;
	padding: 2px;
}
.calendar tr:first-child th, .calendar tr:first-child td {
	border-top: none;
	font-weight:800;
	background-color: #eef1f6;
}

/*************Navigation formatting**************/
#header a:link, #header a:visited {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-size: 1em;
	line-height: 1.5;
	color: #FFF;
	text-decoration: none;
}
#header a:hover, #header a:active, #header a:focus {
	color: #95b2e3;
	text-decoration: underline;
}
#footer {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.7em;
	color: #ccc;
	background-image: url(../images/foot.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #272e42;
	text-align: center;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #95b2e3;
	text-decoration: underline;
}
#sitelinks a, #sitelinks a:link, #sitelinks a:visited {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #336;
	display: block;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1.3em;
	text-decoration: none;
	border: none;
}
#sitelinks a:hover, #sitelinks a:active, #sitelinks a:focus {
	color: #990000;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	border-top-color: #F5F4F0;
	border-right-color: #F5F4F0;
	border-bottom-color: #F5F4F0;
	border-left-color: #F5F4F0;
}
li.mainlink {
	font-size: 0.95em;
	background-color: #fff;
	background-image: url(../images/nav_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #e6e6ff;
	margin-bottom: 6px;
}
li.sublink {
	font-size: 0.75em;
	background-color: #eef1f6;
	border: 1px solid #e6e6ff;
	margin: 2px;
}
#sidebar1 #highlights { /*this formats the HM box on home page*/
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
	margin-top: 15px;
	background-image: url(../images/box_top.jpg);
	background-repeat: repeat-x;
	border: 1px solid #e6e6ff;
	font-size: 0.8em;
	color: #990000;
}

/***********Form entry formatting***************/
fieldset {
	padding:  0.8em 0px 0.8em 0.8em;
	border: 1px solid #336;
	margin-top: 1.5em;
}
legend {
	font-size: 1.5em;
}
label {
	display: block;
	margin-top: 0.5em;
}
input, textarea {
	border-top: 1px solid #336;
	border-left: 1px solid #336;
	border-right: 1px solid #978eba;
	border-bottom: 1px solid #978eba;
	background: #d9dee8;
	width: 21em;
	padding: 0.2em;
}
textarea {
	width: 36em;
	height: 5em;
}
textarea#problem {
	width: 36em;
	height: 15em;
}
.largetextarea {
	width: 38em;
	height: 25em;
}

input#submit {
	width: 8em;
	margin-top: 0.8em;
	margin-left: 0.8em;
}
input:focus, textarea:focus {
	background: #e5ebf4;
}

/************Image and graphics formatting***********/
.imagecaptionright {
	width:40%;
	float:right;
	margin:0.5em; padding:0.5em;
	border: thin silver solid;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-size: .8em;
	line-height: 1.2;
}
img.scaled {
	width: 100%;
}
img.homepage {
	float: right;
	height: 7.8125em;
	width: 7.8125em;
	border: 1px solid #990000;
	margin-left: 10px;
	margin-bottom: 10px;
}