/* 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;
	behavior: url(/css/iepngfix.htc);
	}
/*headings* will apply to all heading tags unless rewritten for specific IDs */
h1 {
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0em;
	color: #333399;
	}
h2 {
	font-size: 1.7em;
	margin: 0.5em 0em .5em 0em;
	font-weight: bold;
	color: #333399;
	}
h3 {
	font-size: 1.1em;
	margin: 0.2em 0em 0.2em 0em;
	font-weight: 500;
	color: #333399
	}
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: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
a {
	text-decoration: none;
	color: #333399;
	}
a:link {
	font-weight: 500
	color: #333399;
	}
a:visited {
	text-decoration: none;
	color: #333399;
	}
a:active {
	text-decoration: none;
	color: #333399;
	}
a:hover {
	text-decoration: none;
	color: #0066FF;
	}

a.leftCap:link {
	font-weight:bold;
	color:#ffffff;
	}
a.leftCap:visited {
	text-decoration: none;
	color:#ffffff;
	}
a.leftCap:active {
	text-decoration: none;
	color:#ffffff;
	}
a.leftCap:hover {
	text-decoration: none;
	color:#ffcc00;
	}
.leftCap {
	margin:0 0 10px 0;
	line-height:1em;
	}

strong, b {
	font-weight: bold;
	}
li {
	/*list-style: none;*/
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.2em; 
	}
ol, ul {
	/*list-style: none;*/
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 1.2em; 
	}	
.caption {
	font-size: 0.9em;
	color: #000000
}
.sidebar {
	font-size:.75em;
	margin:5px 0 5px 0;
	}
.photoCaption {
	font-size:.75em;
	font-weight:bold;
	font-style:italic;
	margin:5px 0 5px 0;
	}
#blueBar {
	position:absolute;
	width:180px;
	height:2px;
 	background-color:#000099;
	}
.tagline {  font-size: 0.8em; color: #FFFFFF}
.submenu{
	margin-top: 8px;
	font-weight: bolder;
}