/*************************************************/
/*************  MAIN PAGE STRUCTURE **************/
/*************************************************/

html body{
	margin: 0; padding: 0; border:0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 14px; color: #000;
	background-color:#5F8DB7;   /* home page */
	/* \*/
  	height:100%; /* height declaration hidden from Mac IE 5.x */
  	min-width:1040px; /*** This is needed for moz. Otherwise, the header and footer will
	slide off the left side of the page if the screen width is narrower than the design. ***/
	}
	
#wrapper	{	
	margin: 0 auto;
	width: 1040px;
	}

#mainTable {
	width:1040px;
}

#copyTable {
	background-image:url("../../images/bkgd.jpg");
	background-repeat:repeat-y;
	width:1040px;
}

#lftColumn {
	vertical-align:top;
	text-align:left;
	width:200px;
}

#navbar {
	width:200px;
}

#ctrColumn {
	vertical-align:top;
	text-align:left;
	width:500px;
	padding-left:7px;
	padding-right:15px;
}

#rhtColumn {
	vertical-align:top;
	text-align:left;
	width:200px;
}

#rhtMainCopy {
	vertical-align:top;
	text-align:left;
	padding-top:15px;
	padding-left:35px;
	padding-right:35px;
}



/*************************************************/
/***************** LINKS & LISTS *****************/
/*************************************************/

a {text-decoration: underline; color:#0000FF;}
a img {border: none}
a:link, a:visited {text-decoration: underline; color:#0000FF;}
html body a:hover {background-color:#CCC; color:black;}

ul{
 list-style-type: square;}
ul ul{
 list-style-type: disc;}
ul ul ul{
 list-style-type: none;}
	
	
/*********************************************************/
/***************** FONTS AND FONT STYLES *****************/
/*********************************************************/

.tagHead {font-family: Century Gothic, Helvetica, sans-serif; font-size:28px; font-weight:bold; color:#000; }

.catHead {font-family: Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#000; }

.catSmall {font-size:11px;}

.ftHead {font-size:14px; font-weight:bold;}

.footHead {font-size:14px; font-weight:bold;}

.footCon {font-size:11px; font-weight:bold;}

.whiteLG {font-size:18px; font-weight:bold; color:#fff;}

.whiteMED {font-size:14px; color:#fff;}

.whiteSM {font-size:11px; color:#fff;}

.routeSM {font-size:10px; color:#000; text-align:center; vertical-align:top;}

.routeDD {font-size:11px; color:#000; text-align:left; vertical-align:top; padding:5px;}

.dropdown {background-color:#666666;}



	

