body {

	font:  12px/125% Arial, Verdana, Geneva, Arial, sans-serif;	
	color: #000;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
  }


#menu0		{	position: absolute; left: 150px; top: 170px; z-index: 100; visibility: hidden;  }
#menu1 		{	position: absolute; left: 265px; top: 170px; z-index: 100; visibility: hidden; width: 185px; }
#menu2		{	position: absolute; left: 397px; top: 170px; z-index: 100; visibility: hidden; width: 310px; }
#menu3 		{	position: absolute; left: 450px; top: 170px; z-index: 100; visibility: hidden; }
#menu4		{	position: absolute; left: 523px; top: 170px; z-index: 100; visibility: hidden; }



p {	
	letter-spacing: .01em;
	color: #333;
}

	p.copyright { 
		font-size: smaller;
		margin-top: 40px;
		margin-bottom: 0;
	}

	p.copyright a { color: #333; }

.brandname {
	font:  12px/125% Arial, Verdana, Geneva, Arial, sans-serif;
}


strong { 
	font-weight:	bold;
	letter-spacing: .15em;
}

.bigger { 
	font-size: 125%;
	letter-spacing: .15em;
}

.anchor, .danly {
	font-weight: 600;
}


.anchor {
	color:#CC9900
}

.danly {
	color:#004d8c;
}

.nobr {
	white-space: nowrap;
}

.justified {
	text-align: justify;
}


td {
	font:  11px Verdana, Geneva, Arial, Helvetica, sans-serif;	
}


th {
	font:  11px Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

a:link, a:visited{
	text-decoration: none;
	color: #6584D3;
}


a:hover{
	text-decoration: underline;
}


/***********************************************/

/* Navigation                                  */

/***********************************************/


#globalNav {	
	position:  relative;
	background-color: #fff;
	top: 0;
	left: 50px;
	right: 2%;
	min-width: 200px;
	width: 680px;
	padding: 2px 5px 2px 0px;
	margin-bottom: 0;
	margin-top: 30px;
	border: 1px solid #ccc;
	z-index: 125;
}


a.glink, a.glink:visited {
  	font-size: 90%;
	letter-spacing: .05em;	
  	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
}

a.glink:hover{
	background-color: #6584D3;
	color: #fff;
	text-decoration: none;
}

.sep {	
	position: relative;
	top: 5px;
	left: 0px;
	color: #8FB8BC;	
	margin: 0px;
	padding: 0px;
}


/***********************************************/

/* Layout Divs                                 */

/***********************************************/


#banner {
	width: 700px;
	margin: 30px 0 0 50px;
}

.logo {
	position: relative;
	top: 50px;
	left: 0%;
	margin-right: 13px;
}

#contentAll {
	width: 600px;
	margin: 0 6% 10px 100px;
	
}

/************** header tags **************/

h1 {
	margin: 50px 0px 25px 0px;
	padding: 0px;
	font-size:  19px;
	font-weight: 500;
 	color: #0080C0;
	background: transparent;
}


h2{
	margin: 27px 0px 15px 0px;
	font-size:  14px;
 	color: #0080C0;
	background: transparent;
}


h3{	
	font: 14px Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
 	color: #0080C0;
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 2px 0px;
}


/*************** list tag styles ***************/

ul{
	font: 12px Verdana, Helvetica, sans-serif;
	margin: 2px 0px 6px 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type:  none;
}


li {
	padding: 0px;
	margin: 0px 0px 1px 2px;
}


ul ul{
	list-style-type: square;
}



ul ul ul{
	 list-style-type: none;
}

