/* CSS Document */

/* Styles for every page */

body	{
	color: #000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #e4e2e2;
	margin: 0;
	padding: 0;
	text-align: center;
}

#masthead h1 {
	display:inline;
	left:0pt;
	position:absolute;
	text-indent:-9999px;
	top:0pt;
}
#masthead h2 {
	color:#FFFFFF;
	display:inline;
	float:left;
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:28px;
	font-weight:bold;
	line-height:88px;
	margin:0pt;
	padding:0 0 0 172px;
}
/*xmenu added to handle "empty" case in IE */
#xmenu {
	width: 157px;
	float:left;
	padding: 0;
	margin: 0px 10px 10px 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
#menu {
	width: 157px;
	float:left;
	padding: 0;
	margin: 0 15px 0 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
#menu ul	{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}

#menu li {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
				
#menu li a {
	display: block;
	padding: 5px 5px 5px 0.8em;
	text-decoration: none;
	color: #fff;
	width: auto;
}

html>body #menu li a {
	width: auto;
}

#menu li a:hover {
	background-color: #fcbd30;
	color: #000;
}	
		
h1 {
	font-size:14px;
	padding-top:10px;
}
	
td	{
	color: #000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
	
#interiorContent	{
	float:left;
	width:560px;
	margin-right:15px;
	padding-top: 10px;
	padding-bottom:60px;
}
	
#interiorContent p	{
	margin: 12px 0;
}	

#interiorContent	h1	{
	color: #000;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #737373;
	padding: 0 0 4px 0;
	margin: 10px 0 8px 0;
}		
#interiorContent	h2	{
	color: #000;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}	
#interiorContent ol li	{
	margin: 8px 0;
}
.fineprint	{
	font-size: 10px;
}
a, a:link, a:active, a:visited { color: #0033ab; font-weight: bold; text-decoration: none; }
a:hover { color: #990000; font-weight: bold; text-decoration: underline; }
/* CSS for downloads page */
#title	{
	font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* footer CSS */
#greyFooterBox	{
	color: #fff;
	margin: 0;
	padding: 10px;
	font-size: 10px;
	}
	
#greyFooterBox a, #greyFooterBox a:link, #greyFooterBox a:active, #greyFooterBox a:visited	{
	font-weight: normal; 
	text-decoration: none;
	color: #FFCC00;
	}	

#greyFooterBox a:hover	{
	text-decoration: underline;
	}		

.rightFooterContent {
	float:right;
	text-align:right;
	width:50%;
}
/* Rounded edge boxes for download boxes */
.roundedbox h1 {
margin:0; 
font-size:1.2em; 
padding:0 10px 5px 10px; 
border-bottom:2px solid #000;
}
.roundedbox p {
margin:0; 
padding:5px 10px; 
font-size:10px;
}
.roundedbox {
background: transparent; 
width:200px; 
float:right; 
margin:0 0 10px 18px;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:2px solid #000;
border-right:2px solid #000;
}
.xb1 {
margin:0 5px; 
background:#000;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #000; 
border-width:0 1px; 
height:auto;
padding: 0 0 8px 0;
}
.xboxcontent h3	{
	margin: 0;
	padding: 0 8px;
}
.xboxcontent ul	{
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0 8px;
}
.xboxcontent ul li	{
	padding: 3px 0;
}
* html .xboxcontent {
height:1px;
}

.color_a {
background:#737373;
color:#fff;
}
.fileinfo	{
	font-size: 9px;
	font-style:italic;
	display: inline;
}
.fileinfo:before { content:"(" }
.fileinfo:after { content:")" }
