body {
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center;
	min-width: 1000px;
	/* background-color:#868769; */
	background-color:#9c9ba4
}
#outer_wrap {
	width:100%;
	height:100%;
	background: url(../images/blue_theme/hdr_bg.gif) repeat-x;
}
#header {
	clear:both;
	height:183px;
	position:relative;
}
#branding {
	width:205px;
	height:115px;
	float:left;
	margin-top:32px;
}
#branding a#logo {
	display:block;
	width:205px;
	height:115px;
	overflow:hidden;
	text-indent:-500px;
	background:url(../images/blue_theme/logo.gif) no-repeat;
}
#visual {
	float:left;
	width:670px;
	height:148px;
	
}
#wrapper {
	width: 883px;
	margin: 0 auto;
	text-align: left;
}
#content {
	float:left;
	width:100%;
}
#main_wrap {
	float:right;
	margin-left:-6px;
	width:687px;
	min-height:800px;
	_height:800px;
	background:#fff url(../images/blue_theme/main_nocols_bg.png) repeat-y;
	_display:inline;
	position:relative;
}
body.two_cols #main_wrap {
	background:#fff url(../images/blue_theme/main_bg.png) repeat-y;
}
#main {
	z-index:99;
	position:relative;
	padding:10px 20px;
	font-family:Arial, Helvetica, sans-serif;
}
.lcol {
	width:auto;
	float:none;
	padding-right:20px;
}
body.two_cols .lcol {
	padding:0;
	float:left;
	/*	width:480px; */
	width:465px;
}
body.two_cols .rcol {
	float:right;
	width:180px;
	display:inline;
	margin-right:-10px;
}
#side_menu {
	width:205px;
	float:left;
	min-height:500px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
_zoom:1;
}

.pad {
	padding: 10px
}
.lcol .pad {
	padding:0 !important;
}
.rcol .pad {
	padding:0 !important;
}
#wrapper {
	position:relative;
}
/*----------------------- Main Nav--------------------------------------*/

#top_nav {
	zoom:1;
	clear:both;
}
#top_nav ul {
	width:100%;
	height:35px;
	zoom:1;
	float:left;
	_display:inline;
}
#top_nav ul li {
	position:relative;
	float:left;
	margin-right:1px;
}
#top_nav ul li a {
	line-height:35px;
	margin:0;
	padding:0 15px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	display:block;
}
#top_nav ul li.current_tab {
}
#top_nav ul li.current_tab a {
	background-color:#004059;
	color:#fff;
}
#top_nav ul li a:hover {
	color:#fff;
	background-color:#004059;
}
/*------------------END OF MAIN NAV ------------------------*/

#side_menu {
	position:relative;
	width:208px;
	float:left;
	z-index:1000;
	margin-right:-7px;
	padding-top:15px;
}
#side_menu ul li {
	color:#5b5c47;
	margin-left:40px;
}
#side_menu ul li a {
	/*	color:#b7b8a6;*/
color:#ddd;
	font-weight:bold;
	text-decoration:none;
}
#side_menu h3 {
	line-height:37px;
	padding:0 0 0 20px;
	background:url(../images/blue_theme/sm_hdr_bg_on.png) no-repeat;
}
#search_block h3 {
	margin-bottom:10px;
	zoom:1;
	background:url(../images/blue_theme/sm_hdr_bg_off.png) no-repeat !important;
}
#footer {
	clear:both;
	font-size:1em;
	color:#999;
}
#footer #copyright {
	width:190px;
	float:left;
	color:#000;
	padding-top:20px;
}
#footer #bottom_nav {
	float:right;
	width:687px;
	height:80px;
	background: url(../images/blue_theme/footer_bg.png) no-repeat;
}
#bottom_nav ul {
	margin-left:20px;
	margin-top:20px;
}
#bottom_nav li {
	padding:0;
	float:left;
	border-right:1px solid #ccc;
}
#bottom_nav li a {
	padding:0 10px;
	color:#ccc;
}
#login, #login_bg {
	width:250px;
	height:100px;
	position:absolute;
	right:10px;
	bottom:35px;
	z-index:100;
}
#login_bg {
	opacity:0.5;
	filter: alpha(opacity = 50);
	z-index:90;
	background-color:#000;
}
#login fieldset {
	margin:5px !important;
	border-color:#999;
	border:none;
}
#login legend {
	color:#fff;
	padding:0;
	margin:0;
}
#login label {
	float:none;
	display:block;
	clear:both;
	color:#fff;
}
#login input {
	float:none;
	clear:both
}
#login li {
	position:relative;
	height:50px;
	width:85px;
	float:left;
	margin-right:2px;
}
#login li.submit {
	width:40px;
}
li input {
	position:absolute;
	margin-right:2px;
	bottom:2px;
	left:0;
}
.rcol {
	padding-top:10px;
}
.fblock h3 {
	margin-top:20px;
	background:url(../images/blue_theme/block_hdr.png) no-repeat right;
	position:relative;
	margin-right:-10px;
	width:180px;
	line-height:25px;
	color:#fff;
	padding-left:10px;
}
.fblock_body {
	width:179px;
	background-color:#ddd;
	border-bottom:1px solid #ccc;
}
.lcol h2 {
	margin-top:20px;
	font-weight:bold;
	color:#CC6600
}
.lcol h2 a {
	color:#cc6600;
}
p.author {
	font-weight:bold;
}
.lcol a {
	color:#cc6600;
}
#side_menu ul {
	margin:0;
}
#side_menu ul li {
	margin-left:10px;
	list-style-type:none;
	position:relative;
	zoom:1;
	_display:inline;
}
#side_menu ul li a:hover {
	background-color:#044259;
	color:#fff;
}
#side_menu ul li a {
	border-width:0px;
	height:1%;
	padding-left:20px;
	zoom:1;
	display:block;
	position:relative;
}
#side_menu ul li.parent a {
	background-image:url(../images/arrs.png);
	background-repeat:no-repeat;
	background-position:5px 4px;
}
#side_menu ul li.parent a:hover {
	background-position:5px -30px;
}
li.parent li a {
	background-image:none !important;
}
#side_menu ul ul {
	display:none;
	position:absolute;
	top:0;
	width:200px;
	left:100%;
	margin:0;
	padding:0;
	background-color:#f5f5f5;
	border:1px solid #044259;
}
#side_menu ul ul li {
	list-style:none;
	margin:0;
	padding:0;
	font-size:1em;
}
#side_menu ul ul li a {
	color:#044259;
	line-height:1.2em;
	width:auto;
	zoom:1;
	display:block;
	margin:0;
	padding:5px;
	padding-left:10px;
	border-bottom:1px solid #ccc;
}
#side_menu ul ul li a:hover {
	background-color:#044259;
	color:#FFFFFF;
}
#side_menu ul li:hover ul {
	display:block !important;
}
.scrollable {
	position:relative;
	overflow:hidden;
	height:155px;
	width:179px;
}
div.scrollable ul.items {
	position:absolute;
	width:100%;
	height:20000em;
}
div.scrollable ul.items li {
	background-color:#f5f5f5;
	padding:10px 5px;
	border-bottom:1px solid #ddd;
	display:block;
}
div.scrollable ul.items li a {
	color:#0099CC;
	font-size:0.9em
}
/* popup windows */

body.popup {
	padding:10px;
	background-color:#fff;
	min-width:300px;
	width:auto;
}
body.print {
	background-color:#fff;
	;
	min-width:500px;
	width:auto;
	color:#000;
	text-align:left;
}
.article_actions {
	float:right;
}
.article_actions li {
	float:left;
	margin-right:3px;
}
.article_actions li a {
	overflow:hidden;
	display:block;
	width:25px;
	height:25px;
	text-indent:-1000px;
}
li.small_font a {
	background:url(/_images/icn_deftxt_off.gif) no-repeat;
}
li.big_font a {
	background:url(/_images/icn_deftxt_off.gif) no-repeat;
}
li.email_artice a {
	background:url(/_images/icn_email_off.gif) no-repeat;
}
li.print_article a {
	background:url(/_images/icn_prn_off.gif) no-repeat;
}
/* pbase_style START */

/* pBase styles */

.mainnavL1, .mainnavL2, .mainnavL3, .col1, .col2, .col3, .col4, .col5, .col6, .rowcatL1, .rowcatL2, .rowcatL3, .rowcatL4, .rowdataL1Alt1 {
	font-family : Verdana, Helvetica, Geneva, sans-serif;
}
.mainnavL1 {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-indent: 3px;
	text-decoration:none;
}
.mainnavL2 {
	font-weight : normal;
	font-size : 11px;
	color : #666666;
	text-decoration : underline;
}
.mainnavL3 {
	font-weight : normal;
	font-size : 11px;
	color : #999999;
	text-decoration : underline;
}
.col1 {
	font-size : 11px;
	/*	color : #ced6de;*/
color:#333;
	background-color : #f7f7f7;
}
.col2 {
	font-size : 11px;
	color : #f7f7f7;
	background-color : #e1ebf6;
}
.col3 {
	font-size : 11px;
	color : #000000;
	background-color : #ecf1f5;
}
.col4 {
	font-size : 11px;
	color : #000000;
	background-color : #fffff5;
}
.col5 {
	font-size : 11px;
	color : #000000;
	background-color : #f0f5e7;
}
.col6 {
	font-size : 11px;
	color : #000000;
	background-color : #ffa500;
}
.rowLine {
	background-color: #666666;
}
table.rowLine {
	background-color:transparent !important;
	border:1px solid #777;
	margin-bottom:2px;
}
.rowcatL1 {
	font-weight : bold;
	font-size : 11px;
	color : #fe000f;
	text-indent : 5px;
}
.rowcatL2 {
	font-weight : normal;
	font-size : 11px;
	color : #000000;
}
.rowcatL3 {
	font-weight : bold;
	font-size : 11px;
	color : #ffffff;
	background-color : #999999;
}
.rowcatL4 {
	font-weight : bold;
	font-size : 11px;
	color : #ffffff;
	background-color : #868eb7;
	text-align : center;
}
.rowdataL1Alt1 {
	font-size : 11px;
	color : #000000;
	background-color : #eff3f6;
}
.rowdataL1Alt2 {
	font-size : 11px;
	color : #000000;
	background-color : #f7f7f7;
}
.rowdataL2Alt1 {
	font-size : 11px;
	color : #000000;
	background-color : #f7f7f7;
}
.rowdataL2Alt2 {
	font-size : 11px;
	color : #000000;
	background-color : #f7f7f7;
}
.rowfldL1 {
	font-weight : bold;
	font-size : 11px;
	color : #666666;
	background-color : #e3e3e3;
}
.rowfldL2 {
	font-weight : bold;
	font-size : 11px;
	color : #ffffff;
	text-indent : 5px;
	background-color : #6088b0;
}
.rowdataL1Alt1, .rowdataL1Alt2, .rowfldL1, .rowfldL2 {
	padding:5px;
}
.txtalert {
	font-size : 11px;
	color : #ff6600;
}
.txtalertSml {
	font-size : 10px;
	color : #ff6600;
	font-style : italic;
}
.txtbody {
	color : #000;
}
.txtbodySml {
	font-size : 10px;
	color : #666666;
}
.txtbodySml2 {
	font-size : 10px;
	color : #cccccc;
}
.txtbodycol1 {
	font-size : 11px;
	color : #666666;
	background-color : #ffffff;
}
.txtbodycol2 {
	font-size : 11px;
	color : #ae001b;
}
.txtbodySmlcol1 {
	font-size : 10px;
	color : #666666;
	background-color : #ffffff;
}
.txtFldBtn, .txtFldBtnPage, .txtFldBtnPage span {
	padding:0;
	margin:0;
	color:#534010;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	height: 27px;
	/*	line-height: 27px;*/
	vertical-align: middle;
	display: block;
	display: inline-block;
}
.txtFldBtnPage span {
	line-height: 24px;
	padding-top:2px;
}

.txtFldBtnPage span input {
margin-top:-5px;
}

.txtFldBtn {
	background: transparent url(../../_images/buttonbg.gif) no-repeat scroll right top;
}
.txtFldBtnPage {
	background: transparent url(../../_images/button.gif) no-repeat scroll right top;
	margin-right: 6px;
	padding-right: 10px;
}
.txtFldBtnPage span {
	background : transparent url(../../_images/button.gif) no-repeat left top;
	padding-left : 10px;
}
a.txtFldBtn:hover {
	background-position : right -155px;
}
a.txtFldBtn:hover span {
	background-position : left -155px;
}
a.txtFldBtnPage:hover {
	background-position : right -155px;
}
a.txtFldBtnPage:hover span {
	background-position : left -155px;
}
 .txtFldCtl, .txtFldData, .txtFldDataSml, .txtFldLabel, .txtFldLabelSml, .txtFldNote, .txtHeadL1, .txtFldNote, .txtHeadL1, .txtHeadL2, .txtHeadL3, .txtHeadL4, .txtHeadL5, .txtHeadL7, .txthint, .txtnavlink1, .txtnavlink2, .txtnavlinkcol1, .txtnotes, .tblLabel, .tblLabelReq, .tblHeading, .tblFldCtl, .tblFldCtlRO, {
font-family:Arial, Helvetica, sans-serif;
}
.txtFldCtl {
	font-weight : normal;
	font-size : 12px;
	color : #000000;
	background-color : #ffffff;
}
.txtFldData {
	font-size : 11px;
	color : #333333;
}
.txtFldDataSml {
	font-size : 10px;
	color : #333333;
	background-color : #ffffff;
}
.txtFldLabel {
	font-weight : bold;
	font-size : 11px;
	color : #666666;
}
.txtFldLabelSml {
	font-size : 10px;
	color : #666666;
	background-color : #ffffff;
}
.txtFldNote {
	font-size : 10px;
	color : #ff6600;
}
.txtHeadL1 {
	font-weight : bold;
	font-size : 18px;
	color : #333;
}
.txtHeadL2 {
	font-weight: bold;
	font-size: 16px;
	color: #336699;
}

.txtHeadL2 a {
font-size:16px !important;
}

.txtHeadL3 {
	font-weight : bold;
	font-size : 12px;
	color : #336699;
}
.txtHeadL4 {
	font-weight : bold;
	font-size : 11px;
	color : #666666;
}
.txtHeadL5 {
	font-weight : bold;
	font-size : 12px;
	color : #666666;
}
.txtHeadL6 {
	font-weight : bold;
	font-size : 12px;
	color : #336699;
	background-color : #ffffff;
}
.txtHeadL7 {
	font-size : 12px;
	color : #336699;
	background-color : #ffffff;
}
.txtEventAlert {
	color : #990000;
	font-weight : bold;
	font-size : 18px;
	font-family : Georgia, "Times New Roman", serif;
	text-align : center;
}
.txthint {
	font-size : 11px;
	color : #38656a;
	font-style : italic;
	background-color : #ffffff;
}
.txtnavlink1 {
	color : #336699;
	text-decoration : underline;
}
.txtnavlink2 {
	font-weight : bold;
	color : #666666;
	text-decoration : underline;
}
.txtnavlinkcol1 {
	color : #000080;
}
.txtnotes {
	font-size : 10px;
	color : #bfbfbf;
	background-color : #ffffff;
}
a {
	color : #336699;
}
.tblBorder {
	background-color : #999999;
}
.tblBackground {
	background-color : #efefef;
}
.tblLabel {
	font-weight : normal;
	font-size : 11px;
	color : #666666;
}
.tblLabelReq {
	font-weight : bold;
	font-size : 11px;
	color : #666666;
}
.tblHeading {
	background-color : #cccccc;
	font-weight : bold;
	font-size : 12px;
	color : #336699;
}
.tblFldCtl {
	background-color : #ffffff;
	font-weight : normal;
	font-size : 12px;
	color : #000000;
}
.tblFldCtlRO {
	background-color : #efefef;
	font-weight : normal;
	font-size : 12px;
	color : #666666;
}
#c_mytabs {
	margin : 0 -10px 20px;
	text-transform : lowercase;
}
#c_mytabs .clear {
	clear : left;
}
#c_mytabs ul {
	font-size : 70%;
	line-height : 120%;
}
#c_mytabs li {
	float : left;
	list-style : none;
	text-align : center;
}
#c_mytabs li.selected a {
	font-weight : bold;
	text-decoration : none;
	color : #fff;
}
#c_mytabs .categories {
	margin : 0 10px;
}
#c_mytabs .categories li {
	width : 9em;
	margin-right : 3px;
	border : 1px solid #999;
	border-bottom : 0;
	padding : 4px 10px;
}
#c_mytabs .categories li.selected {
	border-bottom : 1px solid #009ede;
	background-color : #009ede;
}
#c_mytabs .categories a {
	font-weight : bold;
	text-decoration : none;
	color : #009ede;
}
#c_mytabs .categories a:hover {
	text-decoration : underline;
}
#c_mytabs .pages {
	border : 1px solid #009ede;
	background-color : #009ede;
}
#c_mytabs .pages li {
	margin : 4px 0;
	border-right : 1px solid #fff;
	padding : 0 10px;
}
#c_mytabs .pages a {
	color : #d6f3ff;
}
#c_mytabs .pages a:hover {
	text-decoration : underline;
	color : #fff;
}
#c_mytabs .start li {
	visibility : hidden;
}
table.data {
	width : 100%;
	border-collapse : collapse;
}
table.data td, table.data th {
	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 2px;
	padding-right : 2px;
	margin-bottom : 4px;
	border-style : solid;
	border-width : 0;
	border-color : #aaaaaa;
	text-align : left;
}
table.data th {
	background-color : #999;
	color : #fff;
	font-weight : bold;
}
table.table-alt tr.odd td {
	background-color : #eee;
}
table.table-linesh td, table.table-linesh th {
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
}
table.table-linesv td, table.table-linesv th {
	border-left : 1px solid #000;
	border-right : 1px solid #000;
}
table.table-alignright td, table.table-alignright th {
	text-align : right;
}
table.table-fontsm td, table.table-fontsm th {
	font-size : 9px;
}
.ContentElementDIV {
	width : auto;
	overflow : hidden;
}



.ContentElementDIV  * {
font-size:12px !important;
}




#main table {
	/*	width : auto !important;*/
/*	border-collapse : collapse !important;*/
border-collapse:separate !important;
	text-align : left;
}
#main table td {
/* padding : 5px; */
}
#main table td.rowLine {
	padding : 0 !important;
	height : 1px;
}
#main table td.rowLine img {
	display : none;
}
#blogdiv .thread-alt {
	background-color : #f8f8f8;
}
#blogdiv .thread-even {
	background-color : white;
}
#blogdiv .depth-1 {
	border-top : 1px solid #ddd;
	border-bottom : 1px solid #ddd;
}
#blogdiv .children .even, .children .alt {
	border : 0;
	border-left : 1px solid #ddd;
}
#blogdiv #commentform textarea {
	width : 90%;
	padding : 2px;
}
#blogdiv #commentform #submit {
	margin : 0;
	float : right;
}
commentlist {
	padding : 0;
	text-align : justify;
}
.commentlist li {
	margin : 15px 0 3px;
	padding : 5px 10px 3px;
	list-style : none;
}
.commentlist li ul li {
	margin-right : -5px;
	margin-left : 10px;
}
.commentlist p {
	margin : 10px 5px 10px 0;
}
#commentform p {
	margin : 5px 0;
}
.txtbody p, .txtbody ul, .lcol ul {
	margin-bottom:12px;
}
.txtbody ul li, .lcol ul li {
	list-style-type:disc;
	margin-left:40px;
}
#main table.col1 {
	width:100% !important;
}
#main center table {
	width:100% !important;
}
td.txtbody, dl.txtbody {
	/*font-size:0.8em;*/
font-size:11px;
}
.txtfldlabel td {
	color:#000;
}
span.date {
	display:block;
	font-weight:bold;
	font-size:1.2em;
}
table td {
	background-repeat:repeat-x !important;
	background-position:bottom;
}
table {
/*	border-width:1px !important;*/
}
td table {
	margin-top:2px;
}
body.col1 {
	min-width:300px !important;
	width:auto;
}

#events_calendar h4 {
font-size:12px;
font-weight:bold;
color:#333;
}

#events_calendar h4 .date {
font-size:11px;
font-weight:bold;
color:#777;
}

#events_calendar p {
font-size:11px;
clear:both;
}

#events_calendar ul {
}

#events_calendar li {
border-bottom:1px dashed #eee;
padding:2px 5px;

}

#events_calendar li a.txtnavlink1 {
float:right;
display:block;
}

#events_calendar li:hover {
background-color:#d1d1d1;
}

ul br {
display:none;
}

.incimage {
   float: left;
   margin-bottom: 5px;
   margin-right: 5px;
   border: transparent;
}

.contentbreak {
    margin-bottom: 12px;
	margin-top: 12px;
	width:80%;
	height:1px;
	background: url(../images/blue_theme/hdr_bg.gif) repeat-x;
}


td p {
font-size: 12px !important;
}

#bottom_nav li, #events_calendar li {
margin:0 !important;
list-style:none !important;
}
