/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	color: #111111;
	background-color: white;
}

/* generic rules go first in this file - they may be overriden with more specific rules later */

/* link rules */

:link, :visited {
	text-decoration: none;
	color: #0081C6;
	background-color: transparent;
}

:link:focus, :visited:focus {
	text-decoration: none;
	color: #0081C6;
	background-color: transparent;
}

/* if :link and :visited have any different styles, they go here */

:link:hover, :visited:hover {
	text-decoration: underline;
	color: #0081C6;
	background-color: transparent;
}

:link:active, :visited:active {
	text-decoration: underline;
	color: #0081C6;
	background-color: transparent;
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 8px 0;
	padding: 0;
	font-weight: bold;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	margin: 8px 0;
}

ul, ol {
	margin: 8px 0 8px 20px;
	padding: 0;
}

li {
	margin: 4px 0 4px 20px;
}

tr, td {
	vertical-align: top;
}


/* qualified rules start here */

div#wholepage { /* everything is inside this dif. It is centered within body. */
	position: relative;
	left: 0;
	top: 0;
	width: 664px;
	height: auto;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
}

div#topban {
	position: absolute;
	top: 0;
	left: 0;
	width: 664px;
	height: 80px;
}

div#l1menu {
	position: absolute;
	top: 87px;
	left: 0;
	width: 664px;
	height: 20px;
	overflow: hidden;
}

div#l1menu :link, div#l1menu :visited, div#l1menu :link:focus, div#l1menu :visited:focus {
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-right: 8px;
	width: 76px;
	float: left;
	text-decoration: none;
	background-color: #769F91;
	color: white;
}

div#l1menu :link:hover, div#l1menu :visited:hover, div#l1menu :link:active, div#l1menu :visited:active {
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-right: 8px;
	width: 76px;
	float: left;
	text-decoration: none;
	background-color: #E9D3A2;
	color: black;
}

div#l1menu .cur:link, div#l1menu .cur:visited, div#l1menu .cur:link:focus, div#l1menu .cur:visited:focus {
	background-color: #E9D3A2;
	color: black;
}

div#l1menu .last:link, div#l1menu .last:visited, div#l1menu .last:link:focus, div#l1menu .last:visited:focus,
div#l1menu .last:link:hover, div#l1menu .last:visited:hover, div#l1menu .last:link:active, div#l1menu .last:visited:active {
	margin-right: 0;
}

/* l2menu */

div#l2menu {
	text-align: center;
	position: absolute;
	top: 107px;
	left: 0;
	width: 664px;
	height: 22px;
	overflow: hidden;
	font-size: 10px;
}

body.home div#l2menu {
	display: none;
}
	
div#l2menu :link, div#l2menu :visited, div#l2menu :link:focus, div#l2menu :visited:focus {
	line-height: 22px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	text-transform: none;
	color: #769F91;
	padding: 0 8px;
	margin: 0;
	border-right: 1px solid #769F91;
}

div#l2menu :link:hover, div#l2menu :visited:hover, div#l2menu :link:active, div#l2menu :visited:active {
	text-transform: none;
	color: #0081C6;
}

div#l2menu .cur:link, div#l2menu .cur:visited, div#l2menu .cur:link:focus, div#l2menu .cur:visited:focus {
	background-color: transparent;
	color: #0081C6;
}

div#l2menu .last:link, div#l2menu .last:visited, div#l2menu .last:link:focus, div#l2menu .last:visited:focus,
div#l2menu .last:link:hover, div#l2menu .last:visited:hover, div#l2menu .last:link:active, div#l2menu .last:visited:active {
	border-right: none;
	padding-right: 0;
}



/* bottom menu */
div#bmenu {
	padding-top: 8px;
	text-align: center;
	border-top: 1px solid #dddddd;
}

div#bmenu :link, div#bmenu :visited, div#bmenu :link:focus, div#bmenu :visited:focus {
	line-height: 18px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #0081C6;
	padding: 0 15px;
	border-right: 1px solid #666666;
}

div#bmenu :link:hover, div#bmenu :visited:hover, div#bmenu :link:active, div#bmenu :visited:active {
	text-decoration: none;
	color: #666666;
}

div#bmenu .last:link, div#bmenu .last:visited, div#bmenu .last:link:focus, div#bmenu .last:visited:focus,
div#bmenu .last:link:hover, div#bmenu .last:visited:hover, div#bmenu .last:link:active, div#bmenu .last:visited:active {
	border-right: none;
}


div#contentBox {
	padding-top: 115px;
	width: 664px;
}

body.sub div#contentBox {
	padding-top: 129px;
}

table#contentTable {
	width: 664px;
	border: none;
	margin: 0;
	padding: 0;
}

table#contentTable td.lc {
	width: 412px;
	border-right: 8px solid white;
}

table#contentTable td.hdg {
	background-color: #0081C6;
	padding: 0 20px;
	margin: auto 0;
}

table#contentTable td.rc {
	width: 244px;
	background-color: #8CAFA1;
	background-repeat: no-repeat;
}


td.hdg h1 {
	font-size: 30px;
	line-height: 34px;
	margin: 8px 0;
	padding: 0;
	color: white;
	background-color: #0081C6;
}

td.hdg h2 {
	font-size: 14px;
	line-height: 17px;
	margin: 6px 0;
	padding: 0;
	color: white;
	background-color: #0081C6;
}

body.home td.lc p, body.sub td.lc p {
	padding-left: 20px;
	width: 380px;
	margin-bottom: 8px;
}

body.home td.lc p.bullet {
	background-image: url(../images/homeBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 15px;
	line-height: 22px;
	margin-top: 8px;
	margin-bottom: 8px;
}

td.lc h3 {
	padding-left: 20px;
}

body.sub td.lc p.bullet {
	background-image: url(../images/homeBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
}

body.sub td.lc p.bullet b {
	font-size: 14px;
}

td.rc h1 {
	font-size: 13px;
	margin-top: 0;
	padding: 10px 20px;
	background-color: #0081C6;
	color: #E8D4A3;
	line-height: 17px;
}

td.rc p, td.rc blockquote, td.rc h2, td.rc h3 {
	margin: 8px 20px;
	font-size: 11px;
}

td.rc h2, td.rc h3 {
	font-weight: bold;
	font-size: 12px;
}

td.rc h2 {
	font-size: 13px;
}

td.rc blockquote {
	font-style: italic;
	font-size: 12px;
}

td.rc p.cite {
	margin-left: 30px;
	line-height: 15px;
}

td.rc ul, td.rc ol {
	margin: 8px 20px 8px 36px;
	padding: 0;
}

td.rc li {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 11px;
	line-height: 13px;
}

table#contentTable td.mbot {
	border-right: none;
	width: 664px;
}

table#contentTable td.mtop {
	border-top: 8px solid white;
}

.cen {
	text-align: center;
}

table#logos {
	border-top: 1px solid white;
	border-left: 1px solid white;
	margin-left: 20px;
	width: 380px;
}

table#logos td {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	vertical-align: middle;
	width: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.fl {
	float: left;
	margin-right: 6px;
	display: inline;
}

.fr {
	float: right;
	margin-left: 6px;
	display: inline;
}

/*
Text sizes as follows: (All Helvetica, Arial)
Menu -  Bold, 10px
Submenu on subpages - 10px
Headline - Bold - 30px
Subhead - Bold -13px
Body Copy  - 12px
Triangle bullets - Helvetica - 15px on home 12px on subpages
Sidebar headline  - Bold - 14px
Sidebar Body - Helvetica - 11px
*/
