body {
width:100%;
  height:100%;
  background-size:cover; 
  background-position:center center; 
  background-repeat:no-repeat; 

  background-image:url('../images/mainback-2013.jpg');
  }

p, ol, ul, li, td {
	 font:9pt Arial;
	 color:Black;

}

.bold , th {
	 font:10pt Arial; color:Black;
	 font-weight:bold;
}

.bolditalic {
	 font:10pt Arial; color:Black;
	 font-weight:bold;
	 font-style:italic;
}

.italic {
	 font:10pt Arial; color:Black;
	 font-weight:normal;
	 font-style:italic;
}

.normal {
	 font:10pt Arial; color:Black;
	 font-weight:normal;

}

.notrequired {
	 font:10pt Arial; color:Black;
	 font-weight:normal;

}
h1  {
	 font:16pt Arial; 
	 font-weight:bold; 
	 color:Black;
}
 
h2  {
	 font:14pt Arial; 
	 font-weight:bold; 
	 color:#783d06;
}
 
h3  {
	 font:13pt Verdana; 
	 font-weight:bold; 
	 color:#3A79B2;
}

a {
	 font:10pt Arial; color:Black;
	 text-decoration : underline;
}


a:hover {
	 font:10pt Arial; color:Black;
	 text-decoration : underline;
}


.menuon {
	 font:10pt Arial; 
	 font-weight:bold;
	 color:White;
	 text-decoration : none;
}

.menuon:hover {
	 font:10pt Arial; 
	 font-weight:bold;
	 color:White;
	 text-decoration : none;
}

.menu {
	 font:10pt Arial; 
	 font-weight:bold;
	 color:Black;
	 text-decoration : none;
}


.menu:hover {
	 font:10pt Arial;
	 font-weight:bold;
	 color:Green;
	 text-decoration : none;
}


#navbar {
	position: relative;
background:url(../graphics/menuback.jpg) !important; 
	padding: 0;
	margin:0;
	height:33px;
	z-index:200;
	margin:0 0 0 0;
	}
#navbar li {
	list-style: none;
	float: left;
}
#navbar li a {
	display: block;
text-align:center;
font:10pt Arial;font-weight:bold;color:Black;text-decoration:none;
border-left:1px solid #0081c5;
	height:33px;
	overflow:hidden;
background:url(../graphics/menuback.jpg); 
padding: 11px 0 0 0; }

#navbar li a:hover {
font:10pt Arial;font-weight:bold;color:White;text-decoration:none; background:url(../graphics/menubackon.jpg) !important;}


#navbar li ul {
	display: none; 
}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	 }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
text-align:left;
	background-color: Teal;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #0081c5;
	border-left: 1px solid #0081c5;
	border-right: 1px solid #0081c5;
	height:25px;
padding: 9px 0 0 9px;
width:15em; }
#navbar li li a:hover {
	color: White; }