p {
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	color: #000; /*mediumgray*/
	margin:10px;
}
#topNav {
	width:100%;
	text-align:right;
	font-size:12px;
	padding-top:20px;
	padding-bottom:20px;
}
a {
	color: #009FDA; /*simplyblue*/
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #006699;
	background-color:#FFFF99;
}
a:hover img {
	background-color:#FFF;
}
body {
	margin: 0px;
	text-align: center;
	font-family: "Lucida Grande", verdana;
}
div#container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
h1 {
	font-size: 16px;
}
div.intro {
	margin: 25px 0;
}
div.intro table {
	width: 760px;
}
div.intro table td p {
	line-height: 16px;
}

table {
	margin: 0 auto;
}

p.quote {
	font-size: 16px;
	font-weight: normal;
	width: 550px;
	margin: 40px auto 30px auto;
	line-height: 130%;
	text-align: center;
	margin-top: 10px;
	font-family: georgia;
	color: #330;
}
body.overview table h2 {
	font-size: 14px;
	margin: 0 0 2px 0;
}

body.overview table p {
	font-size: 12px;
	margin-top: 0;
	line-height: 17px;
}

.red {
	color: red;
}

.highlight {
	background-color: #ffc;
}



/*-------------------------------------------------
HIGHLIGHTBAR
-------------------------------------------------*/

div.highlightBar {
	padding: 10px;
	background-color: #ffc;
	border-top: 1px solid #c93;
	border-bottom: 1px solid #c93;
	margin-bottom: 35px;
}

div.highlightBar h1 {
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 0 0 5px 0;
}

div.highlightBar h2 {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

body.overview div.highlightBar {
	padding: 8px;
	margin: 0;
}

body.overview div.highlightBar h1 {
	font-size: 20px;
	margin-bottom: 5px;
	padding: 0;
	font-weight: bold;
	font-family: verdana;
}

body.overview div.highlightBar h1 a:link, body.overview div.highlightBar h1 a:visited {
	color: #900;
	font-weight: bold;
}

body.overview div.highlightBar p {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
li {
	font-size:12px;
	line-height:150%;
}
ul {
	margin-left:50px;
}