/* CSS Document */

body {
	padding: 0;
	margin : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7B080A;
	line-height: 140%;
}
.plaintext {
	padding: 0;
	margin : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;

}
a.plaintext, a.plaintext:visited, a.plaintext:active {	
	padding: 0;
	margin : 0;
	font-weight:normal;
	text-decoration: none;
	color: #3E5A4B;
	}
a.plaintext:hover {
	color: #3E5A4B;
		text-decoration: underline;
	}
a, a:visited, a:active {	
	color: #3E5A4B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #3E5A4B;
		text-decoration: underline;
}

div.mainpage {width: 600px;  
	margin: 20px 0 20px 0; 
	padding: 0; 
	border: 1px solid black; 
}
h2.subtitle {
	margin: -20px 0 0 0;
	padding: 0 0 5px 115px;
	text-align: left;
	color: #0C2E1E;
	font-family: bibleScrT,"Lucida Calligraphy","Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
}

#contentbox{
	margin: 3px 10px 0px 10px; 
	padding-bottom: 10px;
}
#content h1 {
      font-family :  Verdana, Arial, Helvetica, sans-serif;
      font-size : 28pt;
      font-weight : normal;
      color : #000000;
      background-color : transparent;
}
#content h2 {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12pt;
      font-weight: bold;
      color: #000000;
      background-color : transparent;
}

.content {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight : normal;
	color : #0C112E;
	background-color : transparent;
	line-height : 140%;
	border: solid;
}
img.M10upDown{ margin: 10px 0 10px 0;
	border: none
}
img.M10up{ margin-top: 10px;
	border: none
}
ul.products {
	list-style-image: url("../../assets/bullet.gif");
}

div.articles {
	margin: 20px;
	padding: 10px;
	width:250px;
	border-top: 1px solid #7B080A;
	border-bottom: 1px solid #7B080A;
	text-align:center;
	word-spacing: 0.15em;
	letter-spacing: 0.04em;
	line-height: 145%;

}
div.articleHighlighted {margin: 20px; 
	padding: 10px; 
	width:250px; 
	border-top: 1px solid #7B080A; 
	border-bottom: 1px solid #7B080A; 
	text-align:center; 
	background-color:#FCFCFC;
	}
a.articles, a.articles:visited, a.articles:active {	
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a.articles:hover{
	color: #331F17;
	text-decoration: underline;
}

.clearthefloats {clear:both;} 
.clearfix:after {page: "."; 
	display: block; height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.copyrightBox {
	text-align: center;
	background-color: #E7E6E4;
	width: 90%;
	border: 2px solid #0C2E1E;
	margin-bottom: 10px;
}
a.copyright, a.copyright:visited, a.copyright:active {	
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #0C2E1E;
	letter-spacing: 1px;
	font-style: italic;
	text-decoration: none;
	}
a.copyright:hover {
	text-decoration: underline;
}