/* ------------------------------- All Pages General ----------------------------- */
body{
	background-color: #333399;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}
td{
	font-family: Verdana;
	font-size: 10pt;
	vertical-align: top;
}
#container{
	width: 779px;
	background-color: white;
	margin: auto;
	text-align: left;
}
.emphasis{
	font-weight: bold;
	color: #333399;
}

/* ----------------------------- All Pages Header -------------------------- */
#header{
	width: 100%;
	background-color: black;
	height: 110px;
	border-bottom: 1px solid black;
}
#logo{
	float: left;
}
#headimage{
	float: right;
}
#menu{
	background-color: #000077;
	padding: 2px 0px 2px 0px;
	height: 24px;
	border-bottom: 1px solid #ffffff;
}

/* ---------------------------- All Pages Content ------------------------- */
#content{
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 3px double #333399;
}
#content p{
	margin: 5px 0px 5px 5px;
}
#content p.announce{
	color: #ff0000;
	font-family: Verdana;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}

/* -------------------------------- Home Content (Columns) ----------------------- */
#leftcolumn{
	float: left;
	width: 615px;
	background-color: white;
}
#leftcolumn table#productsmain{
	padding: 8px 0px 8px 0px;
	width: 97%;
	border-top: 3px double #333399;
}
#leftcolumn table#productsmain td{
	vertical-align: top;
}
#leftcolumn table#productsmain td.image{
	text-align: center;
}
td.lists{
	width: 50%;
	padding-top: 8px;
}
td.caption{
	font-weight: bold;
}
#callformore table{
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	padding-top: 12px;
}
#callformore table td p.first{
	margin-bottom: 20px;
}
#rightcolumn{
	float: right;
	width: 164px;
	background-color: white;
}
#rightcolumn img{
	clear: both;
	margin: 5px 5px 10px 5px;
	border: 0px;
}
#fallsdown{    /* ----------- Ensures that background falls down despite float ----------- */
	clear: both;
	width: 100%;
}

/* ---------------------------------- All Pages Bottom ---------------------------------- */
#copyright{
	border-top: 3px double #000;
	margin-top: 1px;
	background-color: black;
	font-family: Arial;
	font-size: 8pt;
	color: white;
	text-align: center;
	padding-bottom: 5px;
}
#copyright a{
	color: white;
}
#copyright p{
	margin-top: 0px;
	margin-bottom: 0px;
}
#copyright table{
	width: 75%;
	padding-top: 7px;
	padding-bottom: 5px;
	margin: auto;
}
#copyright table td{
	font-family: Arial;
	font-size: 8pt;
	color: white;
	text-align: center;
}
#copyright table td a{
	color: white;
}
/* -------------------------------- Terms ---------------------------------------- */
.terms{
	font-weight: bold;
	text-transform: uppercase;
	color: #333399;
}