html
	{
	margin: 0;
	padding: 0;
	}

/* moved body to specialty stylesheet */

p
	{
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px; color: #006;
	margin: 0 10px 24px 10px;
	}
	
p.copyright
	{
	font-size: 10px; line-height: 12px; color: #006; text-align: center;
	}
	
p.small
	{
	font-size: 10px; line-height: 12px; color: #006; text-align: left;
	font-style: italic;
	}
	
p.invisible
	{
	display: none;
	}
	
sup 
	{
	display: inline; font-size: 10px; line-height: 8px;
	}
	
img
	{
	border: none; margin: none;
	}
	
table
	{
	width: 100%; margin: 0;
	}
	
table td
	{
	padding: 0; border-width: 0; vertical-align: top; font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #9c9;
	text-align: top left;
	margin: 0 10px 0 10px;
	}

	
h2 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #993;
	text-align: top left;
	margin: 20px 10px 10px 10px;
	}
	
h2.home 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #993;                       /*was #660 */
	text-align: top left;
	margin: 18px 10px 10px 10px;
	}
	
h3 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #9C9;
	text-align: top left;
	margin: 0 10px 0 10px;
	}

	
h4 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #993;
	text-align: left;
	margin: 0 10px 0 10px;
	}

UL
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 24px;  
	color: #006; 
	text-align: left; 
	list-style: disk;
	margin-left: 25px;
	}
	
LI
	{
	color: #006; 
	list-style-position: outside;
	margin-left: 20px;
	}

table#header td.extend
	{
	width: 100%;
	background: url(images/table1_bg.gif) 0 0 repeat-x;
	}
	
table#mainmenu td.extend2
	{
	width: 100%;
	background: url(images/menu_bg.gif) 0 0 repeat-x;
	}
	
table#submenu td.extend3
	{
	width: 100%;
	background: url(images/table3_bg.gif) 0 0 repeat-x;
	}
	
table#submenu td.menu2 a
	{
	display: block; width: 85px;
	vertical-align: top; border:0; padding: 0; margin: 0;
	}
	
/* moved td#leftside to specialty stylesheet */

td#leftside p
	{
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px; color: #006;
	margin: 0 10px 24px 10px;
	text-align: right;
	margin-left: 70px; margin-top: 50px;
	}
	
td#leftside a
	{
	display: block; font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px; text-decoration: none;
	text-align: right; margin-left: 70px; margin-right: 10px;
	}
	
td#leftside a:hover, td#leftside a:focus
	{
	display: block; font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px; text-decoration: none; background-color:#CC9;
	border: 1px solid #996;
	text-align: right; margin-left: 60px; margin-right: 0px;
	padding-right: 9px;
	}
	
td#leftside a:active
	{
	display: block; font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; background-color:#CC9; color: #900;
	border: 1px solid #996;
	text-align: right; margin-left: 60px;
	padding-right: 9px;
	}
		
td#leftside h3
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; line-height: 20px; font-weight: bold; color: #9c9;
	text-align: right; margin: 180px 10px 0 70px;
	}
	
td#leftside h2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px; line-height: 18px; font-weight: normal; color: #993;
	text-align: right; margin-left: 70px; margin-right: 10px;
	}
	
td#body
	{
	width: 394px;
	position: absolute; left: 256px;
	background: url(images/contentbg.jpg) 255px 173px no-repeat fixed;
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	}
	
td#rightside
	{
	position: absolute; left: 675px;
	padding-top: 20px;
	}

a:link { color: #990000; text-decoration: none;}
a:visited { color: #990000; text-decoration: none;}
a:hover { color: #990000; text-decoration: underline;}
a:focus { color: #990000; text-decoration: underline;}
a:active { color: #CCCC00; text-decoration: underline;}
