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

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

	#frame { 
		border:1px solid rgb(240,240,240);
		background-image: url(images/topbar.jpg); 
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
	
	#titlearea {
		background-color: transparent;
	}

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

	#topmenuback { 

	}

	#topmenualign { 
	}

.menutopbox {
}

/*  XXXXXXXXXXXX This controls the SIDE menu area and buttons  */
	#leftarea {
		background-color: transparent;
		border:0px solid rgb(0,0,0);
		background-image: url(images/sidemid.gif); 
		background-repeat: repeat-y;
		}
		
	#lefttop  {
		float: left;
		height: 18px;
		width:168px;
		background-image: url(images/sidetop.gif); 
		background-repeat: no-repeat;
		}

	#leftmid  {

		width:168px;
		}

	#leftbot  {
		float: left;
		width: 168px;
		height: 119px;
		background-image: url(images/sidebot.gif); 
		background-repeat: no-repeat;
		}

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

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

/*   XXXXXXXXXXXX  This controls the MIDDLE menu area and buttons  */
	#centerarea {
		background: rgb(255,255,255);
		border:0px solid rgb(0,0,0);
		border-left:0px solid  rgb(153,153,153);
		background-image: url(images/centermid.jpg); 
		background-repeat: repeat-y;
		}

	#centertop  {
		height: 20px;
		background-image: url(images/centertop.jpg); 
		background-repeat: no-repeat;
		}

	#centerbot  {
		height: 20px;
		background-image: url(images/centerbot.jpg); 
		background-repeat: no-repeat;
		}

	.headingarea {
		background-color: rgb(255,255,255);
		border:0px solid rgb(153,153,153);
	}

	.articlearea {
		background-color: rgb(255,255,255);
		border-bottom: 0px solid rgb(0,0,0);
		border-right: 0px solid rgb(0,0,0);
		border-left: 0px solid rgb(0,0,0);
	}

.maintable {
}

	#xxbottombar {
		float: left;
		width: 750px;
   		height:200px;
		margin: 0px 0em 0em 0em; 
		padding: 10px 0px 0px 0px;
		}


/*   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(53,53,53)}

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

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

h2 {	color: rgb(0,0,102)}

h3 {	color: rgb(0,0,102)}

h4 {	color: rgb(0,0,102);
	margin: 0px;}

h5 {	color: rgb(0,0,102);
	margin: 0px;}

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


/* 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(13,37,125)}
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: 90px;
	padding: 2px 0;
    	border: rgb(0,51,153) 0px solid;
	color: rgb(0,0,102);
	text-decoration : none;}

a.topmenutextlive:link, a.topmenutextlive:visited, a.topmenutextlive:active 
{	display: block;
	width: 90px;
	padding: 2px 0;
    	border: rgb(0,51,153) 0px solid;
	color: rgb(233,140,71);
	text-decoration : none;}

a.topmenutextlive:hover  {
	color: rgb(223,60,25);}

a.topmenutext:hover  {
	display: block;
	width: 90px;
	padding: 2px 0;
    	border: rgb(230,240,255) 0px solid;
	color: rgb(253,90,40);
	text-decoration : underline;}

/* Side menu text link styles*/

a.sidemenutext:link {
	background: rgb(255,255,255);
	display: block;
	width: 133px;
	height: 20px;
	text-align: left;
	font-weight: normal;
	padding: 2px 0px 0px 5px;
	margin: 0px 0px 0px 10px;
    	border-top: rgb(153,153,153)  0px solid;
	color: rgb(0,0,153);
	text-decoration : none;
	white-space: nowrap;}

a.sidemenutext:visited, a.sidemenutext:active {
	background: rgb(255,255,255);
	display: block;
	width: 133px;
	height: 20px;
	text-align: left;
	font-weight: normal;
	padding: 2px 0px 0px 5px;
	margin: 0px 0px 0px 10px;
    	border-top: rgb(153,153,153)  0px solid;
	color: rgb(0,0,153);
	text-decoration : none;
	white-space: nowrap;}

a.sidemenutextlive:link, a.sidemenutextlive:visited, a.sidemenutextlive:active
{	display: block;
	width: 133px;
	height: 20px;
	text-align: left;
	font-weight: normal;
	padding: 2px 0px 0px 5px;
	margin: 0px 0px 0px 10px;
	background: rgb(255,255,255);
    	border-top: rgb(153,153,153)  0px solid;
	color: rgb(253,160,91);
	text-decoration : none;
	}

a.sidemenutextlive:hover  {
	color: rgb(0,0,102);
}

a.sidemenutext:hover {
	display: block;
	background: rgb(255,177,68);
	color: white;
	text-decoration : underline;
	}

/* Sidesub menu text link styles*/

a.sidesubmenutext:link, a.sidesubmenutext:visited, a.sidesubmenutext:active
{	display: block;
	width: 133px;
	font-weight: normal;
	padding: 2px 0px 4px 5px;
	margin: 0px 0px 0px 10px;
	background: rgb(255,255,255);
    	border-top: rgb(153,153,153)  0px solid;
	color:  rgb(0,0,153);
	text-decoration : none;}

a.sidesubmenutextlive:link, a.sidesubmenutextlive:visited, a.sidesubmenutextlive:active
{	display: block;
	width: 133px;
	font-weight: normal;
	padding: 2px 0px 4px 5px;
	margin: 0px 0px 0px 10px;
	background: rgb(255,255,255);
    	border-top: rgb(153,153,153)  0px solid;
	color: black;
	text-decoration : none;}

a.sidesubmenutextlive:hover  {
	color: rgb(0,0,102);}

a.sidesubmenutext:hover {
	display: block;
	padding: 2px 0px 4px 5px;
	background:rgb(236,82,22);
	color: white;
	text-decoration : underline;}