/* CSS Document */

/* CSS RESET CODE ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
		body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
			margin:0;
			padding:0;
		}
		table {
			border-collapse:collapse;
			border-spacing:0;
		}
		fieldset,img { 
			border:0;
		}
		address,caption,cite,code,dfn,em,strong,th,var {
			font-style:normal;
			font-weight:normal;
		}
		ol,ul {
			list-style:none;
		}
		caption,th {
			text-align:left;
		}
		h1,h2,h3,h4,h5,h6 {
			font-size:100%;
			font-weight:normal;
		}
		q:before,q:after {
			content:'';
		}
		abbr,acronym { border:0;
		}
/* End CSS RESET +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*AV CSS File ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*MAIN ______________________________________________________________________________________________________*/


sup
{
	vertical-align: top;
}


body,td,th, a{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


p{
	line-height:16px;
	margin-bottom: 7px;
}

li {
	font-size: 13px;
	
}


a {
	color: #000000;
	text-decoration:none;
}

		a:visited {
			color: #000000;
		}
		
		a:hover {
			color: #FF0000;
		}
		a:active {
			color: #000000;
		}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

	h1 {
		font-size: 35px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	h2 {
		font-size: 16px;
		margin-top: 10px;
		
	}
	
	h3 {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 2px;
	}
	
	h4 {
		font-size: 14px;
		color: #808080;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	h5 {
		font-size: 16px;
		color: #FF0000;
		margin-top: 5px;
		margin-bottom: 5px;
		font-weight: bold;
		
	}
	
.tableText {
		   
		   padding-left:10px;
		   padding-right:10px;
		   padding-top:10px;
		   padding-bottom:10px;
		   
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*check later and modify */

.bullet {
	margin-bottom:7px;
	margin-left:25px;
	list-style-position:outside;
	list-style-image: url(images/bullet1.gif);
}

.tableBullet {
	margin-bottom:3px;
	margin-left:5px;
	list-style-position:outside;
	list-style-image: url(images/bullet1.gif);
}


.bio {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.head1 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
	margin-left:10px;
	}
	
.contentLink {
color: #FF0000;
font-weight:bold
}
	.contentLink:selected {
		color: #FF0000;
	}
	
	.contentLink:link {
		color: #FF0000;
	}
	.contentLink:visited {
		color: #FF0000;
	}
	.contentLink:hover {
		color: #999999;
	}
	
	

/* consider deleting after testing */

.head2 {
	font-size: 16px;
	font-weight:bold;
	line-height: 20px;
}

.salesNo {
	font-size: 18px;
	letter-spacing:1px;
	font-weight:bold;
	color: #FF0000;
	line-height: 18px;
}

.intro {
	font-size: 11px;
	font-weight:normal;
	line-height: 20px;
}


.head3 {
	font-size: 12px;
	font-weight:bold;
}

.custList {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
}

/*NAVIGATION ______________________________________________________________________________________________________*/

.NAV {
	margin-left: 10px;
	margin-top:10px;
	margin-bottom:5px;
	font-size: 13px;
	font-weight: bold;
}

.NAV2 {
	font-size: 13px;
	text-decoration: none;
	margin-left: 15px;
	font-weight: normal;
}

	.NAV2:selected {
		color: #FFFF00;
	}
	
	.NAV2:link {
		color: #000000;
	}
	.NAV2:visited {
		color: #000000;
	}
	.NAV2:hover {
		color: #FF0000;
	}
	.NAV2:active {
		color: #000000;
	}

/*FOOTER ______________________________________________________________________________________________________*/

.FOOTER {
	font-size: 9px;
	font-weight:normal;
	color: #666666;
	text-decoration: none;
	vertical-align: baseline;
	text-align:center;
}

.FOOTER:link {
	color: #666666;
	
}
.FOOTER:visited {
	color: #666666;
}
.FOOTER:hover {
	color: #FF0000;
}
.FOOTER:active {
	color: #666666;
}

.line {
	color: #FF0000;
}

* {
margin: 0;
}
html, body {
height: 100%;
}
#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
#footer, .blank {
height: 3em;
}


/*SIDEBAR ______________________________________________________________________________________________________*/

.sidebarHead  {
	color:#FFF;
	margin-left:10px;
	margin-right:10px;
	font-size: 14px;	
	font-weight: 700;
}



.sidebar  {
	color:#FFF;
	font-weight:600;
	margin-left:20px;
	margin-right:20px;
	font-size: 13px;
	margin-bottom:12px;
	list-style-position:outside;
	list-style-image: url(images/bullet2.gif);
}

.sidebarParagraph {
color:#FFF;
	font-weight:600;
	margin-left:10px;
	margin-right:10px;
	font-size: 13px;
	margin-bottom:12px;
}


.sidebar:selected {
		color: #FF0000;
	}
	
	.sidebar:link {
		color: #000000;
	}
	.sidebar:visited {
		color: #000000;
	}
	.sidebar:hover {
		color: #000000;
	}
	.sidebar:active {
		color: #000000;
	}



/* 

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*nav styles

 #navTitle {
	margin-left:5px;
	margin-top:20px;
	padding-top:20px;
}
*/
/*
#nav ul {
	margin-left: 10px;
	line-height:10px;
	margin-top:50px;
}

#nav li {
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
}


.NAV:selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #000000;
	letter-spacing:0px;
	padding: 2px;

}

.NAV:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing:0px;
	text-decoration: none;

}
.NAV:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing:0px;
	text-decoration: none;

}
.NAV:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing:0px;
	text-decoration: none;
	
}
.NAV:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	letter-spacing:0px;
	text-decoration: none;
	
}
*/

/*NAV STYLE - 2ND level*/



	





/*NAV STYLE - 2ND level
.NAV3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
}

.NAV3selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFF00;
	background-color: #000000;
	text-decoration: none;
	padding:2px;
}

.NAV3:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.NAV3:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.NAV3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FF0000;
	text-decoration: none;
}
.NAV3:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
*/



