/* CSS Document */
body {

	margin-left: 0px;

	background-position: top center; 

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-color: #666;

	font-size: 13px;

	font-family: Arial, Helvetica, sans-serif;

	color: #000;
	
	line-height: 1.4;

}

img {

	border: 0;

}

h1 { margin: 0 0 -1px 0; }

.title {color: #FC8000; font: normal 24px "Arial", "Verdana", "Helvetica","sans-serif"; font-weight:bold; text-decoration:none;}

.title2 {color: #FC8000; font: normal 14px "Arial", "Verdana", "Helvetica","sans-serif"; font-weight:bold; text-decoration:none;}

.title3 {color: #FC8000; font: normal 12px "Arial", "Verdana", "Helvetica","sans-serif"; font-weight:bold; text-decoration:none;}

.title4 {color:  #FFAA00; font: normal 12px "Arial", "Verdana", "Helvetica","sans-serif"; font-weight:bold; text-decoration:none;}

a:link { color: #F60; text-decoration: none; }

a:visited { color: #C60; }

a:hover { color: #03F; text-decoration: underline; }

a:active { color: #C60; }




/* Navigation set up with ID */
#navcontainer { width: 113px; } 

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
}

#navcontainer a
{
display: block;
padding: 7px 0 7px 5px;
width: 108px;
background-color: #CCC;
border-bottom: 1px solid #FFF;
}

#navcontainer a:link, #navlist a:visited
{
color: #036;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;  /* dk blue hover bkg 011452  */
color: #fff;
}

/* end of navigation */