body
{
	margin: 0px;
	background-color:black;
}

#wrap {
    width:720px;
    }
    
#menu {
    font-size:10pt;
    background:silver;
    border-bottom:1px solid white;
    padding: 4px 0;
    width: 720px;
    }
    
#menu a {
    padding:0px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#2D4775;
    }
    
#menu a.hover {
    background:#f4f9ff;
    }
    
#menu span {
    display:none;
    }
    
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
    
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
    
#subnav span 
{
    color: silver;
    margin-right:1em;
}


/* ======= Content Area ======= */

/* Note padding + width = 720px, if you change one change the other so they are still 720px. */
div.ContentArea
{
    width:680px;
    background-color: white;
	font-family: Arial;
	font-size: 10pt;
	color: black;
	margin: 0px;
	text-align: left;
	padding: 10px 20px;
}

div.ContentArea h1
{
	font-size: 14pt;
}

div.ContentArea h2
{
	font-family: Arial;
	color: #3c60a7;
	font-size: 12pt;
	margin-top: 15px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

div.ContentArea p
{
	margin-top: 0px;
	padding-top: 0px;
}


/* ======= Floating Block Section ======= */
    
div.FloatingBlock
{
	float: right;
	width: 130px;
	background-color: silver; 
	margin: 10px;
	margin-top: 35px;
	padding: 5px;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
}

div.FloatingBlock h1
{
	font-size: 12pt;
}

div.FloatingBlock a
{
	color: black;
}


/* ======= CatalogTable ======= */

table.CatalogTable
{
	font-family: Arial;
	border-width: 1px;
	border-style: solid;
	border-color: #3C60A7;
	font-size: 10pt;
}

table.CatalogTable tr th
{
	border-width: 1px;
	border-style: solid;
	border-color: #3C60A7;
}

table.CatalogTable tr td
{
	border-width: 1px;
	border-style: solid;
	border-color: #3C60A7;
	padding-left: 2px;
	padding-right: 2px;
}

table.CatalogTable tr th
{
	font-size: 12pt;
	font-weight: bold;
	color: white;
	background-color: #3C60A7;
}

table.CatalogTable tr.SubTitle td
{
	font-weight: bold;
	color: white;
	background-color: #3C60A7;
}


.RedText
{
	color: #ff3300; 
	font-family: Arial;
	font-size: 8pt;
	clear: right;
}
