/*** global styles ***/

body {
	color: #333333;
	background-color: #BED0DC;
	background-image: url(../img/css_bg_topline.gif);
	background-repeat: repeat-x;
	font-family: "Arial MT", "Arial", sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	line-height: 13px;
}

a:link {
	color: #236192;
	font-weight: bold;
	text-decoration: underline !important;
}
a:visited {
	color: #236192;
	font-weight: bold;
	text-decoration: underline !important;
}

a:hover {
    text-decoration: none;
}
a img {
	border: 0;
}

hr {
	border-width: 2px 0 0 0;
	border-style: dotted none none none;
	border-color: #d9d9d9;
	margin: 6px 0px 12px 0px;
	width: 100%
}
* html hr {	/* IE6 bug override */
	color: color: #6E1912;
	height: 1px;
	margin: 0px 0px 6px 0px;
}

p, h1, h2, ul {
	margin-top: 0;
	margin-bottom: 1em;
}
h1 {
	font-size: 10pt;
	color: #6E1811;
}
h2 {
	font-size: 9pt;
	color: #6E1811;
}

ul {
	margin-left: 0;
	padding-left: 1.5em;
	list-style-type: disc;
}

table {
	border-collapse: collapse;
	border: 0;
}
td {
	vertical-align: top;
	padding: 0;
}


img.floatLeft {
	float: left;
	display: block;
	margin: 0 12px 12px 0;
}
* html img.floatLeft {	/* IE6 bug override */
	display: inline;
}

img.floatRight {
	float: right;
	display: block;
	margin: 0 0 12px 12px;
}
* html img.floatRight {	/* IE6 bug override */
	display: inline;
}

/*** primary table structure ***/
table.masthead {
	width: 800px;
	margin: 0 auto;	/* centers the main table */
}
table.masthead img {
	display: block;
}

/*** logo ***/
td.logo {
	width: 191px;
	padding-top: 30px;
	padding-bottom: 12px;
}
td.logo a { float:left; }

td.tagline {
	width: 530px;
	padding-top: 40px;
	padding-bottom: 12px;
}
td.n2 {
	width: 96px;
}
td.n2top {
	padding-top: 30px;
}
td.n2bottom {
	padding-bottom: 12px;
}


/* main content area */
table.mainContent {
	width: 800px;
	margin: 0 auto;	/* centers the main table */
}
td.mainLeft {
	width: 191px;
	padding-right: 12px;
	padding-bottom: 0;
}
td.mainLeft h1 {
	margin-bottom: 0;
}
td.mainLeft h2 {
	color: #236192;
}
td.mainLeft img {
	display: block;
	margin: 0;
}
div.mainLeftText {
	padding: 0px 12px;
}


td.mainRight {
	width: 597px;
	background-color: #FFFFFF;
	background-image: url(../img/bars_sub_topcap.gif);
	background-repeat: no-repeat;
}
td.mainRight h1 {
	margin-bottom: 0;
}
div.mainRightText {
	padding: 0px 12px;
}


/*** navigation ***/
td.leftNav {
	width: 191px;
	padding: 0;
}
td.leftNav img {
	display: block;
}


div.bottomLinks {
	color: #467A9C;
	background-color: #CAD8E3;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 4px 0px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align: middle;
}
div.bottomLinks a {
	font-weight: normal;
	padding: 0px 4px;
	font-size: 9px;
}
div.bottomLinks :link {
	color: #467A9C;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 9px;
}
div.bottomLinks :visited {
	color: #467A9C;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 9px;
}
.headline_callout {
	color: #467A9C;
}
.nav_selected {
	color: #FFFFFF;
	background-image: url(../img/nav_css_bg_selected.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
}
.nav_selected a:link, .nav_selected a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
}
.nav_selected a:link:hover, .nav_selected a:visited:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.grid {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px;
	text-indent: 2px;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 5px;
}
.grid_title {
	color: #236192;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 2px;
	text-indent: 2px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #DDE6ED;
	border: 1px solid #666666;
}
.grid_header {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 2px;
	text-indent: 2px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #28648C;
	border: 1px solid #666666;
}
.comment_ital {
	font-size: 11px;
	font-style: italic;
	color: #6D1810;
}
.navBezel {
    background-image: url(../img/sub_nav_topcap-1.gif);
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
    height: 34px;
}
.bezelText {
	margin-top: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	font-size: 12px;
}
.bezelText :link, .bezelText :visited {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}
.bezelText :link:hover, .bezelText :visited:hover {
    text-decoration: underline;
}
.mainRight .bezelText {
    margin-left: 18px;
    margin-bottom: 30px;
}

/*** Bottom links ***/
td.bottomLinks {
	color: #467A9C;
	background-color: #E0E9EE;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 4px 0px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align: middle;
}
td.bottomLinks a {
	font-weight: normal;
	padding: 0px 4px;
	font-size: 9px;
}
td.bottomLinks :link {
	color: #467A9C;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 9px;
}
td.bottomLinks :visited {
	color: #467A9C;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 9px;
}

div.nv  {
		display:block;
		height:20px;
		width:185px;
		color:#359589;
		font-size:12px;
		background:url("../images/nav-off-bg.jpg") no-repeat;
		text-align:center;
		padding:10px 3px 0px 3px !important;
		font-weight:normal;
		text-decoration:none !important;
	}
	
	td.mainLeft a { text-decoration:none !important; }
	a:hover div.nv, td.nav_selected div.nv {
		color:#fff;
		background:url("../images/nav-on-bg.jpg") no-repeat;
		text-decoration:none !Important;
	}