body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #999;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.85em;
	text-align: center;
}

a { text-decoration: none }

#wrap {
	margin: 0 auto;
	padding: 10px 0 0;
	width: 800px;
	text-align: left;
}

#head { padding-bottom: 10px; overflow: hidden }

#head img { display: none }

#smallnav {
	display: block;
	margin: 0;
	padding: 0 30px 0 0;
	font-size: 0.75em;
	text-align: right;
}
#smallnav li { display: inline; padding: 0 5px; }
#smallnav a, #foot a { color: #999 }
#smallnav a:hover, #foot a:hover { color: #630 }

#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 172px;
	height: 35px;
	background: #fff url(/images/design/logo.gif) no-repeat right top;
}
#logo a {
	display: block;
	width: 172px;
	height: 35px;
	text-indent: -900em;
}

#slogan {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	width: 500px;
	height: 35px;
	line-height: 35px;
	font-size: 0.65em;
	font-weight: bold;
}

#topnav {
	margin: 0;
	padding: 0;
/*	font-size: 0.85em; */	
	text-align: center;
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	overflow: hidden;
}
#topnav li {
	float: left;
	border-left: 2px solid #fff;
}

#topnav li#tn_1 { border-left: none }
#topnav li#tn_1 { width: 84px }
#topnav li#tn_2 { width: 103px }
#topnav li#tn_3 { width: 190px }
#topnav li#tn_4 { width: 129px }
#topnav li#tn_5 { width: 97px }
#topnav li#tn_8 { width: 102px }
#topnav li#tn_6 { width: 83px }
#topnav li a {
    display: block;
    padding: 8px 0;
    overflow: hidden;
    background-color: #5279a9;
    color: #f0f4f8;
}

#topnav li.active a { background-color: #789; color: #fff; }
#topnav li a:hover { background-color: #426999; color: #fff; }

#topnav li#tn_5 a{ background-color: #792E17 !important; }
#topnav li#tn_5 a:hover { background-color: #A04321 !important; }

#topnav li.active#tn_5 a { background-color: #903E21 !important; }

#content {
	clear: both;
	background: #fff url(/images/design/content-bg.gif) repeat-y 0 0;
	color: #444;
}
#home #content { background-color: #666; background-image: none; color: #fff }

#inhead a:link, #content a:link { color: #def }
#inhead a:visited, #content a:visited { color: #cde }
#inhead a:hover, #content a:hover { text-decoration: underline }

#home #inhead a:link, #home #inhead a:visited, #home #content a:link, #home #content a:visited { color: #fff }

#inhead {
	border-top: 3px solid #fff;
	padding: 0 10px 0 257px;
	min-height: 141px;
	background: #093678 no-repeat 10px 0;
	color: #fff;
}
#home #inhead {
	padding: 0 20px 0 489px;
	height: 312px;
	background: #093678 url(/images/design/homepg_wmn.jpg) no-repeat 20px 0;
	font-size: 0.95em;
}
#inhead h1 {
	margin: 0;
	padding: 0;
	height: 125px;
	background: transparent no-repeat left bottom;
	text-indent: -900em;
}
#inhead h2 { visibility: hidden; margin: 0; padding: 0; height: 0px; overflow: hidden; }
#inhead p {
	margin: 0;
	padding: 0.8em 0 0;
	line-height:15px;
}

#content .content {
	border-top: 4px solid #fff;
	overflow: hidden;
}
#content .content .leftside {
	float: left;
	margin: 17px 0 0 0;
	padding: 0 8px 20px 20px;
	width: 230px;
	list-style-type: none;
	color: #444;
	font-size: 0.95em;
	min-height: 280px;
}


.leftside p {font-size: 0.9em; line-height:1.25em;}

#home #content .content .leftside {
	min-height: 80px;
}

#content .content .leftside a {
	background: transparent url(/images/design/nav.gif) no-repeat 0 4px;
	padding-left: 11px;
}
#content .content .leftside a.arrow { background-image: url(/images/design/navarrow.gif) }
#content .content .leftside a.open { background-image: url(/images/design/navopen.gif) }

#content .content .leftside li { padding: 0.5em 0 0 }
#content .content .leftside ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}
#content .content .leftside ul li { padding: 0.1em 0 0 }
#content .content .rightside {
	float: left;
	padding: 20px 0 0px;
	width: 420px;
	font-size: 0.95em;
	line-height: 1.4em;
}
#content .content .leftside a:link, #content .content .leftside a:visited { color: #444 }
#content .content .leftside a:hover { color: #333; text-decoration:none; } 
#content .content .leftside a.active { color: #093678 !important; }

#content .content .rightside a:link { color: #5279a9; font-weight:bold;}
#content .content .rightside a:visited { color: #5279a9; font-weight:bold; }

#content table.color {
	margin: 0 auto;
	padding: 0;
	border: 1px solid #999;
	color: #000;
	font-size: 0.95em;
	text-align: center;
}
#content table.color th {
	padding: 0.3em 0.25em;
	background-color: #5279a9;
	color: #fff;
}
#content table.color td { 
	padding: 0.3em 0.25em;
}
#content table.color tr.alt td {
	background-color: #d2d9e6;
}
#content table.color td.left { text-align: left }

#home #content .content { padding-left: 53px }
#home #content .content .leftside {
	padding: 17px 0;
	margin: 0 20px 0 0;
	width: 365px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #fff;
}
#home #content .content .rightside {
	padding: 15px 0;
	width: 350px;
	line-height: 1.3em;
}
#home #content .content .rightside h4, #home #content .content .rightside ul { padding-left: 70px }

#content ul.plain {
	margin: 0 !important;
	list-style-type: none;
}
#content ul.plain li {
	padding: 0.75em 0 0;
}
#content ul.plain ul {
	margin: 0;
	padding: 0;
	list-style-type: circle;
}

#content ul.indent li {
	text-indent:-15px;
	padding:2px 0 2px 17px;
	margin:0;
	line-height:130%;
}

.rightside ul.plain a {
	font-weight:normal !important;
}


#content .content p {
	margin: 0;
	padding: 0;
}

#content .content span.small {
	margin: 0;
	padding: 0;
	font-size:85%;
}
#content .content .rightside ul, #content .content .rightside ol {
	margin: 0;
	padding: 0 0 0 2em;
}
#content .content h3 {
	margin: 0;
	padding: 0 0 1em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
}

#inhead h4, #content h4 {
	margin: 0;
	padding: 0 0 1em;
	color: #5279a9;
	font-size: 1.3em;
	font-weight: normal;
}
#home #inhead h4, #home #content h4 {
	padding: 0;
	color: #e6f534;
	font-size: 1.25em;
	letter-spacing: 0px;
	word-spacing: 1px;
	text-transform: uppercase;
	font-weight:600;
}
#home #inhead h4 {
	padding-top: 40px;
	height: 18px;
	background: transparent url(/images/design/homepg_news.gif) no-repeat left bottom;
	font-size: 1.25em;
	text-indent: -900em;
}
#home #content .rightside h4 {
	margin-bottom: 2px;
	height: 14px;
	background: transparent url(/images/design/homepg_links.gif) no-repeat 70px bottom;
	text-indent: -900em;
}

#content .content .rightside h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
#content .content .rightside p {
	margin: 0;
	padding: 0 0 1em;
}

#foot {
	clear: both;
	padding-top: 0px;
	background-color: #fff;
	font-size: 0.7em;
	text-align: center;
}

.clear { clear: both; position: absolute }

/* \*/
* html #content .content .leftside { height: 280px; }
* html #home  #content .content .leftside { height: 80px; }
* html #inhead { height: 141px }
/* */

/* CMS */
/* tab styles (for page edit) */

input.editor, textarea.editor, select.editor {
	text-decoration: none !important;
	border-color: #466CA6 !important;
	background: #F7F8FD !important;
	background-color: #F7F8FD !important;
	border-style: solid !important;
	border-width: 1px !important;
	font: 10px Arial, Helvetica, sans-serif !important;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 5px;
}

.tablbl {
	background: #F7F8FD;
	border: 1px solid;
	border-bottom: 2px solid;
	border-color: #466CA6;
	color: #000000;
	cursor: hand;
	font-size: 10px;
	padding: 1px;
	position: relative;
	text-align: center;
	z-index: 0;
}

.tablbla {
	background: #F7F8FD;
	border: 1px solid;
	border-bottom: none;
	border-color: #466CA6;
	color: #000000;
	padding: 1px;
	position: relative;
	text-align: center;
	z-index: 101;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.taba_ {
	background: #F7F8FD;
	border: 0px solid;
	border-color: #466CA6;
	color: #FFFFFF;
	height: 100%;
	overflow: auto;
	position: relative;
	top: -1;
	width: 100%;
	z-index: 100;
	font: 10px Arial, Helvetica, sans-serif;
}

.tab_ {
	display: none;
	height: 100%;
	width: 100%;
}

.lblm {
	padding-left: 0px;
	padding-right: 0px;
}

.tabctl {
	background: #F7F8FD;
}

a.viewpagelink, a.viewpagelink:visited {
	color: #466CA6;
}

a.viewpagelink:hover {
	text-decoration: underline;
}

td.cmsform {
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background: #F7F8FD;
}

td.errormessage {
	color: #000000;
	font-size: 11px;
}

td.systemmessage {
	color: #000000;
	font-size: 11px;
}

td.statusmsg {
	color: #000000;
	padding-right: 5px;
}

input.hand, file, select {
	cursor: hand;
	cursor: pointer;
}



/* Press 
tr.darkrow {
	padding: 3px;
	background: #ebebeb !important;
}

tr.lightrow {
	padding: 3px;
}

span.presslistdate {
	font-size: 10px;
}

td.presslisttitle {
}

td.pressitemtitle {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

td.pressitemsubtitle {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

td.pressitemdate {
	font-size: 11px;
}

.pressitemforinformation {
	font-size: 11px;
	font-style: italic;
}

.pressitemcontact {
	font-size: 11px;
}

*/

table.cmdeditorbkrnd {
	background: #F7F8FD;
}

td.cmspagetitle {
	padding: 10px;
	margin: 0;
	color: #012;
	font: bold 24px Arial, Helvetica, sans-serif;
}

td.content {
	font-size: 13px !important;
	padding: 0 10px 10px 10px;
}

td.cmspagecontent {
	font-size: 13px;
	padding: 0 10px 10px 10px;
}

a.cmsrevealnavlink {
	color: #000;
	text-decoration: underline;
}

a.cmsrevealnavlink:hover {
	color: #000;
	text-decoration: none;
}

ul.cmsnavreveal {
	margin-top: 10px !important;
	margin-left: 30px;
	margin-bottom: -0px !important;
	color: #888;
	list-style: none;
}

li.cmsnavreveal{
	font-size: 9px;
	margin-bottom: 5px;
	margin-top: -5px;
}

.cmslinkheader {
	width: 800px;
	height: 18px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	text-align: center;
	color: #000;
	font-size: 10px;
	list-style-type: none;
}

.cmslinkfooter {
	width: 800px;
	height: 18px;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	color: #000;
	font-size: 10px;
	list-style-type: none;
}

.cmslinkheader a {
	margin-right: 6px;
}

.cmslinkheader a:link,
.cmslinkheader a:visited {
	color: #555;
}

.cmslinkheader a:hover {
	color: #555;
	text-decoration: underline;
}

.cmslinkfooter a {
	margin-right: 6px;
}

.cmslinkfooter a:link,
.cmslinkfooter a:visited {
	color: #555;
}

.cmslinkfooter a:hover {
	color: #555;
	text-decoration: underline;
}

.cmslinkfooter .right {
	width: 60px;
}

.cmserrorstyle	{
	background: #ffffc3 !important;
	border: #f00 1px solid !important;
	border-style: solid !important;
	font: 10px Arial, Helvetica, sans-serif !important;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 5px;
}

ul.sitemap {
	font-size: .9em;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	margin-left: 15px !important;
}

a.smalllink {
	font-size: 70%;
}

td.smalltext {
	font-size: .75em;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

/* Press */

span.PressListDate, span.StatementListDate {
   font-size: 10px;
}

td.PressListTitle, td.StatementListTitle {
}

td.PressItemTitle, td.StatementTitle {
	font-size: 15px;
   font-weight: bold;
	text-align:left;
}

td.PressItemSubTitle, td.StatementSubTitle {
   font-size: 13px;
   font-weight: bold;
   font-style: italic;
 	 text-align:left;
}

td.PressItemDate, td.StatementDate {
   font-size: 11px;
}

.PressItemForInformation, .StatementForInformation {
   font-size: 11px; 
   font-style: italic;
}

.PressItemContact, .StatementContact  {
   font-size: 11px; 
}

.errordiv {
	background: transparent;
	border: #f00 0 none;
	color: #f00 !important;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
}

.errorstyle	{
	background: #ffffc3 !important;
	border: #f00 1px solid !important;
	padding: 1px 3px 1px 2px  !important;
}

.backToTop {
	font-size:87.5%;
}

tr.color {background-color:rgb(210,217,230);}

.rightside ul {
	margin:-10px 0 10px 0 !important; 
}

}
.rightside table {
	text-align: left;
	border: 1px solid #999999;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	line-height: 120%;
}

.rightside table.noborder {
	text-align: left;
	border: none !important;
	margin: 0 0 10px 0;
	line-height: 120%;
}

.rightside table td {
	padding:4px 6px 4px 6px;
	font-size: 100%;
}

td.boardname {text-align:left !important;}
tr.head {text-align:center; font-weight:bold; background-color:rgb(82,121,169); color:#FFFFFF;}
tr.head a {color: white !important;}

ul.sitemap, li.sitemap  {
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom:  0 !important;
	line-height:170%;
	font-size:100%;
}

#content input, textarea {
	padding: 1px 4px 1px 4px;
}

.content .rightside input,select, textarea, file {
	background: #f7f8fd;
	border: #093678 1px solid;
	text-decoration: none;
	font-size: 11px;
}

form {
	margin: 0;
}

form table, .admin, , div.center table {
	border: none !important;
}

form table th.right, .admin th.right, div.center table th {
	border: none;
	background: #093678;
	color: #cbd2da;
	font-size: 12px;
	font-weight: normal;
	padding: 6px;
	text-align: right;
	padding: 4px 8px 4px 8px;
}

div.center {
	text-align: center;
	font-size: 11px;
}

div.listnav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.EditPressItem {
	font-size: 9px;
}

td.pad6 {
  padding:6px;
  border: 1px inset;
}
td.pad6nb {
  padding:6px;
	background-color: #093678;
	color:#FFFFFF;
}