/* CSS Document */
body{
margin: '0px' '0px' '0px' '0px';
background-color:white;
}

#navcontainer ul
{
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li {
 display: inline; 
 }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

#light_grey_none {
	background-color: #999999;
	width: 100%;
	border-color:#666666;
}

#LeftBox {
float:left;
width:33%;
background-color: #999999;
WORD-BREAK:BREAK-ALL;
}

#Midbox {
float:left;
width:33%;
background-color: #999999;
WORD-BREAK:BREAK-ALL;
}

#RightBox {
float:right;
width:33%; 
background-color:#999999;
WORD-BREAK:BREAK-ALL;
}

.intro { 
color: #000000; 
font-weight: 300;
font:"Courier New", Courier, mono;
font-family:"Courier New", Courier, mono;
}
