p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a	{
	color: #669900;
	text-decoration: none;
	}
	
a:link	{
	color: #669900;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	}
	
a:active {
	color: #669900;
	text-decoration: underline;
	}
	
a:hover {
	color: #99CC33;
	text-decoration: underline;
	}
	
h1	{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0066;
	}
	
h2	{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC0066;
	}
	
.INPUT-FIELD-VERTICAL {
	width: 160px;
	height: 17px;
	border: 0px;
	}

.BUTTON-SUBMIT	{
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/nav2-up.gif);
    background-repeat: no-repeat;
	cursor: pointer;
	font-variant: small-caps;
	width: 85px;
	height: 20px;
		}	


.print {
  visibility:visible;
  }
	
/**
 * Basic styling for TPL1
 */  

#TPL1-BODY {
  background-color: #CC0066;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  }

#TPL1-SITE-DIMENSIONS {
  margin: auto;
  width: 1024px;
  height: auto;
  background-image: url(../images/TPL1-site-dimentions.jpg);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  }

#TPL1-CONTAINER-A {
  width: 1024;
  height: 150px;
  }

#TPL1-CONTAINER-A1 {
  width: 250px;
  height: 75px;  
  background-image: url(../images/TPL1-container-a1.gif);
  background-repeat: no-repeat;
  }
  
#TPL1-CONTAINER-A2{
  width: 250px;
  height: 85px;
  }  

#TPL1-CONTAINER-B {
  width: auto;
  height: 71px;
  }

#TPL1-CONTAINER-B1 {
  width: auto;
  height: 30px;
  }
  
#TPL1-CONTAINER-B2 {
  width: 832px;
  background-color: #CC0066;
  text-align: right;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  }  

#TPL1-CONTAINER-C {
  width: 1024px;
  height: auto;
  }

#TPL1-CONTAINER-C1 {
  width: 199px;
  height: auto;
  margin-left: 15px;
  padding: 10px;
  float: left;
  margin-bottom: 15px;
  border: #CC0066 1px dotted;
  font-size: 8pt;
  color: #CC0066;
  }

#TPL1-CONTAINER-C2 {
  width: 560px;
  height: 500px;
  overflow: auto;
  float: left;
  line-height: 13pt;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  }

#TPL1-CONTAINER-C3 {
  width: 175px;
  height: 35px;
  float: right;
  text-align: center;
  background-image: url(../images/TPL1-container-c3.gif);
  background-repeat: no-repeat;
  font-size: 8pt;
  padding-top: 8px;
  }
  
#TPL1-CONTAINER-C4 {
  width: 138px;
  height: auto;
  float: right;
  margin-left: 20px;
  margin-right: 18px;  
  text-align: center;
  border: #99CC33 1px solid;
  font-size: 8pt;
  padding-top: 5px;
  color: #669900;
  }  


#TPL1-CONTAINER-D {
  height: 24px;
  clear: both;
  }

#TPL1-CONTAINER-D1 {
  width: 255px;
  float: left;
  }
  
#TPL1-CONTAINER-D2 {
  width: 769px;
  height: 20px;
  background-color: #99CC33;
  float: left;
  }
/**
 * Basic styling for toplevel and sublevel menu items
 */
ul.NAV1,
ul.NAV1 ul {
	list-style-type: none;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

/**
 * Use absolute positioning for the submenu, this makes sure IE does 
 * not resize the container DIV
 */
ul.NAV1 ul {
	position: absolute;
	bottom: 0px;
	}

/**
 * Position list items relative to the menu it is in,
 * required to keep absolute positioned elements inside the list item
 */
ul.NAV1 li {
	position: relative;
	width: 140px;
	float: left;
	}

/**
 * The next two blocks style the submenu positioning inside a list-item
 * One block for W3C browsers, one for IE6.
 * adjust top and left to change spacing
 */
ul.NAV1 li > ul {
	display: none;
	}
	
* html ul.NAV1 ul {
    display: none;
	}

ul.NAV11 li > ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
	}
* html ul.NAV11 ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
	}

/**
 * This will open the submenu when hovered
 */
ul.NAV1 ul.hover {
    display: block;
}

/**
 * Styling of links used in the menu
 * Change colors, padding and text-decoration as you like
 */
ul.NAV1 li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	padding-top: 7px;
	padding-bottom: 8px;
	margin-left: 0px;
	margin-right: 4px;
	background-color: #99CC33;
	}

ul.NAV11 li a {
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	margin-top: 0px;
	font-size: 8pt;
	padding-top: 1px;
	padding-bottom: 2px;
	}

/**
 * This block describes styling of hovered menu items
 * Change colors or text-decoration as you like
 */
ul.NAV1 a:hover,
ul.NAV1 a.hover {
	color: #FFFFFF;
	background-color: #669900;
	}

/**
 * This block describes styling of active menu items
 */
ul.NAV1 a:active,
ul.NAV1 a.active {
	color: #FFFFFF;
	background-color: #669900;
	}

ul.NAV1 a:visited,
ul.NAV1 a.visited {

	}

/* Fixes IE-windows problems with linebreaks, hide for IE-mac \*/
* html ul.NAV2 li { float: left; }
* html ul.NAV2 li a { height: 1%; }
/* End */

/**
 * Basic styling for toplevel and sublevel menu items
 */
ul.NAV2,
ul.NAV2 ul {
	list-style-type: none;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

/**
 * Use absolute positioning for the submenu, this makes sure IE does 
 * not resize the container DIV
 */
ul.NAV2 ul {
	position: absolute;
	bottom: 0px;
	}

/**
 * Position list items relative to the menu it is in,
 * required to keep absolute positioned elements inside the list item
 */
ul.NAV2 li {
	position: relative;
	width: 85px;
	float: left;
	}

/**
 * The next two blocks style the submenu positioning inside a list-item
 * One block for W3C browsers, one for IE6.
 * adjust top and left to change spacing
 */
ul.NAV2 li > ul {
	display: none;
	}
	
* html ul.NAV2 ul {
    display: none;
	}

ul.NAV21 li > ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
	}
* html ul.NAV21 ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
	}

/**
 * This will open the submenu when hovered
 */
ul.NAV2 ul.hover {
    display: block;
}

/**
 * Styling of links used in the menu
 * Change colors, padding and text-decoration as you like
 */
ul.NAV2 li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 4px;
    background-image: url(../images/nav2-up.gif);
    background-repeat: no-repeat;
	}

ul.NAV21 li a {
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	}

/**
 * This block describes styling of hovered menu items
 * Change colors or text-decoration as you like
 */
ul.NAV2 a:hover,
ul.NAV2 a.hover {
	color: #ffffff;
	background-image: url(../images/nav2-hover.gif);
    background-repeat: no-repeat;
	}

/**
 * This block describes styling of active menu items
 */
ul.NAV2 a:active,
ul.NAV2 a.active {
	color: #ffffff;
	background-image: url(../images/nav2-hover.gif);
    background-repeat: no-repeat;	
	}

ul.NAV2 a:visited,
ul.NAV2 a.visited {

	}

/* Fixes IE-windows problems with linebreaks, hide for IE-mac \*/
* html ul.NAV2 li { float: left; }
* html ul.NAV2 li a { height: 1%; }
/* End */











#CONTACT { 
	width: 540px; 
	height: 600; 
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13pt; 
	}

#CONTACT1 { 
	width: 500px; 
	height: 50px; 
	float: left; 
	line-height: 13pt; 
	padding-left: 25px;
	}

#CONTACT2 { 
	width: 100px; 
	height: 200px; 
	float: left; 
	line-height: 13pt; 
	padding-left: 25px;
	}

#CONTACT3 { 
	width: 250px; 
	height: 200px; 
	float: left; 
	line-height: 13pt; 
	}

#CONTACT4 { 
	width: 500px; 
	height: 50px; 
	float: left; 
	line-height: 13pt;
	padding-left: 25px; 
	}
	
#CONTACT5 { 
	width: 100px; 
	height: 200px; 
	float: left; 
	line-height: 13pt; 
	padding-left: 25px;
	}

#CONTACT6 { 
	width: 250px; 
	height: 200px; 
	float: left; 
	line-height: 13pt; 
	}
.text-field {
	height: 30px;
	}

.INPUT-LABEL-HORIZONTAL {
	width: 160px;
	float: left;
	}
	

