/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;

}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
	width: 100%;
}

h2{
 font-size: 114%;
 color: #D60021;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #D60021;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{display: none;
	
}

#navBar{
display: none;
	
}


#content{

	font-family: Verdana, Arial, Helvetica, sans-serif;
position:absolute;
}



.feature{
	padding: 0px 0px 10px;
	font-size: 100%;
	border-top-style: none;
}

.feature h3{
	padding: 0px 0px 0px 0px;
	
}

.feature img{
	padding: 0px 10px 0px 0px;
	margin: 0 0px 0px 0;
}



#headlines{
	margin: 0px;
	padding: 0px 0px 0px 0px;
0
}

#headlines p{
	padding: 0px 0px 0px 0px;
}
#logo {
	display: none;
}


#rightside {
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 175px;
	visibility: inherit;

	height: 30px;
	margin-right: 5px;
	text-indent: 5px;

}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AA0000;
}
.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2A00AA;
}
#productsdiv {

	width: auto;


}
.newtitlesfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
