/**** CSS ****/

/* HTML Defaults */
BODY	{
      background-color: #3c518b;
      background-image: url(/images/pagebg.png);
      background-repeat: repeat-x;
      margin: 0px;
		}
		
H1 {
  margin: 0px;
  margin-bottom: 10px;  
  font: 24pt 'Palatino Linotype','Book Antiqua',Palatino,serif;  
  color: #4d638d;  
}

H2 {
  margin: 0px;  
  margin-bottom: 5px;
  font-size: 12pt;
  font-weight: bold;
  border-bottom: 1px solid #808080;
  background-image: url(/images/h2bg.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  padding: 3px 0px 0px 4px;
  color: #ed7700;
}
	
		
A { color: #4682b4; text-decoration: underline; } 
A:hover { text-decoration: underline; }
		
P,TD { font: 10pt Tahoma,Arial; color: #000000; }
TD { text-align: left; }

FORM { margin: 0px; }

IMG { border: 0px; }

INPUT,TEXTAREA,SELECT	{ font: 8pt Verdana;
						  border: 1px solid #505050;
						  background-color: #f5f5f5;
						}

UL	{ margin-top: 5px; margin-left: 15px; padding-left: 0px; }

/* Colors */
.r	{ color: #C42634; }
.g	{ color: #505050; }
.lg	{ color: #a0a0a0; }
.llg	{ color: #e0e0e0; }
.dg	{ color: #404040; }
.gbg	{ background-color: #808080; }
.mgbg	{ background-color: #404040; }
.lgbg	{ background-color: #e5e5e5; }
.dgbg	{ background-color: #1a1a1a; }
.llgbg	{ background-color: #f5f5f5; }
.tbg	{ background-color: #e0e0d5; }
.ltbg	{ background-color: #eaeae5; }
.dtbg	{ background-color: #b0b0a0; }
.gn { color: #9BD600; }
.gnbg { background-color: #9BD600; }
.gn { color: #9BD600; }
.blkbg { background-color: #000000; }
.w	{ color: #ffffff; }
.wbg	{ background-color: #ffffff; }
.blk { color: #000000; }
.bl { color: #202080; }


/* Sizes */
.bg	{ font-size: 12pt; }
.s	{ font-size: 8pt; }
.ss { font-size: 7pt; }
.h	{ font-size: 16pt; }
.n	{ font-size: 10pt; }
.v	{ font-family: Verdana; }

.hdr	{ font-size: 14pt; border-bottom: 1px solid #c0c0c0; }

/* Decoration & Spacing */

.p	{ padding: 5px; }
.pp { padding: 10px; }
.ppp { padding: 20px; }
.np { padding: 0px; }
.pl { padding-left: 15px; }
.ml	{ margin-left: 15px; }
.mr	{ margin-right: 15px; }
.mb	{ margin-bottom: 15px; }
.sp { line-height: 150%; }
.ssp	{ line-height: 200%; }
.b	{ font-weight: bold; }
.nb { font-weight: normal; }
.i	{ font-style: italic; }
.u	{ text-decoration: underline; }
.nu	{ text-decoration: none; }
.bdr	{ border: 1px solid #505050; }
.bdr-t	{ border-top: 1px solid #505050; }
.bdr-b	{ border-bottom: 1px solid #505050; }
.nbdr	{ border: none; background: none; }
.ctr { text-align: center; }
.lft { text-align: left; }
.rgt { text-align: right; }
		
/* Specialized Cases */
.hidden		{ display: none; }
.block { display: block; }
.float { position: absolute; }

A.hvr		{ text-decoration: none; }
A.hvr:hover	{ text-decoration: underline; }


.ftr, .ftr A	{ font: 8pt Arial;
				  color: #909090;
				}
		  
.ftr A:hover	{ color: #606060;
				  text-decoration: underline;
				}


#mainTable {
  width: 850px;
}


#divHeader {
  width: 840px;
  position: absolute;
  top: 25px;    
  padding-left: 10px;
}

#divMenu {
  float: left;  
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  background-color: #618dc6;
  background-image: url(/images/center-grad.png);
  background-repeat: repeat-x;
  background-position: center left;
}

#divMenu A {
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}

#divMenu A:hover {
  text-decoration: underline;
}

#divContent {
  margin-top: 100px;
  padding: 0px;
}

#divFooter {
  text-align: center;
  font-size: 8pt;
  color: #e0e0e0;
  margin-top: 0px;
  border-top: 0px solid #1d2527;
  padding: 10px;
}

#divFooter A {
  color: #e0e0e0;
}