@charset "utf-8";
/* CSS Document */

/* Standard xHtml Rules
-------------------------------------------*/
html, html body, body {
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	width:100%;
}
body {
	color:#222;
	vertical-align:top;
	font-size:100%;
	background:#FFF url(../images/bgpg.png) repeat-x;
}
a:link, a:visited, a:active {
	color:#069;
}
a img {
	border:0 none;
}
/* Typographic Rules
-------------------------------------------*/
html body *, .page, .container {
	font-family:verdana, tahoma, arial, helvetica, geneva, "Trebuchet MS", lucida, "Bitstream Vera Sans", "SunSans-Regular", "Lucida Grande", swiss, sans-serif;
}
html, html body, body, .page {
	font-size:11pt;
}
.page, .content {
	font-size:100%;
}
/* Page Layout Rules
-------------------------------------------*/
.container {
	display:block;
}
.page {
	padding:0;
}
.layout {
	width:962px;
	margin:0 auto;
	text-align:left;
	padding:0;
}
.header {
	background:url(../images/chart.png) no-repeat 560px top;
	height:98px;
	margin:0 0 -10px 0;
	padding:0;
}
.header, .header * {
	vertical-align: middle;
}
.header .wrap {
	padding:10px 0 0 0;
}
.content {
}
.conthead {
}
.conthead h1 {
	color:#F60;
	margin:0 0 -6px 0;
	padding:10px 0 0 10px;
	text-transform:uppercase !important;
	background:transparent;
	font: bold 1.876em/1.246em verdana;
}
.contbody {
	float:none;
	clear:both;
	background:#FFF url(../images/bgcont.gif) repeat-y;
	vertical-align:top;
	width: 953px;
}
.contbody .wrap {
	padding:10px;
}
.msg {}
.contleft, .contright {
	position:relative;
}
.contleft {
	float:left;
	width:780px;
	background: #FFF url(../images/lin_o_g.png) no-repeat right top;
}
.contleft .wrap {
	font-size:90%;
	line-height:1.3em;
}
.contleft h2 {
	color:#777;
	line-height:1.49em;
	overflow:visible;
	font-size:1.5em;
	margin:0;
	padding:0;
}
.msg {}
.contmain {}
.contright {
	float:right;
	width:172px;
	border-top: 10px solid #FFF;
}
.contright .wrap {
	background:url(../images/crn_6_tr.png) no-repeat right top;
	padding:5px;
}
.contright .wrap .navbox {
	white-space:nowrap;
	overflow:hidden;
	width: 154px;
}
.contfoot {
	background:url(../images/bgstp.png);
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	/* height:40px; */
	overflow:visible;
}
/* Page Object Rules
-------------------------------------------*/
#pglogo, .pglogo, #a_pglogo,
#afflogo, .afflogo, #a_afflogo {
	text-decoration:none;
	}
#pglogo, .pglogo {
	margin:10px;
	}
#afflogo, .afflogo {
	margin:10px;
	}
/* Alert Object Rules
-------------------------------------------*/
.alertbox, .alertbox dl, .alertbox dt, .alertbox dd {
	list-style:none;
	margin:0;
	padding:0;
	float:none;
	clear:both;
	color:#444;
	border-collapse:collapse;
	-moz-border-radius:0.432em;
    -webkit-border-radius:0.432em;
    -o-border-radius:0.432em;
    border-radius:0.432em;
}
.alertbox {
	border:1px solid #E63;
	background:#FDC;
	margin-bottom:1em;
}
.alertbox dl {
	margin:1px;
}
.alertbox dt, .alertbox dd {
	display:block;
	padding:3px;
}
.alertbox dt {
	background:#FB9;
	font-weight:bold;
	color:#D30;
	border-bottom:1px dotted #F86;
	font-variant: small-caps;
	text-transform: uppercase !important;
}
.alertbox dd {
	color:#630;
}
/* Functional Rules
-------------------------------------------*/
.alignlft, .alignlft * {
	text-align:left;
	}
.alignlft {
	clear:left;
	margin:auto;
	padding:0 10px 0 0;
	}
.alignrgt, .alignrgt * {
	text-align:right;
	}
.alignrgt {
	clear:right;
	margin:auto;
	padding:0 0 0 10px;
	}
.alignctr, .alignctr * {
	text-align:center;
	}
.fltlft, .fltlt {float:left;}
.fltrgt, .fltrt {float:right;}
.clearflt {
	float:none;
	clear:both;
}
.hide {
	display:none;
	visibility:hidden;
	position:absolute;
	}
br.pad6 {
	line-height:6px;
	height:6px;
	padding:0;
	margin:0;
}
br.pad3 {
	line-height:3px;
	height:3px;
	padding:0;
	margin:0;
}
ul.addlispace li {
	margin-bottom:1em;
	}
ul.addlispace .last {
	margin-bottom:auto;
	}
