/* dispatch.css in EPIC/dispatch/css */
/*vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*/
/* begin html reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	background-image: none;
}

:focus
{
	outline: 0;
}

ol, ul
{
	list-style: none;
        margin-left:20px;
}

i, em
{
	font-style: italic;
}

b, strong
{
	font-weight: bold;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}

blockquote
{
	padding:20px;
	font-size:1.1em;
	line-height:1.3em;
	text-align: center;
	background: #efefef;
	margin:20px 0;
}

/* end HTML reset*/
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/*vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*/

body {
    background:#ffe325;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:.9em;
}

p {
     font-family:Arial, Verdana, Helvetica, sans-serif;
     padding:6px 0px;
     font-size:.9em;
}

.hed {
    font-size:24px;
    font-family:Georgia, Times, serif;
    color:black;
}

.subhed {
    font-size:14px;
    color:blue;
    font-weight:bold;
    text-transform:uppercase;   
}

.date {
    color:#333;
    font-size:12px;
}

.srcline {
     text-transform:uppercase;
     font-family:Times, Georgia, serif;
     font-style:italic;
     font-size:12px;
}

h3 {
    font-weight:bold;
}

ul {margin-left:20px;}
li {list-style:disc;}

a:link, a:visited {color:blue; text-decoration:underline;}
a:hover, a:active {color:#c00; text-decoration:underline;}

#main {
     width:1000px;
     margin:20px auto;
}

/* header */

#header {
    width:996px;
    margin-bottom:20px;
    border:3px solid blue;
}

#header #top_row {
    width:996px;
    height:67px;
}

#header #top_row #logo {
    width:450px;
    height:67px;
    float:left;
    background:url(/wwwexportcontent/sites/dispatchnie/images/swirlheaderv2.jpg) no-repeat top left;
}

#header #top_row #logo a {
    font-size:0px !important;
    display:block;
    width:450px;
    height:67px;
    text-indent:-1000px;
}

#header #top_row #right_logo {
    height:50px;
    width:125px;
    float:right;
    background:url(/wwwexportcontent/sites/dispatchnie/images/nie_logo_2004_new.gif) no-repeat top right;
    margin-top:10px;
}

#main_nav {
    width:996px;
    height:25px;
    background:#c00;
}

#main_nav ul {
    float:right;
    margin:4px 10px 0 0;
}

#main_nav ul li {
    display:inline;
    padding:0px 8px;
    border-right:1px solid white;
    font-size:12px;
    font-weight:bold;
}

#main_nav a:link, #main_nav a:visited {color:white; text-decoration:underline;}
#main_nav a:hover, #main_nav a:active {color:black; text-decoration:underline;}

#header_boxes {
    background:white;
    padding:10px;
    width:976px;
}

.box_link {
    width:220px;
    float:left;
    padding:0px 8px;
    border-right:1px dashed #c00;
    border-left:1px dashed #c00;
    height:190px;
}

.box_link h2 {
    width:200px;
    height:90px;
    padding-left:25px;
    font-size:14px;
    color:black;
    margin:0 auto;
}

h2#what {background:url(/wwwexportcontent/sites/dispatchnie/images/header5.jpg) no-repeat top left;}
h2#teacher {background:url(/wwwexportcontent/sites/dispatchnie/images/header1.jpg) no-repeat top left;}
h2#sponsors {background:url(/wwwexportcontent/sites/dispatchnie/images/header2.jpg) no-repeat top left;}
h2#newspaper {background:url(/wwwexportcontent/sites/dispatchnie/images/header6.jpg) no-repeat top left;}

/* MAIN */

#main_content {
    width:974px;
    background:white;
    border:3px solid blue;
    padding:10px;
}

#left, #right {
     float:left;
     border:2px solid #c00;
}

#left {
     width:600px;
     margin-right:25px;
}

#right {
     width:330px;
}

#right p {padding:10px;}

#left h2, #right h2 {
     background:#c00;
     color:white;
     text-align:center;
     padding:4px 0px;
     font-size:14px;
     text-transform:uppercase;
}
.content {
   padding:10px;
}

.left_split {
    width:260px;
    float:left;
    margin:10px;
}

/* story tools */

#storytools, .tts {
     border:2px solid blue;
     width:250px;
     padding:8px;
     font-size:12px;
     background:#cfe0f8;
     float:left;
     margin-right:20px;
}

#storytools h1, .tts h3 {
     font-size:14px;
     font-weight:bold;
     border-bottom:1px solid black;
     margin-bottom:10px;
}

#storytools h3, #storytools-buzz {
    padding:4px 0px;
}



/* FOOTER */

#footer {
   background:#c00 url(/wwwexportcontent/sites/dispatchnie/images/dispatch-nie-footer-logo.gif) no-repeat 10px;
   border:3px solid blue;
   padding:10px;
   margin-top:3px;
}

#footer ul li {
   display:inline;
   padding:0px 8px;
   border-right:1px solid white;
   font-size:12px;
}

#footer ul li:last-child {border-right:none;}

#footer ul {
   text-align:center;
}

#footer a:link, #footer a:visited {color:white; text-decoration:underline;}
#footer a:hover, #footer a:active {color:black; text-decoration:underline;}

#sponsor_logos {text-align:center;}

#sponsor_logos img {
      margin:10px;
}

#right, #left {background-color: white;} 
#left {float: left;}
#right {float: right;}

#frames
{width: 600px; float: left;}