body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #000000;
	font-size: 13px;
}
a:link {
	color: #FF0000;
	font-weight: bold;
}
a:visited {
	color: #FF00FF;
}
a:hover {
	color: #00FF00;
}
h1 {
	font-size: 24px;
	color: #000000;
}
h2 {
	font-size: 16px;
	color: #000000;
}
h3 {
	font-size: 20px;
	color: #000000;
}
.style2 {
	font-size: 14px;
	font-style: italic;
}
.style4 {
	font-size: 14px
}
.style5 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.style6 {color: #000000}
.style7 {font-size: 11px}
.style8 {font-size: 16px}


.page {
	background-color: #FFFFFF;
	width: 980px;
	margin: auto;
	border: solid #000000 2px;
}
.welcome_page {
	width: 450px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 225px;
	margin-top: 40px;
	border: solid #FFF 5px;
	background-color: #000000;
}
.updated {
	clear: both;
	font-size: 10px;
	color: #000000;
	padding: 0px 0px 2px 2px;
	font-style: italic;
}
.page_welcome {
	width: 896px;
	padding-bottom: 50px;
	margin: auto;
}
.Apple_Logo {
	font-size: 11px;
	color: #000000;
	font-style: italic;
	text-align: center;
	margin: auto;
	padding-top: 10px;
	clear: both;
}
.thrColFixHdr #container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 2px solid #000000;
	text-align: left;
} 
.thrColFixHdr #header { 
	background: #FFFFFF; 

} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 175px;
	padding: 5px 5px 5px 10px;
	border-right: solid #000000 2px;
	border-bottom: solid #000000 2px;
	margin-bottom: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 260px;
	padding: 0px 10px 10px 10px;
	border-left: solid #000000 2px;
	border-bottom: solid #000000 2px;
	margin-bottom: 15px;
}
.thrColFixHdr  #news {
	margin: 0 209px;
	width: 480px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px;
	background:#DDDDDD;
} 

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #character {
	margin: 0 202px;
	width: 485px;
}
.twenty_px_font {
	font-size: 20px;
	font-weight: bolder;
}
.sixteen_px_font {
	font-size: 17px;
	font-weight: bolder;
}
.fifteen_px_font {
	font-size: 15px;
	font-weight: bolder;
}
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	cursor: pointer;
	padding-left: 16px;
	background-image: url(/files/images/plus.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px 5px 0px 10px;
	height: 200px;
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEEEEE;
}
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}
.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}
.AccordionPanel_left_nav {
	margin: 0px;
	padding: 0px;
}
.Accordion_left_nav {
	overflow: hidden;
}
.AccordionPanelContent_left_nav {
	overflow: auto;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	height: 200px;
}
.AccordionPanelTab_left_nav {
	cursor: pointer;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: underline;
	padding-left: 12px;
	background-image: url(/files/images/plus.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 248px;
	border: solid #000000 1px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	float: left;
	padding: 2px 5px;
	margin: 0px;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	cursor: pointer;
	width: 50px;
	text-align: center;
}
.TabbedPanelsTabHover {
	background-color: #000000;
	color: #FFFFFF;
}
.TabbedPanelsTabSelected {
	background-color: #999999;
	border-bottom: 1px solid #EEE;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
}
.TabbedPanelsContent {
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
input.formButton {
	background: #0000FF;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
}
