/*Copyright 2008-2009 Salvonix, www.salvonix.us, all rights reserved.  No part of this document may be copied.*/
body {padding: 0px; margin: 0px; color: black; background-color: #fff;}
h1 {
	font-family: "Script MT Bold", "URW Chancery L", serif;
	font-style: normal;
	font-size:170%;
	font-weight: 900;
	font-variant:normal;
	text-align:center;
	color: #20462b;
	padding: 1ex;
	margin:3ex 0em 0ex;}
h2 {
	text-align:left;
	font-family: Arial, Luxi Sans, sans-serif;
	font-weight:500;
	font-size: 120%;
	line-height:0%;
	font-variant:small-caps;
	color:#000;
	padding: 1ex 1em 0ex 2em;
	clear:both;
	}
h3 {
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 90%;
	font-weight:500;
	font-style: normal;
	color: black;
	text-align: left;
	padding: 1ex 2em 1ex 5em; 
	margin:0px;
	 }
h3 a:link {font-size: 110%; color:#36422c;}
h3 a:visited {font-size: 110%; color:#000;}
h3 a:hover {font-size: 110%; color:#6c7c5f;}
h3 a:active {font-size: 110%; color:#6c7c5f;}
h4 {
	font-family: Garamond, Georgia, serif;
	font-style: normal;
	font-size: 110%;
	font-weight:700;
	color: #2f1683;
	text-align: left;
	padding: 0.3ex 1.5em; 
	margin:0px; }

h5 {	clear:both;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:600;
	font-style: normal;
	color: black;
	text-align: left;
	padding: 0ex 1em; 
	margin:0px; }

a:link {color: #2f1683;}
a:visited {color: #8f9380;}
a:hover {color: #20462b;}

div#title     {
        position: fixed;
        width: auto;
        height: 110px;
        top: 0px;
        right: 0%;
        bottom: auto;
        left: 0%;
	vertical-align: bottom; 
	color: #DDEFEA; 
	background-image:url('images/NTTLbanner2009.jpg'); 
	background-color: #2f1683;
        background-repeat: repeat-x; 
        background-position: 0% 0%;
	margin:0ex;
	padding:0ex;
	z-index: 2;}
/*Copyright 2008 Salvonix, www.salvonix.us, all rights reserved.  No part of this document may be copied.*/


div#rightBar{
	position: fixed;
	width: 15%;
	top: 110px;
	right: 0px;
	height: 100%;
	bottom: auto;
	background-color:#2f1683;
	padding: 0px;
	margin: 0px;
}
div#footer{
	position: fixed;
	width: 15%;
	top: auto;
	right: 0px;
	height: 3em;
	bottom: 0px;
	background-color:transparent;
	padding: 0.2ex 0.2em;
	margin: 1ex 0.5em;
	font-family: "Script MT Bold", "URW Chancery L", serif;
	font-style: normal;
	font-size:110%;
	font-weight: 600;
	font-variant:normal;
	text-align:right;
	color:#fff;

}

div#content {
        position: absolute;
        width: auto;
        height: auto;
        top: 110px;
        right: 15%;
        bottom: auto;
        left: 0%;
	padding:  1ex 2em 1ex;
	margin: 0px;
	background-color:white;
/*	background-image:url('images/CactusBloom.jpg');
        background-position: 50% 75%;
	background-attachment:fixed;
        background-repeat: no-repeat; */
	z-index:1;
}

div#content p {font: 90% Arial, Helvetica, Verdana, sans-serif; z-index: 1; padding: 0ex 2.5em;}

.external {
	background: url('images/external.gif') no-repeat 100% 30%;
	padding:0ex 15px 0ex 0.1em;
	margin:0ex 0em 0ex 0px;
	z-index:3;
	}
/*Copyright 2008 Salvonix, www.salvonix.us, all rights reserved.  No part of this document may be copied.*/

div.pullquote {float: right; width: 275px; height: auto; color: #20462b;
   border: solid #20462b; border-width: 2px 0px; z-index: 1;
   font: bold 1em Arial, Helvetica, Verdana, sans-serif;
   padding: 3px 2px; margin: 1px 7px;}

div#copyright  {
	text-align: right;
	font-style: italic;
	font-size: 66%;
   	z-index: 1;
	color: #999;
/*	top: 4ex;
	width: 100%;
	height: 30px;
	bottom: auto;*/
	padding: 0px;
	margin: 0ex;
 }

div#copyright p {padding: 0.1ex 0em; }
ul {list-style:none;}
ul li {font-size:90%}

div#menu {
        position: fixed;
        width: auto;
        height: auto;
        top: 110px;
        right: 0%;
        bottom: auto;
        left: 0%;
	z-index: 5;
	background: #2f1683;
	border-left: 0px solid #DDEFEA;
	border-right: 0px solid #DDEFEA; }
/*Copyright 2008 Salvonix, www.salvonix.us, all rights reserved.  No part of this document may be copied.*/
div#menu {font-family: Arial, Helvetica, Verdana, sans-serif;} 
div#menu {font-size: 100%; font-weight:500; text-decoration: none; color: #edeedd;}
div#menu a:link {background: #2f1683; color: #edeedd;}
div#menu a:visited {background: #2f1683; color: white;}
div#menu a:hover {background: #edeedd; color: #2f1683;}
div#menu ul {border: 0; margin-left: 0; padding: 0; background: #2f1683;}
div#menu li {position: relative; list-style: none;
  float: left; width: 9.5em; padding: 0ex; margin: 0px}
div#menu li.submenu:hover {background: #DDEFEA; color: #2f1683;}
div#menu li a {display: block;
		margin:0px;
		padding: 0.5ex 0.5em;
		border:0px;
		text-decoration: none;}
div#menu ul li {text-align: left;}
div#menu ul ul {position: absolute; display: none;}
div#menu ul ul li {text-align: left;}
div#menu ul.level1 li.submenu:hover ul.level2,
div#menu ul.level2 li.submenu:hover ul.level3 {display:block;}
div#menu ul.level2 {top: 3ex; z-index: 3;}
div#menu ul.level3 {top: -1px; right: 10em;
  border-top: 1px solid #CCC; z-index: 4;}
.imageRight {float: right; padding: 4px 8px; margin:0ex 0em 2ex; text-align: left;}
.imageLeft {float: left; padding: 4px 8px; margin:0ex 0em 2ex; text-align: right;}


