/* main.css */
/* shared styles for whenourmotherswenttowar.com */
@media screen, print {
body {background-color: #FFFFFF;
font-family: Goudy,"Times New Roman",serif;
font-size: 16px;}
a:link {color: #003399;}
a:visited {color: #663399;}
a:link:active {color: #FF0000;}
a:visited:active {color: #BB0000;}
a:hover {color: #000000;}
.maintitle {font-size : 21px;
font-weight: bold;
color: #003399;
position: absolute;
top:189px;
left:184px;}
.presstitle {font-size : 21px;
font-weight: bold;
color: #003399;
left:184px;}
.navbar {background-color: #DCE3F8;
position: relative;
top:167px;
left:10px;
width:143px;
height:379px;
font-weight: bold;
font-size:12pt;
line-height: 200%;
color: #003399;}
.navbarup {background-color: #DCE3F8;
position: relative;
top:146px;
left:10px;
width:143px;
height:379px;
font-weight: bold;
font-size:12pt;
line-height: 200%;
color: #003399;}
.navbar p {
position:relative;
top: 15px;
left:.6em;
}
.navbarup p {
position:relative;
top: 15px;
left:.6em;
}
.navbarup a {text-decoration: none;}
.navbarup a:link {color: #003399;}
.navbarup a:visited {color: #003399;}
.navbarup a:hover {color: #FF0000;}
.navbarup a:active {color: #FF0000;}
.buylink {position:absolute; top: 308px; left: 562px; font-weight:bold;}
.navbar a {text-decoration: none;}
.navbar a:link {color: #003399;}
.navbar a:visited {color: #003399;}
.navbar a:hover {color: #FF0000;}
.navbar a:active {color: #FF0000;}
.headbar {position: absolute;
top: -1em;
left: -1px;}
.mainframe {position: absolute;
top:218px;
left:184px;
width:710px;
z-index: 15;
font-weight: bold;}
.copyright {position: relative; text-align:center; font-size: 12px;}

}

@media print {
.navbar {display:none !important;}
.navbarup {display:none !important;}
.mainframe {left:0px;}
.printhide {display: none!important;}
.copyright#index {left:125px!important;top:448px!important;}
.captionleft{left:545px!important;}
.fact_captionleft{left:565px!important;}
}  