/* CSS Document */
/* Mast head is simulation of top frame */
body, p, pre, div, li, ol, ul {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	background-color:#004c4c; /*TransForge color*/
    list-style: none;
	color: #ccc;
}
table, tr, td, tbody {
	border: 0px;
}

h1  /*hide h1 - it's context belongs to the frame*/
{
    font-size: 10px;
    padding: 1px;
    margin: 0;
    border: 1px solid yellow;
    visibility: hidden;
}
pre { font-family: monospace; }
div.emphatic{
	/*font-size:120%;*/
}

#iconicContent
{
    padding: 0;
    margin: 0;
	/*width: 75%;
	float: left;*/
	/*border: 1px solid red;*/
	float: left;
}
.content
{
    padding: 0;
    margin: 0;
    margin-left: 2em;
    margin-right:2em
}
.content ul
{
    padding-left: 0;
}
.content li
{
	/*margin-left: 1em;*/
	margin-left: 3em;
    list-style-type: disc;

}
#nav
{
    margin: 0;
    padding: 1em;
    
}
#nav ul
{
    margin-left: 1px;
    padding-left: 2em;
    font-size: 1em;
    line-height : 2em;
}

#nav li
{
    margin-top: 2em;
	/*list-style-type: none;*/
    font-variant: small-caps;
	/*border: 1px solid red;*/

}

#nav ul li
{
    margin-top: 1em;
    /*list-style-type: none;*/
    font-size: 0.9em;
    font-variant: normal;

}
#nav a
{
    color: #fff;
    width:12em;
    display: block;
    padding-left: 1em;

}
#nav a:visited {
	color: #fff;/*#99ffff*/
}
#nav a:hover {
	color: #000;
	background: #55bbbb;
}


div.box { border: solid; border-width: thin; width: 100%;}

/*link {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: rgb(255,153,0);
}*/
.whiteText{
	color: #ffffff;
}

div.pageLable{
    font-size:200%;
    color:#226666;
    text-align: right;
    border-bottom: 6px solid #226666;
    padding:4px;
    margin-top: 5%;
}

.camBox {
    width: 304px;
    height: 154px;
    float: left;
    margin: 2em 0 0 2em;
    border-top: solid white;
    border-left: solid white;
    border-bottom: solid #888;
    border-right: solid #888;
}
h2
{
    /*font-size:0.8em;
    border-bottom: 6px solid #224444;
    text-align: right;*/

}

.literature
{
    padding: 0;
    margin: 0;
    margin-left: 0;
    margin-right:2em;

}
.literature h2
{
    margin-top:1px;
    padding-top: 2em;
    font-size: 1em;
    border-bottom: 2px solid black;
}
.literature h3
{
    font-size: 1em;
    margin: 2em 0 .2em 1em;
}

.literature p
{
    font-weight: normal;
    margin-left: 2em;
}

a:link {
	color: yellow;
	text-decoration: none;
}

a:visited {
	color: yellow;/*#99ffff*/
	text-decoration: none;
}
a: focus {
	color: white;/*#99ffff*/
}
a:hover {
	color: #000;
	background: #55bbbb;
}
a:active {
	color: white;/*#99ffff*/
}


.invisible{
    padding: 0;
    margin: 0;
    margin-left: 0;
    margin-right: 0;
	display: block;
	color: #004c4c; /*TransForge color*/
	background: #004c4c; /*TransForge color*/
}
a:hover {
	background:  #004c4c; /*TransForge color*/
}
