A	{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
A:link	{
		color:	#000066;
		}
A:active	{
			color:	#000066;
			}		
A:visited	{
			color:	#000066;
			}		
A:hover	{
		color: #cc0000;
		}
		
A IMG	{
		border-style: none;
		}
		
div.container {
	font-size: 0.8em;
	position: relative; /* for footer positioning */
	width: 100%;
	background: #ffffff;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6 min-height*/
	min-height: 100%; /* proper browsers */
}

div#top {
	width: 100%;
	height: 50px;
	background: #cc0000;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 2.0em;
	font-weight: bold;
}
		
/* sections */
 
div#sections	
{
clear: both;
height: 1.4em;
width: 100%;
background: #000000;
margin-top: 2px;
}

#sections ul
{
list-style: none;
padding: 0;
margin: 0;
}

#sections li
{
float: left;
margin: 0;
border-style: solid;
border-left-width: 0px;
border-right-width: 2px;
border-top-width: 0px;
border-bottom-width: 2px;
border-color: #ffffff;
}

#sections li a
{
height: 1.25em;
line-height: 1.25em;
float: left;
width: 10.0em;
display: block;
font-weight: bold;
background-color: #000000;
color: #ffffff;
border-style: solid;
border-width: 0.1em;
border-color: #000000;
text-decoration: none;
text-align: center;
}

/* hide from MS IE for Mac \*/
#sections li a
{
float: none
}
/* end hide */

#sections li a:hover {
color: #000000;
background: #ffffff;
border-color: #000000;
}

#sections li a.selectedSection, #sections li a.selectedSection:hover {
color: #ffffff;
background: #cc0000;
border-color: #cc0000;
}

#sections li a.button {
background: #eeeeee;
color: #000000;
border: 1px solid;
border-color: #cccccc #000000 #000000 #cccccc;
width: 6.0em;
}

#sections li a.button:hover {
background: #eeeeee;
color: #000000;
border-color: #000000 #cccccc #cccccc #000000;
}

div#muddle {
clear: both;
padding: 0em 0em 1em 0em; /* bottom padding for footer */
}
div#muddle:after {
content: "";
display: block;
clear: both;
}


/* items */

div#items
{
margin-top: 1.0em;
float: left;
width: 14.5em;
background-color: #ffffff;
}

#items ul
{
list-style: none;
padding: 0;
margin: 0;
}

#items li
{
padding: 0;
}

#items li a
{
height: 1.25em;
line-height: 1.25em;
float: left;
width: 14.0em;
display: block;
background: #000000;
color: #ffffff;
margin: 0.25em;
font-weight: bold;
text-decoration: none;
text-align: left;
border-style: solid;
border-width: 1px;
border-color: #000000;
}

/* hide from MS IE for Mac \*/
#items li a
{
float: none;
}
/* end hide */

#items li a:hover {
color: #000000;
background: #ffffff;
border-color: #000000;
}

#items li a.selectedItem {
color: #ffffff;
background: #cc0000;
border-color: #cc0000;
}

#items li a.selectedItem:hover {
color: #ffffff;
background: #cc0000;
border-color: #cc0000;
}

#items li a.button {
background: #eeeeee;
color: #000000;
border: 1px solid;
border-color: #cccccc #000000 #000000 #cccccc;
width: 14.0em;
}

#items li a.button:hover {
background: #eeeeee;
color: #000000;
border-color: #000000 #cccccc #cccccc #000000;
}

/* content */

div#content
{
background: #ffffff;
margin-left: 15.5em;
margin-right: 1.0em;
margin-top: 1.0em;
margin-bottom: 1.25em;
border-style: solid;
border-width: 0.25em;
border-color: #ffffff;
}
* html div#content
{
height: 1%;	/* to fix Microsoft Internet Explorer float bug! */
}

div#content p
{
margin-left: 0.0em;
}

div#content h1
{
font-size: 2.0em;
margin: 0.25em;
}
div#content  h2
{
font-size: 1.75em;
}
div#content h3
{
font-size: 1.5em;
}
div#content h4
{
font-size: 1.25em;
}
div#content h5
{
font-size: 1.0em;
}
div#content h6
{
font-size: 0.75em;
}

div#content td {
	white-space: nowrap;
}

div#bottom {
position: absolute;
width: 100%;
bottom: 0;
clear: both;
background: #000000;
color: #ffffff;
text-align: center;
font-size: 0.75em;
}

div#letMeInLetMeOut {

}

div#letMeInLetMeOut a {
	width: 10.0em;
	display: block;
	background: #ffffff;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #cc0000;
}
div#letMeInLetMeOut a:hover {
	background: #cc0000;
	color: #ffffff;
	border-color: #cc0000;
}

div#content span.highlight_01 {
	font-weight: bold;
	color: #cc0000;
}





