/*--------------------------------------
	ELEMENT DEFAULTS
--------------------------------------*/

BODY, TABLE
{
	font-family: "Times New Roman", Times, serif;
	color: #336600;
}

BODY
{
	margin:0px; padding:0px;
}

P, FORM, UL
{
	margin-top:0px;
	margin-bottom:0px;
}

H1, H2, H3, H4, H5, H6
{
	text-decoration:none;
	margin-top:0px;
	margin-bottom:0px;
}

IMG
{
	border: none;
}

PRE
{
	white-space:pre-wrap;
}	/* css3? */

/*--------------------------------------
	PAGE
--------------------------------------*/

.page_std
{
	width: 960px;
	margin: 0px auto;
	border: 1px solid #a0a0a0;
}

.page_main
{
	text-align: left;
	padding: 10px 0px;
}

.page_type1_primary
{
	float: left;
	width: 480px;
}

.page_type1_secondary
{
	float: right;
	width: 280px;
}

.page_type1-end
{
	clear: both;
}

.page-title
{
	height: 48px;
	line-height: 48px;  /* vertical center */
	background-color: #ffff99;
	color: #000099;
	text-align: center;
	font-size: 180%;
	font-weight: bold
}

/*--------------------------------------
	PAGE HEADER
--------------------------------------*/

.page_header
{
	width: 960px;
	margin: 0px auto;
}

.page_header-logo
{
	width: 960px;
	height: 115px;
	background: #000066 url(/media/havlogotop.gif) no-repeat;
}

.page_header-nav
{
	width: 960px;
	height: 39px;
	background: #fbc318 url(/media/navbar.jpg) no-repeat;
}

.page_header-nav UL
{
	list-style: none;
	width: 66%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

.page_header-nav LI
{
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	padding: 0px 35px;
	white-space: nowrap;
	text-align: center;
	color: black;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.page_header-nav LI A
{
	color: black;
	text-decoration: none;
}

.page_header-nav LI IMG
{
	vertical-align: middle;
	margin-right: 3px;
}

.page_header-nav LI A:hover
{
	color: #FFFFFF;
}

/*--------------------------------------
	PAGE FOOTER
--------------------------------------*/

.page_footer
{
	padding: 20px; 0px;
	background-color: #ffff99;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.page_footer-nav
{
}

.page_footer-nav UL
{
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	width: 42%;
	height: 20px;
}

.page_footer-nav LI
{
	display: block;
	float: left;
	width: 104px;
	margin: 0px;
	padding: 2px;
	white-space: nowrap;
	text-align: center;
}

.page_footer-nav LI A
{
	zcolor: white;
}

.page_footer-nav LI A:hover
{
	zbackground-position: 0px -17px;
	zcolor: #FFFFFF;
}

/*--------------------------------------
	WINDOW
--------------------------------------*/

.window
{
	background-color: #061834;
	margin-bottom: 10px;
}

.win_main
{
	padding: 10px;
	clear: both;
}

.win_title
{
	background: #484848 url(images/win_title-r.png) top right;
	height: 24px;
}

.win_title-1
{
	float: left;
	height: 24px;
	line-height: 24px;
	background: #282828 url(images/win_title-l.png);
	padding-left: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.win_title-2
{
	float: left;
	height: 24px;
	width: 46px;
	background: #282828 url(images/win_title-c.png) no-repeat top left;
}

.win_title-3
{
	position: relative;
	right: 0px;
	height: 24px;
	line-height: 24px;
	padding-right: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}

/*--------------------------------------
	FORMS
--------------------------------------*/

.form_plain
{
}

.form_plain TH
{
	text-align: right;
	font-weight: normal;
}

.form_plain
{
}

/*--------------------------------------
	LOGIN
--------------------------------------*/

.login_box
{
	width: 250px;
	margin: 30px auto;
	padding: 10px;
border: 1px solid black;
}

.login_box-end
{
	clear: both;
}

/*--------------------------------------
	MISC
--------------------------------------*/

.clearfloat
{
	clear: both;
}

.updates_box
{
	float: right;
	width: 250px;
	padding: 10px;
border: 1px solid black;
}

/*--------------------------------------
	STANDARD PAGE ELEMENTS
--------------------------------------*/

.stdpage_main
{
	min-height: 500px;
	padding:10px;
	background: #dbe79d url(/media/100small2.jpg);
}

/*--------------------------------------
	module specific : PROMO PAGE
--------------------------------------*/

.promo_main
{
	height: 500px;
	background: #dbe79d url(/media/100small2.jpg);
}

.promo_main-av
{
	float: left;
	width: 30%;
	padding: 10px;
	margin-right: 10px;
}

.promo_main-order
{
	float: left;
	width: 30%;
	padding: 10px;
	margin-right: 10px;
	border: solid 2px #000099;
	text-align: justify;
}

.promo_main-pdf
{
	float: right;
	width: 30%;
	padding: 10px;
}

.promo_main H1
{
	padding: 25px 0px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.promo_main H2
{
	padding: 10px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

LI.promo_av
{
	font-weight:bold;
	margin-bottom:0px;
	margin-top:10px
}

UL.promo_av
{
	font-weight:normal;
	list-style-type:disc
}

/****** added by Paul ******/

table.head {
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border-spacing:0px;
	width:960px
}

tr.info {
	text-align:left;
	vertical-align:top
}

tr.head {
	height: 48px;
	background-color:#ffff99;
	text-align:center;
	font-size:200%;
	font-weight:bold
}

table.franklin {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	background-image: url(media/100small2.jpg)
/*
Why did I have to take this out? (It extends beyond the desired border.)
	width:960px;
*/
}


td.order {
  width:50%;
	}

td.tos {
	padding: 0 1cm 0 1cm;
	text-align:left;
	color:#336600;
	font-size:110%;
	font-family:times
	}


td.order_rline {
  width:50%;
  border-right: solid #000099 2px;
	}

table.foot {
	background-color:#ffff99;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}

tr.foot {
	height: 48px;
	text-align:center;
	font-size: 120%;
	}
/**** end added by Paul ****/



/*------------------------------------*/
