/* CSS Document */

body {
	font-size: small;
	font-family: verdana, arial, sans-serif;
	margin:0;
	padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFF;
} 
*html body {
font-size:x-small; /*for IE5/Win */
f\ont-size:small; /* for other IE versions */
}

h1 {font-size:3em;}

h3 {font-size:2em;}

h2 {font-size:1.5em;}

h3 {font-size:1.2em}

p {font-size:.8em;}

ol {font-size:.76em;}

ul {font-size:.76em;}

a {font-size:.9em;}
.sidebar {
	line-height: 36px;
	color: #FFFFFF;
	font-weight: normal;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.boxborder {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: .8em;
	padding: .5em;
	color: #EE4923;
	background-color: #CDECED;
}
.middlebar {
	padding: 2em;
}
.redspan {
	color: #EE4923;
}
.smspan {
	font-size: 0.8em;
	line-height: 130%;
}
.bigspan {
	font-size: 1.3em;
}
.tealdiv {
	color: #333333;
	background-color: #86DOD2;
	padding: 1em;
}
.boxborderteal {
	font-size: 0.8em;
	padding: 1em;
	color: #333333;
	background-color: #86D0D2;
}
.morlead {
	line-height: 1.5em;
	text-align: left;
}
.SPREAD {
	color: #999999;
	word-spacing: 1.2em;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	vertical-align: middle;
	line-height: 2em;
}
.thumbnail {
	margin: 6px;
	padding: 4px;
}

