/**** CSS ****/



/* HTML Defaults */
BODY	{
      background-color: #000000;
      margin: 0px;
		}

H1 {
  margin: 0px;
  margin-bottom: 10px;
  font: normal 20pt "Segoe UI","Century Gothic",Arial,Sans-Serif;
  font-variant: small-caps;
}

H2 {
  margin: 0px;
  padding: 2px 0px 2px 8px;
  margin-bottom: 5px;
  font: normal 14pt "Segoe UI","Century Gothic",Aria,Sans-Serif;
  color: #fafafa;
  background-image: url(/images/h2bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

H3 {
  margin: 0px;
  margin-bottom: 5px;
  font: bold 12pt "Segoe UI","Century Gothic",Arial,Sans-Serif;
  color: #d0d0e0;
  border-bottom: 1px solid #404040;
}

A { color: #fff2a0; font-weight: bold; text-decoration: none; }
A:hover { text-decoration: underline; }

FIELDSET {
  border-color: #a0a0a0;
  border-right-width: 0px;
  border-left-width: 0px;
}

LEGEND {
  padding: 0px 10px 0px 5px;
  font-size: 8pt;
  font-weight: bold;
}

P,TD { font: 10pt "Segoe UI","Century Gothic",Arial; color: #ffffff; }
TD { text-align: left; }

FORM { margin: 0px; }

IMG { border: 0px; }

INPUT,TEXTAREA,SELECT	{ font: 8pt Verdana;
						  border: 1px solid #505050;
						  background-color: #f5f5f5;
						}

TEXTAREA { overflow: auto; }

/* UL	{ margin-top: 5px; margin-left: 15px; padding-left: 0px; } */

/* Colors */
.r	{ color: #C42634; }
.lr	{ color: #e44654; }
.g	{ color: #505050; }
.lg	{ color: #a0a0a0; }
.llg	{ color: #d0d0d0; }
.dg	{ color: #404040; }
.gbg	{ background-color: #808080; }
.mgbg	{ background-color: #505050; }
.lgbg	{ background-color: #e5e5e5; }
.dgbg	{ background-color: #505050; }
.ddgbg	{ background-color: #202020; }
.llgbg	{ background-color: #f5f5f5; }
.tbg	{ background-color: #e0e0d5; }
.ltbg	{ background-color: #eaeae5; }
.dtbg	{ background-color: #b0b0a0; }
.gn { color: #9BD600; }
.dgn { color: #0B6600; }
.gnbg { background-color: #9BD600; }
.blkbg { background-color: #000000; }
.w	{ color: #ffffff; }
.wbg	{ background-color: #ffffff; }
.blk { color: #000000; }
.bl { color: #202080; }
.lbl { color: #49bfea; }
.lt { color: #d0f0ff; }
.dybg { background-color: #cda705; }
.ybg { background-color: #e6c712; }
.y { color: #fff2a0; }
.o { color: #602000; }
.blbg { background-color: #196781; }
.dblbg { background-color: #035782; }
.mt { margin-top: 8px; }

/* Sizes */
.bg	{ font-size: 12pt; }
.s	{ font-size: 8pt; }
.ss { font-size: 7pt; }
.h	{ font-size: 18pt; }
.n	{ font-size: 10pt; }
.v	{ font-family: Verdana; }
.ar	{ font-family: Arial; }

.hdr	{ font-size: 14pt; border-bottom: 1px solid #c0c0c0; }

/* Decoration & Spacing */

.p	{ padding: 5px; }
.pt	{ padding-top: 5px; }
.mp { padding: 8px; }
.pp { padding: 10px; }
.ppp { padding: 20px; }
.spl { padding-left: 5px; }
.np { padding: 0px; }
.pl { padding-left: 20px; }
.ml	{ margin-left: 15px; }
.mr	{ margin-right: 15px; }
.sml	{ margin-left: 10px; }
.smr	{ margin-right: 10px; }
.mb	{ margin-bottom: 15px; }
.smb	{ margin-bottom: 5px; }
.smsp { line-height: 125%; }
.sp { line-height: 150%; }
.ssp	{ line-height: 200%; }
.nsp { line-height: 100%; }
.b	{ font-weight: bold; }
.i	{ font-style: italic; }
.u	{ text-decoration: underline; }
.nu	{ text-decoration: none; }
.nb	{ font-weight: normal; }
.bdr	{ border: 1px solid #505050; }
.bdr-t	{ border-top: 1px solid #a0a0a0; }
.bdr-b	{ border-bottom: 1px solid #a0a0a0; }
.nbdr	{ border: none; background: none; }
.ctr { text-align: center; }
.rt { text-align: right; }
.rgt { text-align: right; }
.lft { text-align: right; }

.bluegrad {
  background-color: #054a6f;
  background-image: url(/images/blue-bg.jpg);
  background-repeat: repeat-x;
}

.graygrad {
  background-color: #303030;
  background-image: url(/images/fadetogray.gif);
  background-repeat: repeat-x;
}

.lightgrad {
  background-image: url(/images/lightgrad.png);
  background-repeat: repeat-x;
}

.darkscroll {
  scrollbar-base-color: #303030;
  scrollbar-arrow-color: #49bfea;
}

A.nu:hover { text-decoration: none; }

/* Specialized Cases */
.hidden		{ display: none; }

A.hvr		{ text-decoration: none; }
A.hvr:hover	{ text-decoration: underline; }

A.hvrb		{ text-decoration: none; }
A.hvrb:hover	{ font-weight: bold; }


.ftr, .ftr A	{ font: 10pt Arial;
				  color: #909090;
				}

.ftr A:hover	{ color: #606060;
				  text-decoration: underline;
				}

.nav {
	list-style: none;
	background-color: #336699;
	border-left:  1px solid #225588;
	border-right:  1px solid #225588;
	margin: 0;
	padding: 0;
}

.nav LI {
	border-bottom: 1px solid #225588;
}

.nav A {
	padding: 1px 1px 1px 3px;
	display: block;
	font: 8pt Verdana;
	color: #ffffff;
	text-decoration: none;
}

.nav A:hover {
	background-color: #5588bb;
	color: #ffffff;
	text-decoration: none;
}

.nav A:visited {
	color: #ffffff;
}

.float {
	position: absolute;
}

.btn {
  border: none;
  background: none;
  background-image: url(/images/roundbutton.gif);
  background-repeat: no-repeat;
  width: 220px;
  height: 30px;
}


#mainTable {
  width: 1000px;
  background-image: url(/images/canvasbg.jpg);
  background-repeat: repeat-y;
}


#canvas {
  background-image: url(/images/canvasbottom.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#contentTable {
  width: 985px;
}


#divHeader {
  position: absolute;
  width: 985px;
  top: 0px;
  background-image: url(/images/topright.png);
  background-repeat: no-repeat;
  background-position: top right;
  height: 180px;
}

#mainLogo {
  z-index: 10;
  position: absolute;
  display: block;
  margin-left: 50px;
  margin-top: 25px;
}

#divMenu {
  text-align: left;
  position: absolute;
  z-index: 99;
  top: 135px;
  width: 995px;
  background-image: url(/images/menu-blue.png);
  background-repeat: no-repeat;
  height: 70px;
}

#divMenu TABLE {
  width: 950px;
  margin-left: 10px;
  margin-top: 15px;
}

#divContent {
  margin-top: 200px;
}

#divContent, #divContent DIV {
  font-size: 12pt;
  line-height: 1.5em;
  font-variant: small-caps;
  font-family: "Century Gothic",Arial,Sans-Serif;
}

#divFooter {
  text-align: center;
  margin-top: 20px;
  padding: 5px;
  color: #e0e0e0;
  font-size: 8pt;
}

#divFooter TD, #divFooter A {
  color: #a0a0a0;
  font-size: 10pt;
}


#searchBoxDiv {
  position: absolute;
  z-index: 50;
  background-image: url(/images/searchbox.png);
  background-repeat: no-repeat;
  margin-left: 700px;
  width: 300px;
  height: 150px;
  margin-top: 10px;
}

#searchBoxDiv INPUT {
  border: none;
  background: none;
  background-color: #ffffff;
  width: 160px;
  font-size: 12pt;
  margin-top: 54px;
  margin-left: 28px;
  z-index: 99;
}

.hpad {
  padding-left: 10px;
  padding-right: 10px;
}

.blkbg {
  background: url(/htmleditor/files/blackout.png);
}

.roundcorner {
  -moz-border-radius: 25% 25% 25% 25%;
  -webkit-border-radius: 25% 25% 25% 25%;
  border-radius: 25% 25% 25% 25%;
}

.roundcornersm {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}