body		{
  	background: rgb(255,255,255);
  	color: rgb(51,51,51);	
  	cursor: auto;
	font-family: Arial, Helvetica, sans-serif;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1.5;
  	margin: 0; 
   	padding: 0;
   	font-size: 1.3em;
  	position: relative;   
}

.container {
	padding-right: 0; 
 	padding-left: 0;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;	
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  	color: #222222;
  	font-family: Arial, Helvetica, sans-serif;
  	font-style: normal;
  	font-weight: normal;
  	line-height: inherit;
  	text-rendering: optimizeLegibility; 
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
   color: #6f6f6f;
   line-height: 0; 
}

/* Default Link Styles */
a {
  	color: #073873;
  	line-height: inherit;
  	text-decoration: none; 
  	outline: none;
}
a:hover, a:focus {
  	color: #073873;
  	text-decoration: underline;
}
a img {
  	border: none; 
}
/*a:link {
	text-decoration: none;
   color: rgb(9, 54, 145);	
}
a:visited {
	text-decoration: none;
   color: rgb(9, 54, 145);
}
a:active {
	text-decoration: none;
   color: rgb(9, 54, 145);		
}*/

/* Lists */
ul,
ol,
dl {
  	font-family: inherit;
 	font-size: inherit;
	line-height: inherit;
	list-style-position: inherit;
	margin-bottom: 1.25rem;      
}

ul {
	margin: 0; 
 	padding: 0;
	list-style-type: none;
	margin-top: 4px; 
 	margin-left: 3em;  
}
ul li {
	background-repeat: no-repeat;
	background-position: 5px 8px;
   background-image: url(/images/bullet-sqblue.png);	
 	padding-left: 15px;
} 

ul li a {
	text-decoration: underline;	
}
ul li a:hover {
	text-decoration: none;
}
     
/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem; 
   margin-bottom: 0; 
}
 
/* Ordered Lists */
ol {
	margin: 0; 
 	padding: 0; 
 	margin-top: 4px; 
 	margin-left: 3em; 
}
  ol li ul,
  ol li ol {
    margin-left: 1.25rem; 
     margin-bottom: 0; 
}

ol li a {
	text-decoration: underline;	
}

ol li a:hover {
	text-decoration: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem; 
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: none;  
}

blockquote,
blockquote p {
  line-height: normal;
  color: inherit; 
  font-size: inherit;
}

