/* CSS Document for print media */

body {
 margin: 1em;
 padding: 1em;
 font-size: 90%;
 font-family: verdana, sans serif; 
text-align:center;
}

 a:link
{
color: #036;
text-decoration: none;
}

a:visited
{
color: #066;
text-decoration: none;
}

a:hover ,a:active
{
color: #FFF;
background-color: #369;
text-decoration: none;
}


hr{
width:55em;
}
		#container {
			/*width:55em;*/
			
			margin-top: 10px;
			margin-left: auto;
			margin-right: auto;
		
text-align: left;
		}

		#banner {
			padding: 0;
			margin-bottom:20px ;
			background-color: #FFFFFF;
			height: 50px;
			width:100%;
		}

		#content {
		  margin:5px;
		  border:0;
		  margin-right:10px;
			padding-top: 2em;
			padding-right: 10px;
			background-color: white;
		}
		#content ul{
		  list-style-type: none;
		}
		
		.line {
		border-bottom:dotted thin #0066CC;
		margin-right:30%;
        }
		#sidebar-a {
		display:none;
			/*border-left: thin solid #036;
			float: right;
			width:25% ;
			margin: 0;
			margin-left:5px;
			margin-top: 5px;
			padding: 10px;
			padding-top: 2em;*/
		}
	/*#sidebar-a ul {
list-style:none;
padding:0;
margin:10px;
text-decoration:none;
}
#sidebar-a ul li a{
list-style:none;
padding:0;
text-decoration:none;
		}*/
		
		#footer {
		display:none;
			/*clear:both;
			padding: .5em 1em;
			font-size:75%;
			background-color: rgb(213, 219, 225);
			text-align: right;*/
		}
	 

 /*#footer ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

 #footer li
{
display: inline;
margin-right: 1em;
}	
*/		

 #cleardiv
{
clear: both;
height: 1em;
}
#navcontainer
{width: 850px;
display:none;
}
#navcontainer ul
{
list-style-type: none;
padding-left: 0px;
margin-left: 0px;
background-color: #036;
color: White;
float: right;
width: 100%;
}

#navcontainer ul li { 
display: inline;
list-style-type: none;
 }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: right;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
list-style-type:none;
background-color: #369;
color: #fff;
}
#navcontainer li a#current
{
background: #369;
color: #fff;
}
p.image{
clear:left;
}
img.left
{
display:none;
}