/*
  Author:   
  Email:    
  Comments: 
	Orig : 22 Nov 2004
  Last update:  08 May 07
*/

body            { color: #4f78e3; background-color: #fff8e3;
                  font-weight: normal; font-size: 32px; font-family: Verdana, sans-serif }
div             {  border:solid;border-width:0px; padding:0px;margin:0px;}
div#wrap				{ position: relative;width: 100%;background-color:rgb(252,247,168);}
div.container   { position:relative;width:890px;margin-left:auto; margin-right:auto;background-color:rgb(252,247,168);}
		
div.pagetop     { position: absolute; left: 0px;top:0px;width:800px; height: 60px;
                  border-style: solid; border-color: green; border-width: 0px;
                  background-color: transparent; background-color: black; text-align: center}
div.line        { position: absolute; left: 0px; top: 60px; width: 800px; height: 33px;}
div.left        { position: absolute; left: 0px; top: 93px; width: 142px; height: 550px;
                  border-style: solid; border-color: black; border-width: 0px;
                  overflow: hidden;
                  background-color: RGB(252,247,168); text-align: center}
div.center      { position: absolute; left: 150px; top: 93px; width: 500px;
                  background-color: RGB(255,225,120); }
div.right       { position: absolute; left: 658px; top: 93px; width: 142px; height: 550px;
                  border-style: solid; border-color: blue; border-width: 0px;
                  background-color: RGB(253,219,112);}
div.line2       { position: absolute; left: 0px; top: 643px; width: 800px; height: 33px;}
div.pagebottom  { position: absolute; left: 0px; top: 676px; width: 800px; height: 60px;
                  border-style: solid; border-color: green; border-width: 0px;
                  background-color: black; text-align: center}
div.menu        { position: absolute; left: 0px; top: 140px; width: 140px;
                  background-color: #495917; text-align: left}
div.copyright   { position: relative; left: 190px; top: 583px; width: 620px }

div.diagnostic  { position: absolute; left: 100px; top: 900px; width: 600px;
                  overflow: hidden;
                  border-style: solid; border-width: 6px; border-color: red;
                  padding: 2px; padding-left: 5px; margin: 1px; margin-top: 0px;
                  background-color: white; text-align: left}
div.warning     { position: absolute; left: 85px; top: 100px ; width:550px; 
                  border-style: solid; border-color: red; border-width: 0px;
                  background-color: transparent }

div.just-l     { text-align: left; float:left; } 
div.just-r     { text-align: right; }  
									
					
a               { color: black; text-decoration: none}
a:link          { color: white } 
a:active        { color: white }
a:visited       { color: white }
a:hover         { color: #000000 }

.rightbody a               { color: RGB(194,40,20); text-decoration: none}
.rightbody a:link          { color: RGB(194,40,20) } 
.rightbody a:active        { color: RGB(194,40,20) }
.rightbody a:visited       { color: #ffa500 }
.rightbody a:hover         { color: #000000 }

p.top           { color: #4f78e3; background-color: transparent;
                  border-style: solid; border-color: black; border-width: 0px;
                  margin: 0px; padding: 0px;
                  font-weight: bold; font-size: 32px; font-family: Verdana, sans-serif;}
p.menuhead      { color: white; background-color: RGB(194,40,20);
                  border-style:solid; border-color: black; border-width: 1px;
                  margin: 0px; padding: 3px;
                  font-family: Arial, sans-serif; font-size: 16px; font-weight: bold }
p.menu          { color: white; background-color: #495917;
                  border-style: solid; border-color: black; border-width: 1px;
                  margin: 0px; padding: 3px;
                  font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold }
p.menu2         { color: white; background-color: #FF9D5B; background-color: RGB(224,55,8);
                  border-style: solid; border-color: black; border-width: 1px;
                  margin: 0px; padding: 3px;
                  font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold }
p.righthead     { color: white; background-color: #495917;
                  border-style: solid; border-width: 1px; border-color: black;
                  padding: 2px; padding-left: 5px; margin: 1px; margin-top: 0px;
                  font-family: Arial, sans-serif; font-size: 11pt; font-weight: bold; text-transform: uppercase }
p.subhead       { color: white; background-color: #495917;
                  border-style: solid; border-width: 1px; border-color: black;
                  padding: 2px; padding-left: 5px; margin: 1px; margin-top: 0px;
                  font-family: Arial, sans-serif; font-size: 14px; font-weight: bold; text-transform: uppercase }
p.head2         { color: black;
                  margin: 0px;
                  font-weight: bold;font-family: Verdana, sans-serif; font-size: 15px }
p.rightbody     { color: black;
                  margin: 0px; padding-left: 5px;
                  font-family: Verdana, sans-serif; font-size: 13px }
p.emph          { color: black;
                  margin: 0px;
                  font-family: Verdana, sans-serif;font-weight: bold; font-size: 14px }
p.panelhead     { color: #af7f3a; background-color: #fff8e3;
                  border-style: solid; border-color: black; border-width: 1px;
                  margin: 0px; padding: 3px;
                  font-family: Arial; font-size: 17px }
P.copyright     { color: green;
                  margin: 0px;
                  font-family: Times, serif; font-size: 14px }
