
BODY { 
  margin: 1em;
  font-family: verdana, arial, serif;
  line-height: 1.1;
  background: #BDBBC8;
  background-image:url('body_bg.png');
  background-repeat:repeat-x;
  color: #000000;
   background-attachment: fixed;
}


h1 {font-family: Verdana, arial, serif; font-size: 18pt; font-weight: bold; text-align: center; color: #333333; background-color: #EAE9ED; }
h2 {font-family: Verdana, arial, serif; font-size: 12pt; font-weight: bold; text-align: center; color: #ffffff; background-color: #333333; }
h3 {font-family: Verdana, arial, serif; font-size: 10pt; text-align: center; color: #787892; background-color: #ffffff; }

p {font-size: 10pt; font-family: verdana, arial, serif; padding-left: 10px; padding-right: 10px; background-color: #ffffff;}
#p1 { font: 10pt verdana, arial, serif; color: #000000; text-align: justify; background-color: #ffffff;}
#p2 { font: 9pt verdana, arial, serif; color: #000000; text-align: center;  background-color: #ffffff;}
#p3 {font-size: 14pt; font-family: verdana, arial, serif; padding-left: 10px; padding-right: 10px; background-color: #ffffff; color: #000000; font-weight: bold;}
#p4 {font-size: 14pt; font-family: verdana, arial, serif; padding-left: 10px; padding-right: 10px; background-color: #ffffff; color: #000000; font-weight: bold; text-align: justify;}
#p5 {font-size: 14pt; font-family: verdana, arial, serif; padding-left: 10px; padding-right: 10px; background-color: #BDBBC8; color: #000000; font-weight: bold; text-align: justify;}

div.pdmenu {padding: 16px;}

.pdmenu ul {
	margin: 0;
	padding: 0 0 0px 0;
	list-style-type: none;
	font-size: 8pt;
	text-align: center;
	
}

.pdmenu li  {
	width:96px;
	margin: 0 -1px 0 0;
	padding: 0;
	border:1px solid black;
	color:black;
	text-decoration:none;
	background-color:white;
	float:left;
	text-align: center;
	font-size: 8pt;
}

.pdmenu a {
	text-decoration: none;
	display: block;
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
	font-size: 8pt;
}

.pdmenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #4F548E;
}

.pdmenu li ul {
	display: none;
}

.pdmenu li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:96px;
	padding: 0;
	margin: 0;
	border:1px solid black;
}

.pdmenu li li {
	border: none;
	}	

.pdmenu li li a {
	padding: 2px 2px 2px 10px;
}

.support {
	clear: both;
}


#outer {
 text-align: center;
 border:20px ridge #333333;
 width:50%;
 margin:auto;
 }
 

#norm1 {text-align: center; 
font-family: verdana, arial, serif;
font-size: 8pt;
background-color: #ffffff;
color: #000000;
padding-left:5px;
padding-right: 5px;
margin: 0.05in 0.05in 0.05in 0.05in;
 }

#norm2 {text-align: center; 
font-family: verdana, arial, serif;
font-size: 8pt;
background-color: #333333;
color: #ffffff;
padding-left:5px;
padding-right: 5px;
margin: 0.05in 0.05in 0.05in 0.05in;

 }

col, table { margin-top: 0px; margin-bottom: 0px;
padding-top: 5px; padding-bottom: 5px; border-top: 15px solid #EAE9ED; 
border-bottom: 15px solid #EAE9ED; border-left: 15px solid #D0CED7; border-right: 15px solid #D0CED7; width: 100%; background-color: #ffffff; }

tr, td { margin-top: 0px; margin-bottom: 0px;
padding-top: 5px; padding-bottom: 5px; border-top: 15px solid #D0CED7; 
border-bottom: 15px solid #D0CED7; border-left: 15px solid #EAE9ED; border-right: 15px solid #EAE9ED; width: 100%;  }

#disabled{
	text-align: "center";
	border: 0px;
	width: 100px;
	height: 42px;
	font: 10pt verdana, arial, serif;
	}
	

#logo
	{
	text-align: "center";
	border: 0px;
	width: 200px;
	height: 203px;
	font: 10pt verdana, arial, serif;
	
	}
	

#logobanner2{
	text-align: center;
	border: 0px;
	width: 930px;
	height: 140px;
	font: 10pt verdana, arial, serif;
	
	}
	
#striplogo{
	text-align: center;
	border: 0px;
	width: 378px;
	height: 22px;
	font: 10pt verdana, arial, serif;
	}
	
#headerbg_sm{
	text-align: center;
	border: 0px;
	width: 700px;
	height: 132px;
	font: 10pt verdana, arial, serif;
	
	}
	
			
LI { display: list-item }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS  { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 0em; margin-right: 0em; 
font-weight: bold;
 color: #ffffff;
 font-family: verdana, arial, serif;
 font-size: 10pt;
 background-color: #302468;
 padding: 10px;
 text-align: "center"; }
 
UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

A:link { color: #000000; font-weight: bold; background-color: #FFFFFF; }          /* unvisited link */
A:hover { color: #ffffff; font-weight: bold; background-color: #4F548E;}			/* hover link */
A:visited { color: #787892; font-weight: bold; background-color: #FFFFFF;}        /* visited links */
A:active { color: #ffffff; font-weight: bold; background-color: #BDBBC8;}        /* active links */