/* CSS Document */

ul.main-menu{
margin: 0;
padding: 2px 0 0 20px;
list-style: square;
color: #000;
font-size: 90%;
}

ul.main-menu li{
padding: 0 0 8px 0;
}

.Menu1Nested p{
text-align:right;
padding: 0 12px 4px 0;
margin: 0;
}

.Menu1Nested a.links{
text-decoration: none;
color: #333333;
}

.MenuTitleNested a{
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 110%;
font-weight: bold;
color:#d86129 ;
width: 100%;
height: 100%;
}


/*Express Easy To Use  */
.title{
font-size: 100%;
color: #990000; /* navy 143d69 */    
font-weight: bold;
padding: 0 0 5px 0;
margin: 0;
background:url(/img/line-fade-long-bot.gif) no-repeat bottom left;
}

.title2{
font-size: 100%;
color: #006699; /* navy 143d69 */    
font-weight: bold;
padding: 0 0 5px 0;
margin: 0;
background:url(/img/line-fade-long-bot.gif) no-repeat bottom left;
}

.title3{
font-size: 100%;
color: #006633; /* navy 143d69 */    
font-weight: bold;
padding: 0 0 5px 0;
margin: 0;
background:url(/img/line-fade-long-bot.gif) no-repeat bottom left;
}

.main-nav{
    padding-left:24px; 
	width: 101%;  
	margin: 0; 
	/* padding: 4px 0 0 0; */
	background:#e1eaf4;    /*  F5F5F5 soft gray like the current home page */
	/*background:#666666;      nice strong gray*/
	/* background:#e1eaf4;   */
	
	/*float:left  */
}

#menu1,#menu4{
float:left; 
width: 25%;
}

#menu2,#menu5{
float:left; 
width: 25%; 
}

#menu3,#menu6{
float:right; 
width: 25%; 
}



.wlist {
background: url(images/icon-bullet-welcome.gif) 0 50%  no-repeat;
padding: 0 0 0 10px;
margin: 0;
list-style-type: none;
}


.Menu1Nested{
background: url(/img/menu-line-fade-vert.gif) no-repeat bottom left;
padding: 2px; 
margin: 0 5px 0 10px;
}

.MenuTitleNested{
padding: 4px 4px 4px 0;/* top right bottom left */
background: url(/img/menu-line-fade.gif) bottom right no-repeat;
margin: 0 5px 0 10px; 
}

/* ---   estyle definitions -- */
/* ------------------------------ */

	
/* CSS  */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.25;
	color: #000;
	background:#ffffff;
	padding: 0;
	margin: 0;
}
	
ol, ul {
	list-style: none;
}

em{
font-style: italic;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

/*design section*/
td, li, h1, h2, h3, h4, p {
	font-family: arial, verdana,  helvetica, sans-serif;
}
	
a {
	color:#003c78;
	
	 
}

h3 a{ 
	color:#0000FF;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 20px;
}

a:hover {
	COLOR:  #3473b5 /* #3333cc */
}

h1, h2, h3, h4{
	/*color:#3473b5;*/
	color:#e19d46;
	font-size: 100%;
	font-weight: bold;
	margin: 4px 0;
	padding: 0;	

}

h4{
	text-align: left;
}



h1#mypage {
    color:#3473b5;  /* color:#006699; */
	margin: 10;
	padding: 0;
	font-size: 15px;
	text-align: left;
	margin-top: 4px;
	margin-left: 30px;
	margin-bottom: 12px;
	text-align: center;
	TEXT-DECORATION: none;
}



h3{
    color:#006699;
	margin: 0;
	padding: 0;
	font-size: 105%;
	text-align: left;
	margin-top: 7px;
	margin-left: 0px;
	margin-bottom: 4px;
/*	TEXT-DECORATION: underline    */
}

p{
	padding: .5em 0;
}	

ul.mainlinks{
	margin-left: 10px;
	padding-left: 20px;
	list-style: disc;
}

ul.mainlinks li{
	padding: 6px 0;
	margin: 0;
}







