body { 
	font-size: 10pt;
	font-family: Arial, Helvetica;
	background-color: #D3D2C7;
	margin: 0px;
	text-align: left;
}

div.page{
	background-color: #D3D2C7;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: left;	
}

div.home{
	background-color: #D3D2C7;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	width: 638px;
	height: 587px;
	overflow: hidden;	
	text-align: left;
}
div.logo{
	width: 189px;
	height: 229px;
	margin-top: 178px;
	margin-left: 0px;
	margin-right: auto;
	position: absolute;
}
div.hometext{
	width: 270px;
	height: 173px;
	margin-top: 234px;
	margin-left: 189px;
	text-align: left; 
	margin-right: auto;
	position: absolute;
}
div.homebar{
	width: 600px;
	height: 30px;
	margin-top: 408px;
	margin-left: 5px;
	margin-right: auto;
	position: absolute;
	z-index: 11;	
}
div.btn_comm{
	width: 120px;
	height: 123px;
	margin-top: 0px;
	margin-left: 304px;
	margin-right: auto;
	position: absolute;
	z-index: 11;	
}
div.btn_weight{
	width: 122px;
	height: 119px;
	margin-top: 112px;
	margin-left: 432px;
	margin-right: auto;
	position: absolute;
	z-index: 11;	
}
div.btn_barricade{
	width: 122px;
	height: 122px;
	margin-top: 253px;
	margin-left: 516px;
	margin-right: auto;
	position: absolute;
	z-index: 11;	
}
div.homecurve{
	width: 509px;
	height: 540px;
	margin-top: 37px;
	margin-left: 75px;
	margin-right: auto;
	position: absolute;
	z-index: 10;
}
div.header_layer {
	width: 619px; 
	height: 122px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	position: absolute;	
	visibility: visible;
	z-index: 12;
	overflow: visible;	
}


div.content{
	width: 85%; 
	position: absolute;	
	visibility: visible;
	text-align: left;
	top: 155px;
	left: 122px;
	overflow: visible;
	visibility: visible;
	z-index: 10;	
}
div.footer_layer {
	width: 517px; 
	margin-left: auto;
	margin-right: 0px;	
	top: 10px;
	position: relative;	
	visibility: visible;
	z-index: 10;
}

div.moreinfo {
	width: 130px; 
	margin-left: 0px;
	margin-right: 0px;	
	top: 180px;
	left: 10px;
	position: relative;	
	visibility: visible;
	z-index: 10;
}

div.picture{
	width: 130px;
	height: 150px;
	background-repeat:no-repeat;
	color: white;
}



td.copyright{
	font-size: 7pt; 
	text-align: right;
}
#sidebar{
	background-color: #eeeeee;
}
table { font-size: 10pt; border-collapse: collapse; border-style: solid; border-width: 0px; padding: 0px; width: 100%; border-spacing: 0px; empty-cells: show; margin: 0px }
table.menubar { font-size: 10pt; border-collapse: collapse; border-style: none; border-width: 0px; padding: 0px; width: 450px; height: 20px; border-spacing: 0px; empty-cells: show; margin: 0px }
table.content{
	width: 90%;
	height: 100%;
	background-color: inherit;
	margin: 0px;
}

td { 	
	display: table-cell; 
	padding: 0px; 
	font-size: inherit;  
	border-spacing: 0px; 
	border: 0px;
	text-align: left;
}

td.mi { 	
	margin-left: 3px;
	margin-right: 3px;
	color: white;
}
td.mi_comm { 	
	margin-left: 3px;
	margin-right: 3px;
	color: black;
}
td.qa{
	width: 29px;
	height: 33px;
	padding-right: 3px;
	padding-bottom: 3px;
}

td.qatext{
	vertical-align: text-top;
}

td.bullet { 	
	display: table-cell; 
	vertical-align:top;
	padding-left: 3px; 
	border: 0px;
	width: 18px;
}
td.picture { 	
	display: table-cell; 
	padding: 10px; 
	border: 0px;
	width: 150px;
	text-align:center;
}

td.title { 	
	font-size: 12pt;
	font-weight: bold;
	background-color: #D0CDAF;
}

td.rowhead { text-align: right; font-weight: bold; background: #E2E0CF; padding-right: 2px; width: 1%; white-space: nowrap;}

/*
TR.colhead { white-space: nowrap; font-size: 7pt; background: #E2E0CF; }

td.topborder{
	background-image: url( "images/control/border_top.gif" );
	background-repeat: repeat-x;
	height: 18px;
	overflow: hidden;
}
td.botborder{
	background-image: url( "images/control/border_bot.gif" );
	background-repeat: repeat-x;
	height: 18px;
	overflow: hidden;
}
td.leftborder{
	background-image: url( "images/control/border_left.gif" );
	background-repeat: repeat-y;
	width:18px;
}
td.rightborder{
	background-image: url( "images/control/border_right.gif" );
	background-repeat: repeat-y;
	width:18px;
}
td.topcorner{
	border: 0px;
	height: 18px;
	width: 18px;
	padding: 0px;
	overflow: hidden;
}
td.botcorner{
	border: 0px;
	height: 18px;
	width: 18px;
	padding: 0px;
	vertical-align: bottom;
	overflow: hidden;
}

td.quote{
	font-size: 9pt;
	padding-left: 3px;
	padding-right: 5px;
}
*/
A:link { color:#601034; text-decoration:none; }
A:visited { color:#000000; text-decoration:none; }
A:hover { text-decoration:underline; }
A.foot:link { color: #666666; font-weight: normal; }
A.foot:visited { color: #666666; font-weight: normal; }
A.comminfo:link { font-size: 8pt; color: #000000; }
A.comminfo:visited { font-size: 8pt; color: #444444; }
A.info:link { font-size: 8pt; color: #ffffff; }
A.info:visited { font-size: 8pt; color: #eeeeee; }

.tiny { font-size: 7pt; }

img{
	border: 0px;
}

/*Popup Menus*/
div.menu{
	width: 160px;
	height: 100px;
	top: 80px;
	visibility: hidden;
	position: absolute;
	background : transparent;
	z-index: 12;
}

table.popup{
	border-width: 0px;
	border-style: solid;
	border-spacing: 2px;
	background-image : url(images/back/menu_off.jpg);
	border-color: #8F8677;
	background-color: #e3E3e3;
	background-repeat : repeat;
	border-collapse : collapse;
}
#menuList {
  margin: 0px;
  padding: 0px;
}


#menuList ul {
  margin: 0px;
  padding: 0px;
}

#menuList li {
  /*display: inline;*/
  width: 160px;
  list-style: none;
   border: 1px;
}

.popupmenu li a {
	background-color: transparent;
	color: #000000;
	display: block;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;
	border: 0px solid #8F8677;
	border-spacing : 0px;
	text-align: left;
}

.popupmenu li a:visited {
  background-color: transparent;
  color: #333;
  display: block;
  font-size: 10px;
  line-height: 1.75em;
  margin: 0px;
  padding: 0px 10px;
   text-decoration: none;
	text-align: left;
}

.popupmenu li a:hover {
	background-image : url(images/back/menu_on.jpg);
	background-color: #FEFCE7;
	background-repeat : repeat;
	text-decoration: none;
	border: 0px outset #009;
	color: #000000;
	text-align: left;
}
td.menuborder{
	background-image : url(images/back/menu_off.jpg);
	background-repeat : repeat;
	width: 142px;
	height: 9px;
}

td.menucorner{
	width: 9px;
	height: 9px;
}

/*
body.welcome{
	background-color: #F4F1E1;
	background-repeat: repeat;
	margin: 0pt;
}

TD.spaceL { padding-left: 2px; }
TD.spaceR { padding-right: 2px; }
TD.marker { text-align: center; padding-right: 2px; padding-left: 2px; padding-top: 1px; padding-bottom: 1px; }
TD.headlink { text-align: right; font-size: 8pt; padding-right: 2px;  }
TD.actions { text-align: right; font-size: 8pt; padding-right: 2px; white-space: nowrap; }

TR.menu { background: #FEFCE7; font-size: 9pt; text-decoration: underline; }
TR.sectnav { color: #FCF5F2; background: #000000; font-size: 9pt;}
TR.rowshade { background: #FFFFFF; }
TR.datalist { font-size: 8pt; }
TR.dsphead { background: #601034; color: #c4c4c4; font-weight: bold;  white-space: nowrap; }
TR.perhead { background: #2D525B; color: #c4c4c4; font-weight: bold;  white-space: nowrap; }

TR.rowline {
	border-top-width: 1px;
	border-top : 1px solid Black;
}


TR.botrowline {
	border-bottom-width: 1px;
	border-bottom : 1px solid Black;
}

A.perhead:link { color: #ffffff; font-weight: normal; }
A.perhead:visited { color: #ffffff; font-weight: normal; }

A.dsphead:link { color: #ffffff; font-weight: normal; }
A.dsphead:visited { color: #ffffff; font-weight: normal; }
A.nav:link { font-size: 9pt; color: #ffffff; font-weight: normal; }
A.nav:visited { font-size: 9pt; color: #ffffff; font-weight: normal; }

A.secthead:link { color: #ffffff; font-weight: normal; }
A.secthead:visited { color: #ffffff; font-weight: normal; }

*/
/*
H1 { font-size: 30pt; font-family: Arial, Helvetica; font-style: bold; }
H3 { font-size: 16pt; font-family: Arial, Helvetica; font-style: bold; }
H5 { font-size: 8pt; font-family: Arial, Helvetica; font-style: normal;}
.justify { text-align: justify; }
.small { font-size: 8pt; }
.msmall { font-size: 9pt; }
.default { font-size: 11pt; font-family: Arial, Helvetica; }

.smlist { font-size: 8pt; color: white; }
.secthead { font-size: 11pt; background: #601034; color: #c4c4c4; font-weight: bold;  white-space: nowrap;}
.perhead { font-size: 11pt; background: #2D525B; color: #c4c4c4; font-weight: bold;  white-space: nowrap;}
.tblLocate { background: #EFEFEF; }
.tblPushed { background: #FFEFEF; font-size: 9pt;}
.pastdue { background: #FFEFEF; }
.tblToDo { font-size: 9pt; }

.sectname { font-size: 11pt; color: white; }
.sectact { font-size: 8pt; color: #FEFCE7; font-weight: bold; }
.secttab { font-size: 10pt; color: #c4c4c4; font-weight: bold; }



.tabletit	{ font-weight: bold; background: #FCF5F2; }

TABLE.window { background: #FEFCE7; width: 350px;}
TABLE.menu { width: 90px; background: #601034; }


*/
/* FORM Elements */
INPUT[type="submit"]{ 
	font-family:  Arial, Helvetica;
	font-size: 9pt;
	background-color: #054778;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 2px outset #4B4B4B;
	margin-top: 0px; 
	margin-bottom: 0px;
}

INPUT[type="submit"].inline{ 
	font-family:  Arial, Helvetica;
	font-size: 7pt;
	background-color: #cccccc;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px outset #4B4B4B;
	margin-top: 0px; 
	margin-bottom: 0px;
}

INPUT[type="reset"]{ 
	font-family:  Arial, Helvetica;
	font-size: 9pt;
	background-color: #054778;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 2px outset #4B4B4B;
	margin-top: 0px; 
	margin-bottom: 0px;
}

INPUT[type="checkbox"]{ 
	font-family:  Arial, Helvetica;
	font-size: 9pt;
	background-color: #ffffff;
	color: #054778;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px none;
	margin-top: 0px; 
	margin-bottom: 0px;
}

INPUT {
	font-family:  Arial, Helvetica;
	font-size: 9pt;
	background-color: #FFFFFF;
	color: #054778;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #4B4B4B;
	margin-top: 2px; 
	margin-bottom: 2px;
	
}
FORM {
	font-family:  Arial, Helvetica;
	font-size: 9pt;
	color: #054778;
	padding-left: 2px;
	padding-right: 2px;
	border: 0px solid #4B4B4B;
	margin-top: 0px; 
	margin-bottom: 0px;
	
}
SELECT {
	font-family:  Arial, Helvetica;
	font-size: 9pt;
	background-color: #cccccc;
	color: #054778;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #4B4B4B;
	margin-top: 0px; 
	margin-bottom: 0px;
	
}

SELECT.inline {
	font-family:  Arial, Helvetica;
	font-size: 9pt;
	background-color: #601034;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	border: 0px solid #4B4B4B;
	margin-top: 0px; 
	margin-bottom: 0px;
	
}

TEXTAREA {
	font-family:  Arial, Helvetica;
	font-size: 9pt;
	background-color: #FFFFFF;
	color: #054778;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #4B4B4B;
	margin-top: 2px; 
	margin-bottom: 2px;
}

SELECT {
	font-family:  Arial, Helvetica;
	font-size: 8pt;
	background-color: #FFFFFF;
	color: #054778;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 1px; 
	margin-bottom: 1px;
}

INPUT.number { text-align: right; }
















