/* Tag Redifinitions */

body {
	background-image:   url(../images/pageBckgrd.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	position:relative;
}

html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
			text-align: center;
	  /*overflow: hidden;*/
}

documentElement{
	/*overflow:hidden;*/
}

h1{
	font-size: 13pt;
	color: #580F71;
	font-family: arial;
	font-style: italic;
}
	h1 a{
		color: #580F71;
	}

h1 strong em {
	display:none;
}	

h2{
	font-size: 18pt;
	text-align: center;
	color: #231F20;
}

h3 {
	font-size: 13pt;
	font-family: arial;
	font-style: italic;
	color: #007D9B;
}
	h3 a{
		color: #007D9B;
	}

h4 {
}
a {
	color: #B72467;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
}
h5{
	visibility: hidden;
	position: absolute;
	top: 27px;
	left: 80px;
	margin-top:0px;
	margin-bottom: -30px;
}
ul li {
	line-height: 1.3em;
}

/* LAYOUT Classes and ID'd Elements */

.bckgrdHeader{
	background-image:   none;
	background-position: top center;
	background-repeat:no-repeat;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.bckgrdHeader *{
	display:none;
}

.main {
	position: relative;
	z-index: 2;
	border-collapse: collapse;
	width: 990px;
	top: 0px; 
	text-align: left;
}

.date {
	position: absolute;
	top: 250px;
	left: -10px;
	text-align: right;
	color: #52B1A9;
	font-size: 8pt;
	font-family: arial;
	width: 960px
}
.navBar img{
	float: left;
}
.navBar a{
	float: left;
}
.contentRow{

}
.leftCol{
	background-image: url(../images/content-bckgrd.png);
	background-repeat: repeat-y;
	background-position: left top;
}
	.leftCol div{
		background-image: url(../images/content-bckgrd.png);
		background-repeat: repeat-y;
		font-size: 8pt;
		color: #3E9BB6; /*#AFBF25;*/
		font-family: arial;
		font-weight:bold;
		text-align: center;
		position: relative;
	}
	.leftCol div form{
		position: absolute;
		left: 0px;
		top: 0px;
		margin: 0px;
		padding: 0px;
		width: 160px;
		padding-top: 113px;
	}
	.leftCol div form input.field{
		width: 105px;
		margin-left: 15px;
		border:0px solid transparent;;
	}
.content{
	background-color: white;
	font-family: arial;
	font-weight:bold;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #2B2B2B;
	padding-top: 20px;
}
	.content h1, .content p{
		padding-left: 20px;
		padding-right: 20;px
	}
.rightCol{
	background-image: url(../images/content-bckgrd.png);
	background-repeat: repeat-y;
	background-position: top right;
	padding:0px;
	text-align:right;
		font-size: 8pt;
		color: #000000; /*#AFBF25;*/
		font-family: arial;
		text-align: center;
}
.footer{	
	font-family: arial;
	font-size: 8pt;
	text-align: center;
	padding: 20px;
}
/* General Classes and ID'd Elements */

.toc {
	margin: 20px;
	font-family: arial;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
	.toc td{
		padding-left: 20px;
	}
	.toc .chapter{
		font-size: 1.2em;
		padding-left: 0px;
	}

/* Admin Style - contact Manager*/

.contactBox {
	position: absolute; 
	left: 50px; 
	top: 20px; 
	width: 400px; 
	height: 150px; 
	background-color: #FFFFFF;
	border: 2px outset;
	display: none;
}

		
/*Modular Navigation Styles*/

ul#nav{
	visibility:hidden;
		float: left;/**/
		position:relative;
		top: 305px;
		line-height: 30px;
		height: 30px;
		border-left: 1px solid #89D4F4;
		z-index: 600;
		/*width: 840px;*/
		margin-bottom: 0px;
		font-size: 11pt;
			padding: 0px;
			margin-top: 0px;
			margin-left: 0px;
}

ul#nav ul{
			top: 0px;    
			position:relative;
}

ul#nav li{
	width: auto;
	float: left;  /*enable for horizontal nav */
			position: relative;
			top: 0px;
			left: 0px;
			list-style-type: none;
	   		vertical-align: top; /* MUST BE PRESENT TO PREVENT VERT SPACES IN IE WHEN DISPLAY:BLOCK FOR <A> TAG*/
}

ul#nav li a{
	padding: 0px 10px;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	background-image: none;
	background-color: transparent;
	border: none;
	border-right: 1px solid #89D4F4;
	border-left: 1px solid white;
		font-family: "Comic Sans MS";
		color: #6c92c1;
		font-weight: bold;
			display: block;
}
ul#nav li a:hover{
	/*background-image: url(../images/btn-bckgrdOver.jpg);*/
	color: #64137e;
}
ul#nav li ul{
	border: none;
	border-bottom: 1px solid #0C6D88;
	position: absolute;  /* 	change for no javascript  */
			top: 0px;
			left: 0px;
			z-index: 100;
			clip: rect(auto 2500px 2500px 2500px);
			margin: 0px;
			padding: 0px;
			/*visibility: hidden;  ALLOWS OPERA LINKS TO FUNCTION (v<9) */
}

ul#nav li ul li{
	vertical-align:auto;
	background-color: #330000;
}

ul#nav li ul li a{
	padding: 0px 10px;
	color: #6c92c1;
	font-size: 8pt;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	background-image: none;
	background-color: #FFFFFF;
	border: none;
	border: 1px solid #0C6D88;
	border-bottom: none;
			position: relative;
			z-index: 1;
			zoom: 1;    /* MUST BE PRESENT TO SET  TRANSPARENCY IN IE*/
}
ul#nav li ul li a{
	background-image: none;
}
/*---------------------------PAYPAL STYLES------------------------------*/

td.field
{
	text-align:right;
	font-size:x-small;
	font-family:Verdana;
	
}

/* ----------------------------PRINT STYLES ---------------------*/

@media print {
	#noPrint   {display: none;}
	.noPrint{display: none}
}
