	body {
		background: white; 
		font-family: arial, helvetica, geneva, san-serif; 
		color: black; 
	}
	form { display:inline; }

	
	#nav, #nav ul, #morenav,#morenav ul { /* all lists */
		font-family: arial, helvetica, geneva, san-serif;
		color: white;
		padding: 0;
		margin: 0px 0 0 0 ;
		list-style: none;
		float : left;
		width : 220px;
	}
	#nav, #nav ul{
		margin: 10px 0 0 0 ;
	}
	
	#nav li,#morenav li { /* all list items */
		color:white;
		float: left;
		padding: 0 0px 2px 0px;
		width: 210px;
		margin: 0 5px 2px 5px;
		border-top:2px solid #F10000;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left :210px;
		margin-top : -1.7em; 
		color: black;
		background-color: #DEB956;
		border-top:2px solid #F10000;
		/*white-space : nowrap;*/
		width:18.5em;
		padding-right:5px;
		z-index: 100;

	}
	
	#nav li ul li { /* second-level lists */
		padding-left: 5px;
		border-top: 0px solid #F10000;
		padding: 0 0px 0px 5px;
		/*width: 190px;*/
		margin: 0;
		color:black;
		padding-left: 1.5em;
		text-indent: -1em;
				/*white-space : nowrap;*/
	}

	#nav li ul li a {
		display : block;
		color : black;
		font-weight:bold;
		text-decoration : none;
		/*background-color :  #1a0303;*/
		padding:2px 2px 2px 2px;
		margin: 0;
	}
	#nav li ul li a:hover {
		background-color :  #E4BD5A;
		color :  #F10000;
	
	}
	
	/*try this trigger for IE7*/
#nav li:hover {
  visibility: visible;
}

	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a, #morenav li a{
		font-size:100%;
		display : block;
		color : white;
		text-decoration : none;
		/*background-color :  #1a0303;*/
		border : 0px solid red;
		margin-top:3px;
/*		white-space : nowrap;*/
		font-weight:bold;
	}
	
	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#morenav li a:hover{
		color :  #F10000;
	}

	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		/*margin-left : 12em;*/
	}





#topNavNew, #topNavNew ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#topNavNew a {
	display: block;
	width: 10em;
}

#topNavNew li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#topNavNew li ul { /* second-level lists */
	position: absolute;
	background: #DEB956;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#topNavNew li:hover ul, #topNavNew li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

body{
	padding:0;
	margin:0;
}

.masthead3{
	background-image: url("/images/lipstick_wrap.png");
	background-repeat: repeat;
	height:129px;

}

.masthead2{
/*	background-color:#F10000;
	background-image: url("/images/lipstick.png");
	background-repeat: repeat;*/
	height:129px;

}
.masthead_table{
	color:white;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	font-style: italic;
	font-weight:bold;
}

.search_area{
background-image: url("/images/search_area.png"); 
}


.masthead img {
	text-align:center;
	vertical-align:middle;
	}





.masthead_shadow{
	background-image: url("/images/tanshadowv.png"); 
	background-repeat: repeat-x;
}

.whitecorner{
	background-image: url("/images/whiteshadowc.png");  
	background-repeat: no-repeat;
}

.tancorner{
	background-image: url("/images/tanshadowc.png");  
	background-repeat: no-repeat;
}

.topnav_bar{
	background-image: url("/images/tan.png"); 
	background-repeat: repeat;
	text-align:left;
	padding-bottom:4px;
	background-color: #DEB956;
	padding-left:20px;
}
.topnav_item, .topnav_item a{
	color:black;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:2px;
	text-decoration:none;
}

.topnav_item a:hover{
/*	background-color:#F10000;
	color:white;	*/
	color:#F10000;
}

.topnav_shadow{
	background-image: url("/images/whiteshadowv.png"); 
	background-repeat: repeat-x;
}

div{
margin:0;
padding:0;
}



.leftnav_bar{
	background-image: url("/images/brown.png"); 
	background-repeat: repeat;
	color:green;
}

.leftnav_shadow2{
	background-image: url("/images/whiteshadowh.png"); 
	background-repeat: repeat-y;
}



.leftnav_shadow{
	background-image: url("/images/tanshadowh.png"); 
	background-repeat: repeat-y;
}

.main_content{
	padding: 5px 5px 5px 10px;
	
	
}


.loginButton {
	font-family : verdana, arial, helvetica, geneva, sans-serif; 
	color: White;
	background-color: transparent;
	text-align: left;
	text-decoration : underline;
	padding : 0px 0px 0px 0px;
	font-size:95%;
	border: 0px;
	font-weight : bold;
}

	a.redlink:link {
		font-weight: bold;
		text-decoration: underline; 
		color: #F10000; }

	a.redlink:visited {
		font-weight: bold;
		text-decoration: underline; 
		color: #F10000; }


	.logintext {
		color: white; 
		text-align : right;}

	.loginlabel {
		font-weight: bold;
		color: White;
		font-size : 12px;
		text-align : right;
		margin : 2px;
	}



	#loginbox {
	font-size:95%;
	margin-top:10px;
	/*border: thin solid white;*/
		/*height: 90px;*/
	}

	.footer2 {
		color: #F10000;
		font-size: 12px; 
		/*position: relative;*/
		text-align:center;
		
	}

	div.footer2 a:link, div.footer2 a:visited {
		text-decoration: none; 
		color: #F10000; 
		font-weight: bold; }
		
		
h1 , h2{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-top:5px;
color:#F10000;
}


/* for homepage */

#column1 {

/*		position: absolute;
		top: 110px;
		left: 5px;*/
		
display:inline;
float:left;
		margin-left:5px;
		margin-top:10px;
		width: 375px; }



	#column2 {		
/*
		position: absolute;

		top: 110px;

		left: 415px; 
*/
display:inline;
float:left;
margin-left:40px;
margin-top:10px;
		width: 355px; }



	#column3 {

		/*position: absolute;

		top: 565px;

		left: 5px;
*/
margin-top:20px;
		width: 770px; }


	.featurestext a:link {
		font-size: 12px; 
		text-decoration: none;
		color: 333333; }
		
	
	.featurestext a:visited {
		font-size: 12px; 
		text-decoration: none;
		color: 333333; }
		
	#column4 {

/*		position: absolute;

		top: 585px;

		left: 525px;
*/

		width: 180px; 
		}

