/* ============
	TAG STYLES
============ */
/* from w3schools 
	http://www.w3schools.com/css/tryit.asp?filename=trycss_float6 
*/

div.container
{
margin:1px;
line-height:150%;
}
div.header
{
padding:0.5em;
color:#336699; /*#6699cc; color:#336699; color:#0099cc;*/
background-color:black;  
clear:left;
border-left:1px groove #3082d7;
border-top:1px groove #3082d7;
}
div.footer
{
padding:0.5em;
color:grey;
background-color:white;
float:right;
clear:both;
}

h1.banner
{
padding:3px;
margin:10px;
line-height: normal;
}

h2.header
{
padding:3px;
margin:10px;
align:center;
}

div.header-center-black
{
color:#336699; 
background-color:black; 
padding:3px;
margin:10px;
text-align:center;
}

div.header-center
{
padding:3px;
margin:10px;
text-align:center;
}

div.left
{
float:left;
width:150px;
margin:0;
padding:1em;
border-left:1px groove #3082d7;
}
div.content
{
margin-left:190px;
border-left:1px dashed #3082d7;
padding:1em;
}
div.content-simple
{
padding:1em;
}
div.indent
{
margin-left:210px;
border-left:1px dashed gray;
padding:1em;
}

/* lists */
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}
ul.decimal {list-style-type: decimal}
ul.decimal-leading-zero {list-style-type: decimal-leading-zero}
ul.lower-roman {list-style-type: lower-roman}
ul.upper-roman {list-style-type: upper-roman}
ul.lower-alpha {list-style-type: lower-alpha}
ul.upper-alpha {list-style-type: upper-alpha}
ul.lower-greek {list-style-type: lower-greek}
ul.lower-latin {list-style-type: lower-latin}
ul.upper-latin {list-style-type: upper-latin}


ul.navlist
{
float:right;
width:30%;
padding:0;
margin:0;
list-style-type:none;
display:inline;
}
li.navitem {display:inline}

ul.bullets
{
list-style-type: circle;
list-style-position: inside;
}

a.blackback
{
color:#6699cc;
/* background-color:#333333; */
padding:0.2em 0.3em;
/* border-right:1px groove white; */
hover background-color:#ff3300;
}


