
/* Layout Stylesheet */ 

body {
 background:#ffffff;
 text-align:center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: .8em; 
}

.red {color:red}
.blue{color:blue}
.bluebold{color:blue; font-weight:bold}
.whitebold{color:white; font-weight:bold}

.head1{   color: white;   background-color: #0093a9;   font-family: Verdana, Arial, Helvetica, sans-serif;    font-size:.9em; font-weight: bold; 
border-width:0 3px 2px 0; 
border-style:solid;
border-color:#2C5656;
padding: .1em .5em .1em .5em;}

  .head2{color: #800080 ;font-family: Verdana, Arial, Helvetica, sans-serif;    font-size:1.1em; font-weight: bold; } 

  .head3{color: #008080; font-family: Verdana, Arial, Helvetica, sans-serif;    font-size:1.1em; font-weight: bold; } 

  .text1{color: #102B71;  font-family: Verdana, Arial, Helvetica, sans-serif;    font-size:1em; } 

  .text2{color: #E20A51;  font-family: Verdana, Arial, Helvetica, sans-serif;    font-size:1em; } 

  .text4{color: #8000FF; font-family: Verdana, Arial, Helvetica, sans-serif;   font-size:1em; font-weight: bold; } 




.topMenuBar {
    height: 1.2em;
    margin:.1em;
 /*   background:teal; */
    BACKGROUND-COLOR: transparent;
    padding:.1em .1em .1em 3em;
    color: white;
    font-size: 1em;
    TEXT-ALIGN: center
}

.itmOff
{
    WIDTH: 109px;
    CURSOR: hand;
    POSITION: relative;
    color: white;
    padding:.1em;
    FLOAT: left;
    BACKGROUND-COLOR: transparent;
}
.itmOn
{
    WIDTH: 109px;
    CURSOR: hand;
    POSITION: relative;
    color: white;
    padding:.1em;
    FLOAT: left;
    BACKGROUND-COLOR: transparent;
}

.itmOn a{
	color: white
	text-decoration: none; 
	padding: .1em;
}
.itmOn a:link{
	color: white
	text-decoration: none; 
	padding: .1em;
}

.itmOn a:hover {
	background-color: transparent;
    	color: yellow;
	text-decoration: none;
        text-transform:uppercase;
        font-style: italic;  
}
.itmOn a:visited{
	color: white;
	text-decoration: none; 
	padding: .1em;
}

.itmOff a{
	color: white;
	text-decoration: none; 
	padding: .1em;
}
.itmOff a:link{
	color: white;
	text-decoration: none; 
	padding: .1em;
}

.itmOff a:visited{
	color: white;
	text-decoration: none; 
	padding: .1em;
}

.itmOff a:hover {
	background-color: transparent;
    	color: white;
	text-decoration: underline;
}
.navBar b {
    text-align:left;
    color: white;
}


.leftBar{
}
.leftBar td
{
   text-align: left;
}
#navBar {
 width:100%;
  margin:.1em;
    background:teal;
    padding:.1em .1em .1em 2em;
    text-align:left;
}
#navBar form{
    float:right;
    text-align:right;
    margin:.1em;
    line-height:.7em;
}
#navBar input {font-size:.8em;}

#navBar b {
    text-align:left;
    color: white;
}
#navBar a {
	color: white;
	text-decoration: none; 
	padding: .1em;
}
#navBar a:hover {
	background-color: purple;
    	color: #60EDF1;
	text-decoration: underline;
}
#navBar a:visited {
	background-color: purple;
    	color: white;
	text-decoration: underline;
}
 
#topBar {
  border:0px solid #E00000;
 }

.header {
  width:100%;
  padding: .1em .1em .1em .1em;
  text-align:left;
  border:0px solid red;
 }



#floatRtBx2 {
 text-align:left;
 float:right;
 width:280px;
 heght:280px;
 margin: .0em .3em 1em .3em;
 padding: .0em .3em 1em .3em;
 border:0px solid #000000; 
 clear: none;
 }

.divider {
 clear:none;
 float:both;
}


.textField{
 background-color: #fef9f9;
 border:1px solid #B5B1B1; 
 font-size: .9em; 
 color: #2f4f4f;
}
.textField a {
	color: blue;
	text-decoration: none; 
}
.textField a:hover {
    	color: red;
	text-decoration: underline;
}
.textField a:visited{
	color: blue;
	text-decoration: none; 
}
.textField a:visited:hover {
    	color: red;
	text-decoration: underline;
}



.pathBar {
 background-color: #fef9f9;
 border:1px solid #B5B1B1; 
 padding: .0em 1em .0em 1em;
 font-size: 1em; 
 color: #994AB4;
}

.pathBar a {
	color: #594AB4;
	text-decoration: none; 
}
.pathBar a:hover {
    	color: #ff0000;
	text-decoration: underline;
}
.pathBar a:visited{
	color: #594AB4;
	text-decoration: none; 
}










