/* Created November, 2003. www.webpagesrus.net
Copyright © 2003, Web Pages 'R' Us. All Rights Reserved.*/

/* Background URL must be Absolute for Netscape 4.x */
body {
	background-color: #9B1F04;
}
 
/* Covering all the bases */
body,  table, td, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
/* End of belt & braces*/


/* Main Content Styles */
 p {
	line-height: 22px;
	margin: 0  30  0 30;
	padding-bottom: 0px;
}

h1 { 
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-left: 30px;
 }
 
 h2 { 
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-left: 30px;
 } 
 
 h3 { 
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	margin-left: 30px; margin-bottom:0px;
 }
 
 h4 { 
	font-size: 14px;
	font-weight: bold;
	line-height : 14px;
	color: #669966;
	text-align : center;
	margin-left: 30px; margin-bottom:0px;
 } 
 
.copyright{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #FFFFFF;
	background-color: #9B1F04; 
	width: 100%;
	text-align : center;
	margin-right: 0px; margin-left: 0px; 
}

.copyright a{
	color: #FFFFFF;
}

.bold {
	font-weight: bold;
}

ul {
	 line-height: 22px ; 
	margin-left: 80px;
	}

ol  { margin-left: 55px}

.burgundy{
	background-color : #9B1F04
}

/* End Main Content Styles */


/* Show Hide Styles */
 .showHide {
	 font-size: 10px
	 }

.showHide a:active{ }

.showHide a:hover{
	color: #3C8642;
	background-color : #DDDDDD; 
}
.showHide a:link{ 	}
	
.showHide a:visited{
	color: #9B1F04;
}
/* End Show Hide Styles */


/* display box related styles */
 .displaybox {
 	background-color : #F6F6F6; 
	margin-right:30px;
 	margin-left:40px; 
	padding: 10 20 10 20;
 	border-left:1 solid #9b1f04}

.displaybox b{
	font-size: 14px;
	font-weight: bold;
	color: #669966;
	line-height : 14px;	
	margin-bottom:0px;
}

.displaybox p {
	color: #990000;
	margin: 0  10  10  0;
	padding-bottom: 0px;
	padding-top: 0px;
	}

.displaybox li {
	color: #009900;	
	margin: 0  0  0 30;
}
.displaybox ul { 
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom:0px;
}

.displaybox img {
	margin-right : 10px;
}
/* end display box  styles */


/* menu link styles */
.menu {
	font-weight : bold;
	text-align : left;
	line-height: 22px;
}

.menu a {
	color: #9B1F04;
	background-color : #FFFFFF; 
	text-decoration: none;
	display:block;
	width: 100%;
	}

.menu a:hover {
	color: #3C8642;
	background-color : #DDDDDD;
	text-decoration: none;
	display:block;
	width: 100%;
 	margin-right:20px;
}
/*  end menu */

/*  End Of Style Sheet */