/*GLOBAL*/

html{
   height: 100%;
}

body {
	margin: 0px;
	height: 100%;
}


/*POSITIONING STYLES FOR MAJOR PAGE DIVS*/	

#pagecontainer {
	width: 790px;
	margin: 0px auto;
	background-color: #ffffff;
	height: 100%;
}
#leftshadow {
	float: left;
	width: 20px;
}
#rightshadow {
	float: right;
	width: 20px;
}
#maincol {
	float: left;
	width: 750px;	
	height: 200px;
}


/*STYLE DEFINITIONS FOR MAINCOL DIVS*/	

#topbar {
	width: 750px;
	position: relative;
	left: 0px;
	top: 0px;
}

/*Top Navigation Bar*/

#navbar {
	text-align: center;
	padding-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 20px;
	margin-left: 20px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	color: #E92D28;
	font-weight: bold;
	text-decoration: none;
}

/*Top Navigation Bar - additions DTJR*/
#navbar img {
	width: 19px;
	height: 12px;
	vertical-align: middle;
}
#navbar :link {
	color: #E92D28;
	text-decoration: none;
}
#navbar :visited {
	color: #E92D28;
	text-decoration: none;
}
#navbar :hover {
	color: #999999;
}
#navbar :active {
	color: #999999;
}

/*LEFTCOL DIV, font and div borders moved to "sidemenu" - DTJR*/
#leftcol {
	width: 135px;
	float: left;
	padding-left: 20px;
}

/*Side menu, renamed, originally "sidenav", several significant modifications - DTJR*/
.sidemenu div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #E92D28;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 30px;
}
.sidemenu img {
        width: 12px;
        height: 20px;
        border: 0;
}
.sidemenu :link {
	color: #E92D28;
	text-decoration: none;
}
.sidemenu :visited {
	color: #E92D28;
	text-decoration: none;
}
.sidemenu :hover {
	color: #666666;
}
.sidemenu :active {
	color: #E92D28;
}

/*Side submenu system, originally "subnav", several significant modifications - DTJR*/
.sidesubmenu div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #E92D28;
	padding-left: 6px;
	line-height: 25px;
}
.sidesubmenu :link {
	color: #E92D28;
	text-decoration: none;
	}
.sidesubmenu :visited {
	color: #E92D28;
	text-decoration: none;
	}
.sidesubmenu :hover {
	color: #999999;
	}
.sidesubmenu :active {
	color: #E92D28;
	}
	
/*CENTRECOL DIV - original*/
#centrecol {
	width: 368px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	float: left;
	padding-left: 25px;
}
#centrecol img {
	padding-top: 20px;
}
#centrecol a:link {
	color: #666666;
	}
#centrecol a:visited {
	color: #666666;
	}
#centrecol a:hover {
	color: #E92D28;
	}
#centrecol a:active {
	color: #E92D28;
	}
	
/*RIGHTCOL DIV - original*/
#rightcol {
	float: right;
	width: 160px;
	padding-right: 20px;
}
#rightcol img {
	padding-bottom: 12px;
	padding-top: 5px;
}

/*Full width panel, "centrecolwide" renamed & modified DTJR*/

#widepanel div img{
	margin-right: 20px;
	margin-bottom: 20px;
}
#widepanel {
	width: 550px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	float: left;
	padding-left: 25px;
}
#widepanel div {
	width: 500px;
	position: relative;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 15px;
	padding-top: 15px;
	clear: both;
}
#widepanel div img{
	margin-right: 20px;
	margin-bottom: 20px;
}
#widepanel a:link {
	color: #666666;
	}
#widepanel a:visited {
	color: #666666;
	}
#widepanel a:hover {
	color: #E92D28;
	}
#widepanel a:active {
	color: #E92D28;
	}

/*iframe contents page container - original*/

#step {
width: 530px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	float: left;
	}

/*TYPE STYLES*/	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #e92d28;
	margin-top: 10px;
	margin-bottom: 0px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #E92D28;
	margin-top: 10px;
	margin-bottom: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #E92D28;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
}
/*TYPE STYLES - addition DTJR*/
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #E92D28;
	margin: 0px;
      border: 0px;
      padding-top: 32px;
      padding-left: 0px;
      padding-right: 0px;
	padding-bottom: 5px;
/*	line-height: 20px;*/
}
/*TYPE STYLES - addition DTJR*/
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
/*	line-height: 26px;*/
	font-weight: bold;
	color: #666666;
	margin: 0px;
      border: 0px;
      padding-top: 2px;
      padding-left: 0px;
      padding-right: 0px;
	padding-bottom: 5px;
}
/*TYPE STYLES - addition DTJR*/
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 12px;
	margin: 0px;
      border: 0px;
      padding-top: 1px;
	padding-bottom: 2px;
}
.redsubheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #E92D28;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}
.smallredsubheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E92D28;
	line-height: 20px;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
.copyitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	font-style: italic;
}
.copysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ED2B2A;
}
.sectionhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E92D28;
	line-height: 14px;
}
ul {
	list-style-position: outside;
	margin: 0px;
	line-height: 18px;
	list-style-image: url(images/redbullet.gif);
	padding: 0px 0px 0px 20px;
}
li {
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 6px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: #666666;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #666666;
}