/* eg margin convention clockwise 12 3 6 9 Oclock */

	body {
		background: rgb(244,244,244);
		}

	#frame { 
	}
	
	#titlearea { 
		background-image: url(images/title.gif); 
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}

/*   XXXXXXXXXXXX  This controls the TOP menu area and buttons  */

	#topmenuback { 
		border-top: 0px solid  rgb(0,0,0);
		border-bottom: 0px solid rgb(0,0,0);
	}

	#topmenualign { 
	}

.menutopbox {
}

	#backcolor{
		background: rgb(255,255,255);
		background-image: url(images/back.gif); 
		background-repeat: repeat-y;
		margin: 0px 0em 0em 0em; 
		padding: 0px 0px 0px 0px;
	}

/*  XXXXXXXXXXXX This controls the SIDE menu area and buttons  */
	#leftarea {
		border:0px solid rgb(0,0,0);
		}

.menubox {
	width: 146px;
	margin-top: 0px;
}

.submenubox {
	width: 144px;
	margin-left: 0px;
}

/*   XXXXXXXXXXXX  This controls the MIDDLE menu area and buttons  */
	#centerarea {
		border:0px solid rgb(0,0,0);
		}


	.headingarea {
		border:0px solid rgb(0,0,0);
	}

	.articlearea {
		border:0px solid rgb(0,0,0);
	}

.maintable {
}
	
	#bottombar { 
		background-image: url(images/footer.gif); 
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}


/*   XXXXXXXXXXXX  This controls the tables created using our table code generator  */

.subtable
{
	background: rgb(250,250,250);
	border:1px solid rgb(0,0,0);
}

.toprow {
	background: rgb(230,230,230);
	}

.lastrow {
	background: rgb(230,230,230);
	}

/* Individual text font styles*/


p {	color: rgb(0,0,0)}

p:first-letter {color: rgb(0,0,0)}

h1 {	color: rgb(0,0,0)}

h2 {	color: rgb(255,128,0)}

h3 {	color: rgb(255,128,0)}

h4 {	color: rgb(0,0,0);}

h5 {	color: rgb(0,0,0);}

h6 {	color: rgb(0,0,0)}


/* indented paragraphs and list styles*/

ul {  color: #000}
li {  color: #000}


/* Default text link styles*/

a:visited {color: rgb(0,0,0)}
a:active  {color: rgb(0,0,0)}
a:link    {color: rgb(13,37,150)}
a:hover   {color: rgb(200,0,0)}


/* Top menu text link styles*/

a.topmenutext:link, a.topmenutext:visited, a.topmenutext:active 
{	display: block;
	width: 142px;
	height: 17px;
	padding: 8px 0px 5px 0px;
	border: 0px solid rgb(0,0,0);
	background: url(images/button.gif) 0 0px;
	color: black;
	text-decoration : none;}

a.topmenutextlive:link, a.topmenutextlive:visited, a.topmenutextlive:active 
{	display: block;
	width: 142px;
	height: 17px;
	padding: 8px 0px 5px 0px;
	background: rgb(230,230,230);
	background: url(images/button.gif) 0 -33px;
    	BORDER: rgb(0,0,0)  0px solid;
	color: rgb(0,102,204);
	text-decoration : none;}

a.topmenutext:hover, a.topmenutextlive:hover  {
	display: block;
	width: 142px;
	padding: 8px 0px 5px 0px;
	background: rgb(240,240,240);
    	BORDER: rgb(0,0,0) 0px solid;
	background: url(images/button.gif) 0 -66px;
	color: red;
	text-decoration : underline;}

/* Side menu text link styles*/

a.sidemenutext:link, a.sidemenutext:visited, a.sidemenutext:active
{	display: block;
	width: 142px;
	height: 20px;
	text-align: left;
	padding: 2px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
    	border-top: rgb(210,210,210) 1px solid;
	color: rgb(0,0,0);
	text-decoration : none;
	white-space: nowrap;}

a.sidemenutextlive:link, a.sidemenutextlive:visited, a.sidemenutextlive:active
{	display: block;
	width: 142px;
	height: 20px;
	text-align: left;
	padding: 2px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
	background: rgb(220,220,220);
    	border-top: rgb(210,210,210)  1px solid;
	color: rgb(253,126,0);
	text-decoration : none;
	white-space: nowrap;}

a.sidemenutextlive:hover  {
	color: red;}

a.sidemenutext:hover {
	display: block;
	background: rgb(240,240,240);
	color: red;
	text-decoration : underline;
	white-space: nowrap;}

/* Sidesub menu text link styles*/

a.sidesubmenutext:link, a.sidesubmenutext:visited, a.sidesubmenutext:active
{	display: block;
	width: 142px;
	margin-left: 0px;
	padding: 2px 0px 1px 4px;
	background: rgb(255,255,255);
    	border-topt:  rgb(210,210,210) 1px solid;
	color:  rgb(0,0,0);
	text-decoration : none;}

a.sidesubmenutextlive:link, a.sidesubmenutextlive:visited, a.sidesubmenutextlive:active
{	display: block;
	width: 142px;
	margin-left: 0px;
	padding: 2px 0px 1px 4px;
	background: rgb(208,214,223);
    	border-top:  rgb(210,210,210)  1px solid;
	color: rgb(253,126,0);
	text-decoration : none;}

a.sidesubmenutextlive:hover  {
	color: red;}

a.sidesubmenutext:hover {
	display: block;
	padding: 2px 0px 1px 4px;
	background: rgb(240,240,240);
    	border-top: rgb(210,210,210) 0px solid;
	color: red;
	text-decoration : underline;}
