/* The file "Owens type template - real.css" provides the original annotations and shows additional specs */
/* Copy and repeat the base sets here to set up styuling for different IDs*/
img {
	border: 0;
	}
/*headings* will apply to all heading tags unless rewritten for specific IDs */
h1 {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing:.5px;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #1f3e71;
	}
h2 {
	font-size: 1.6em;
	margin: 0.2em 0em 0.2em 0em;
	line-height:1.2em;
	font-weight: normal;
	color: #1f3e71;
	}
#secondary h2 {
	font-size: 1.6em;
	margin: 0.2em 0.2em 0em 0.5em;
	line-height:1.2em;
	font-weight: normal;
	color: #1f3e71;
	}
h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0.2em 0em 0.2em 0em;
	font-weight: 500;
	color: #1f3e71
	}
#secondary h3 {
	font-size: 1.25em;
	line-height: 1.15em;
	margin: 0.3em 0em 0.2em 0.8em;
	font-weight: 500;
	color: #1f3e71
	}
h4 {
	font-size: 1.0em;
	margin: 0.8em 0em 0.8em 0em;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

/*body text*/
p {
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.6em;
	margin: 0.8em 0em 0.8em 0em;
	color: #000;
	}
#secondary p {
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.2em;
	margin: 0.2em 0em 0.8em 0.9em;
	color: #000;
	}	
#submenu-content p,a:link {
	color:#FFF;
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
	padding:0px;
	}	
li > p {
	margin-top: 0.2em;
	}
a {
	text-decoration: none;
	color: #1f3e71;
	font-weight: bold;
	outline:none
	}
a:link {
	font-weight: 500;
	text-decoration: none;
	margin-top: 0px;
	color: #1f3e71;
	font-weight: bold;
	}
a:visited {
	text-decoration: none;
	color: #1f3e71;
	font-weight: bold;
	}
a:active {
color: #1f3e71;
	}
a:hover {
	text-decoration: underline;
	}	
#TICKER a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	outline:none
	}
#TICKER a:link {
	font-weight: 500;
	text-decoration: none;
	margin-top: 0px;
	color: #FFF;
	font-weight: bold;
	}
#TICKER a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	}
#TICKER a:active {
	color: #FFF;
	}
#TICKER a:hover {
	text-decoration: underline;
	}		
a.white {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	}
a:link.white {
	font-weight: 500;
	text-decoration: none;
	margin-top: 0px;
	color: #FFF;
	font-weight: bold;
	}
a:visited.white {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	}
a:active.white {
color: #FFF;
	}	
	

pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
ol, ul, li {
	
	font-size: 1em;
	/*list-style: none;*/
	line-height: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
.white {
	color: #FFF;
	font-weight: bold;
}
.red {
	color: #BF2E1A
}
.right {
	float:right;
}

