body {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* nested double comments hide style from Netscape 4 */
#mainTable {
	/*border: 1px solid #000000;*/
	/*/*/line-height: 1.5em; /* */
 }
#mainTable td {
 	padding: 10px;/*Pads each table cell in modern browsers*/
 }
/* font at 14px for NN4 and 100% for other browsers */
 #maincontent {
	border-left: 2px dotted #333;
	font-size: 14px;
	/*/*/font-size: 100%; /* */
	vertical-align: top;
 }
/* font at 12px for NN4 and 85% for other browsers */
#sidebar {
	width: 200px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */
	vertical-align: top;
 }
 #header {
 	background-color: #0000CC;
 	color: #FFFF00;
 	background-image: url(image/bg_blue.gif);
 }
 #footer {
 	background-color: #FFFF00;
 	color: #0000CC;
 	background-image: url(image/bg_yellow.gif);

 }

td, p, ul {
 	font-family: Georgia, Palatino, "Times New Roman", serif;
 }
h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
h1 {
	font-size: 160%;
	color: #FF0000;
}
h2 {
	font-size: 140%;
	color: #FF0000;
}

.small {
	font-size: 84%;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
.callout {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0000CC;
	border-bottom-color: #0000CC;
	width: 180px;
	background-position: right;
	text-align: justify;
	color: #0000CC;
	padding: 5px;
	margin: 5px;
}
.mission {
	font-style: italic;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 18px;
}

