html, body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

h1 {
	color: #990000;
}

a.footer:link {color: #666666; text-decoration: none; }
a.footer:visited {color: #666666; text-decoration: none; }
a.footer:hover {color:#999999; text-decoration: underline; }
a.footer:active {color: #333333; } 

a:link {color: #990000; text-decoration: none; }
a:visited {color: #990000; text-decoration: none; }
a:hover {color:#993333; text-decoration: underline; }
a:active {color:#990033; } 


.smaller {
	font-size:10pt;
}

.hr_footer {
	color:#e9e9e9;
}

.footer {
	color:#999999;
}

#container {
	position:relative;
	width:800px;
	z-index:1;
	top: 1px;
}
#menu {
	position:absolute;
	width:533px;
	height:24px;
	z-index:2;
	left: 216px;
	top: 107px;
}
#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #ffffff;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #A2A2A2;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(../images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #A2A2A2;
} 

#slantedmenu ul li a:hover{
color:#9470DF;
}

#copy_float {
float:right;
}
