/* CSS Document */
body
{
background-color: gray;
color: #000000;
}

noscriptformat
{
color: #000000;
display: block;
width:400px;
}

p.header_indent {margin-left:6cm;}

p.cnsnav_W
{
border-color: #808080;
border-style: solid;
border-width: 1px;
color: #808080;
background-color:white;
display: block;
width:100%;
text-align: center;
font-size: 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
position:relative;
top:-20px;
clear:left;
}

p.cnsnav_P
{
border-color: #808080;
border-style: solid;
border-width: 1px;
color: #808080;
background-color:fuchsia;
display: block;
width:100%;
text-align: center;
font-size: 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
position:relative;
top:-20px;
clear:left;
}

p.cnsnav_G
{
border-color: #808080;
border-style: solid;
border-width: 1px;
color: #808080;
background-color:green;
display: block;
width:100%;
text-align: center;
font-size: 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
position:relative;
top:-20px;
clear:left;
}

p.cnsnav_O
{
border-color: #808080;
border-style: solid;
border-width: 1px;
color: #808080;
background-color:orange;
display: block;
width:100%;
text-align: center;
font-size: 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
position:relative;
top:-20px;
clear:left;
}

/* set margin for left side of an element */
.leftmargin {margin-left: 3cm}

/* set margin for right side of an element */
.rightmargin {margin-right: 3cm}


/* set margin for top of an element */
.topmargin {margin-top: 3cm}

/* set margin for bottom of an element */
.bottommargin {margin-bottom: 0cm}

h1 
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 30px;
color: #000000;
font-weight: bold;

}

h2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 25px;
color: #000000;
font-weight: bold;
text-indent: 1cm;

}
h3
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #000000;
font-weight: bold;

}

h4 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #000000;
}

h5 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
font-weight: bold;
}

h6 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 5px;
color: #000000;
font-weight: bold;
}

p.simpletext
{
color: #000000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.storytext2
{
color: #000000;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-indent: 1cm;

}

a.one:link {
	text-decoration: none;
	color: #000080
}
a.one:visited {
	text-decoration: none;
	color: #000080
}
a.one:hover {
    text-decoration: underline;
    color: #000080
}


ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

/* sets image halfway across the page - didn't work */
img.sidebyside
{
position:absolute;
right:426px;
}
