body {
	font-family: Calibri, Arial, Helvetica, sans serif;
	height: 100%;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
table {
	font-family: Calibri, Arial, Helvetica, sans serif;
	font-size: 10pt;
	color: #006600;
}
td {
	vertical-align: top;
	text-align: left;
}
td.shade {
	background-color: #F8F8F8;
	border: 1pt solid #F0F0F0;
}
td.gold {
	background-color: #F8F860;
	border: 1pt solid #F0F0A0;
}
td.silver {
	background-color: #D0D0D0;
	border: 1pt solid #B0B0B0;
}
td.bronze {
	background-color: #F0E090;
	border: 1pt solid #E0D060;
}


th {
	vertical-align: top;
	text-align: center;
	border: 1pt solid #FF0000;
}

div.head {
	position: relative;
	float: left;
	height: 50px;
	width: 800px;
	background-color: #006600;
	background-image: url(http://www.mistfa.org/common/images/mistfa2010siteheader.png);
}

div.menu {
	position: relative;
	float: left;
	height: 18px;
	width: 795px;
	background-color: #FFFFFF;
	border-top: 1px solid #00CC00;
	border-bottom: 2px solid #00CC00;
	color: #006600;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}
div.menu a:link {
	color: #FF0000;
	text-decoration: none;
}
div.menu a:visited {
	color: #FF0000;
	text-decoration: none;
}
div.menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
div.menu a:active {
	color: #FF0000;
	text-decoration: underline;
}

div.submenu {
	position: relative;
	float: left;
	height: 100%;
	width: 100px;
	background-color: #3D7C3D;
	background-image: url(http://www.mistfa.org/common/images/mistfa2010margin.png);
	text-align: left;
}
div.submenu h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FF0000;
	padding: 2px;
	text-align: left;
}
div.submenu p {
	margin: 5px;
	font-size: 10pt;
	font-style: italic;
	color: #B0D6B0;
}
div.submenu a:link {
	color: #FFFFFF;
}
div.submenu a:visited {
	color: #FFFFFF;
}
div.submenu a:hover {
	color: #FFFFFF;
}
div.submenu a:active {
	color: #FFFFFF;
}

div.main {
	position: relative;
	float: right;
	margin: 5px;
	padding: 5px;
	width: 680px;
	color: #006600;
}
div.main h4 {
	color: #006600;
	border-bottom: 2pt dotted #FF0000;
	font-size: 14pt;
	width: 50%;
	margin-top: 1px;
	margin-bottom: 5px;
	font-style: normal;
	text-align: left;
}
div.main h5 {
	color: #006600;
	border-bottom: 1pt solid #FF0000;
	font-size: 11pt;
	margin-top: 2px;
	margin-bottom: 2px;
	font-style: normal;
	text-align: left;
	width: auto;
}
div.main h5.path {
	border: 0;
}
div.main p {
	font-size: 10pt;
	color: #006600;
	text-align: justify;
}
div.main a:link {
	color: #FF0000;
}
div.main a:visited {
	color: #FF0000;
}
div.main a:hover {
	color: #FF0000;
}
div.main a:active {
	color: #FF0000;
}

div.item {
	font-style: italic;
	font-size: 9pt;
	margin-bottom: 10px;
}
div.item p {
	font-style: normal;
	font-size: 11pt;
	margin-bottom: 0px;
}
div.item img {
	float: right;
	width: 33%;
}

table.thumbnails td {
	vertical-align: top;
	text-align: center;
	height: 200px;
	width: 200px;
	background-color: #EEEEEE;
	color: #FF0000;
}
table.thumbnails img.portrait {
	height: 200px;
	width: 150px;
}
table.thumbnails img.landscape {
	height: 150px;
	width: 200px;
}

td.stats {
	font-family: Lucida Console, monospace;
	font-size: 8pt;
	color: #336633;
	padding-left: 20px;
}
span.statshead {
	background-color: #CCFFCC;
}

table.links img {
	width: 100px;
}
div.submenu img.shrink {
	width: 80px;
}

table.qna {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
table.qna td.question {
	font-size: 10pt;
	font-family: Georgia, Times New Roman, serif;
	color: #669966;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
	width: 40%;
}
table.qna td.question span.signature {
	font-size: 9pt;
	font-style: italic;
}
table.qna td.answer {
	font-size: 10pt;
	color: #009900;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	padding: 2px;
	width: 60%;
}
table.qna td.answer span.ednote {
	font-size: 9pt;
	font-style: italic;
}

div.main li {
	font-size: 10pt;
	color: #006600;
	text-align: left;
}

