/*Main Container*/

body					{
	background-color:white;
	background-image: url(../images/tablebg.png);
	background-position: center top;
	background-repeat: repeat-y;
	margin:0;
	padding:0;
}
#maincontainer			{ width: 790px; /*Width of main container*/ margin: 0 auto; /*Center container on page*/ }

#topsection				{ background: none; margin-left: 0px; width: 100%; height: 171px; /*Height of top section*/ }
#topsection h3         	{ margin-right: 0px; margin: 0; padding-top: 0px; font-family: verdana, tahoma, arial, heletica, sans-serif; font-weight: normal; font-size: 70%; line-height: 1.0em;  }
#topsection a:link 		{ color: #FFFFFF; text-decoration: none; /* unvisited link */ }
#topsection a:visited 	{ color: #FFFFFF; text-decoration: none; /* visited link */ }
#topsection a:hover 	{ color: #FFFFFF; text-decoration: underline; /* mouse over link */ }
#topsection a:active 	{ color: #FFFFFF; text-decoration: underline; /* selected link */ }

#contentwrapper			{ float: left; margin-left: 10px; width: 95%; }
#contentcolumn			{ margin-right: 760px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/ background-color:#FFFFFF; }
#leftcolumn				{ float: left; width: 230px; height: 100%; margin-left: -740px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/ background-color: #FFFFFF; }
#rightcolumn			{ float: left; width: 520px; /*Width of right column in pixels*/ margin-left: -520px; /*Set margin to -RightColumnWidth*/ background-color:#FFFFFF; }

#footer					{ background: none; clear: left; margin-left: 20px; width: 95%; text-align: center; padding: 4px 0; }
#footer a:link 			{ color: #9A0D0D; text-decoration: underline; /* unvisited link */ }
#footer a:visited 		{ color: #9A0D0D; text-decoration: underline; /* visited link */ }
#footer a:hover 		{ color: #006600; text-decoration: underline; /* mouse over link */ }
#footer a:active 		{ color: #006600; text-decoration: underline; /* selected link */ }

.innertube				{ margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; }

h1              		{ font-family: times, "times new roman", serif; font-weight: bold; font-size: 160%; color: #9A0D0D; line-height: 1.5em; }
h2              		{ font-family: verdana, tahoma, arial, heletica, sans-serif; font-weight: normal; font-size: 90%; line-height: 1.25em; color: #000000; }
h3              		{ font-family: verdana, tahoma, arial, heletica, sans-serif; font-weight: normal; font-size: 70%; line-height: 1.25em; color: #000000; }
h4              		{ font-family: verdana, tahoma, arial, heletica, sans-serif; font-weight: normal; font-size: 80%; line-height: 1.25em; color: #000000; }
h5              		{ font-family: times, "times new roman", serif; font-weight: normal; font-size: 150%; color: #000000; line-height: 0em; }
h6              		{ font-family: tahoma, arial, heletica, sans-serif; font-weight: normal; font-size: 110%; line-height: 0em; color: #FFCC00; }

a:link 					{ color: #9A0D0D; text-decoration: underline; /* unvisited link */ }
a:visited 				{ color: #9A0D0D; text-decoration: underline; /* visited link */ }
a:hover 				{ color: #006600; text-decoration: underline; /* mouse over link */ }
a:active 				{ color: #006600; text-decoration: underline; /* selected link */ }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}
#maincontainer #rightcolumn .innertube #pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

