html
{
	height: 100%;
}
body
{
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #ffffff;
	background-image: url(/images/left_gradient.png);
	background-repeat: repeat-y;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
p
{
	margin: 0 0 15px 0;
}

a:link, a:visited
{
	color: #2B4965;
}
a:hover
{
	color: #0A94FF;
}

#wrapper 
{
	min-height: 100%;
	min-width: 750px;
	background-image: url(/images/right_gradient.png);
	background-repeat: repeat-y;
	background-position: top right;
	border: 0 none;
}

.unitPng {}

.clear { clear: both; }

#header {
	text-align: center;
	top: 0;
}

.headerleftpart 
{
	padding: 15px 0 0 20px;
	top: 0;
	float: left;
	text-align: left;
}

.headerrightpart 
{
	top: 0;
	float: right;
	text-align: left;
	padding: 15px 5px 0 0;
}

.langswitch
{
	height: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* for ie6 */
}
.langswitch li
{
	display: inline;
	padding: 0 5px 0 0;
}
.langswitch li img
{
	border: 0;
}
span.logonctlname
{
	overflow: hidden;
	width: 136px;
}

.iconlist
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.iconlist li
{
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-size: 13px;
	line-height: 22px;
}
.iconlist a:link, .iconlist a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #6b6b6b;
}
.iconlist a:hover
{
	color: #0A94FF;
}
.iconlist img {
	border: 0 none;
	vertical-align: top;
	padding-right: 7px;
}

.searchbox
{
	width: 160px;
	height: 38px;
	background-image: url(/images/searchbox.png);
	background-repeat: no-repeat;
	padding: 8px 0 0 16px;
	position: relative;
}
.searchbox p
{
	margin: 7px 7px 0 0;
	text-align: right;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #6b6b6b;
}
.searchbox p a:link, .searchbox p a:visited
{
	text-decoration: none;
	color: #6b6b6b;
}
.searchbox p a:hover
{
	color: #0A94FF;
}
.searchbox_f
{
	border: 0 none;
	padding: 0;
	margin: 0;
	width: 128px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	background-color: transparent;
	-webkit-appearance:none;
}
.searchbox_i
{
	position: absolute;
	right: 11px;
	top: 8px;
}

.hidden
{
	display: none;
}
.extsearchbox div
{
	position: absolute;
	right: 12px;
	z-index: 300;
	background: #f8f8f8;
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.extsearchbox div ul
{
	margin: 10px 25px 20px 5px;
	padding: 0 0 0 25px;
	list-style-image: url(/images/list_bullet.gif);
}
.extsearchbox div li
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
}
.extsearchbox div li a:link, .extsearchbox div li a:visited
{
	color: #666;
}
.extsearchbox div li a:hover
{
	color: #0A94FF;
}

.widesearchbox
{
	height: 34px;
	background-image: url(/images/searchbox_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.widesearchbox div
{
	height: 34px;
	margin: 0 0 0 12px;
	background-image: url(/images/searchbox_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.widesearchbox div div
{
	height: 34px;
	margin: 0 12px 0 0;
	background-image: url(/images/searchbox_mid.png);
	background-repeat: repeat-x;
	padding: 8px 24px 0 4px;
	position: relative;
}
.widesearchbox_f
{
	border: 0 none;
	padding: 0;
	margin: 0 1px;
	width: 100%;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	background-color: transparent;
	-webkit-appearance:none;
}
.widesearchbox_i
{
	position: absolute;
	right: -1px;
	top: 8px;
}

#logo {
	border: 0 none;
}

#topmenu {
	background-image: url(/images/menu_bg.png);
	background-repeat: repeat-x;
	height: 45px;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-weight: bold;
	overflow: hidden;
	position: relative; /* or IE6 would show whole menu table */
}

#topmenu table {
	margin: 0;
	border: none 0;
	border-spacing: 0;
	border-collapse: collapse;
}
#topmenu td {
	position: relative;
	font-size: 14.66px;
	padding: 0;
	background-image: url(/images/menu_separator.png);
	background-repeat: no-repeat;
}
#topmenu td:first-child {
	background-image: none;
}

#topmenu ul 
{
	padding: 0;
	list-style: none;
	margin: 0;
}
#topmenu ul li
{
	position: relative;
	font-size: 14.66px;
	padding: 0;
	float: left;
	top: 0;
}

#topmenu a span {
	background: url(/images/menu_text_grad.png) repeat-x;
	position: relative;
	display: block;
	top: -17px;  
	height: 17px;
	width: 100%;
}

#topmenu table a {
	white-space: nowrap; /* IE6 ignores this on table */
	color: #eff;
	text-decoration: none;
	display: block;
	padding: 16px 10px 0 /*12px*/ 10px;
	margin: 0 0 0 1px;
}

#topmenu table a:hover {
	background: url(/images/menu_bg_hover.png) repeat-x;
}

#topmenu table a:hover span {
	background-image: url(/images/menu_text_grad_hover.png);
}

.topmenuitemselect a {
	background: url(/images/menu_bg_hover.png) repeat-x;
}

.topmenuitemselect a span {
	background-image: url(/images/menu_text_grad_hover.png);
}

.topmenucontainer {
	position: relative;
	overflow: hidden;
	height: 45px;
	z-index: 5;
	margin: 0 24px;
}

.topsubmenu
{
	position: absolute;
	left: 0;
	background-color: Transparent;
	background-image: url(/images/submenu_down_arrow.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 12px 0 0 0;
	z-index: 200;
	visibility: hidden;
}
.topsubmenu ul
{
	margin: 0;
	padding: 3px 0;
	list-style: none;
	list-style-image: none;
	width: 210px;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #fafafa;
	visibility: hidden;
	border: 1px solid #66686C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 200;
}
.topsubmenu ul li
{
	padding: 5px 10px;
	background-image: url(/images/submenu_dashed_line.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.topsubmenu ul li:first-child
{
	background-image: none;
}
.topsubmenu a
{
	text-decoration: none;
	display: block;
}
.topsubmenu a.selected:link, .topsubmenu a.selected:visited
{
	color: #0A94FF;
}
.topsubmenu a:link, .topsubmenu a:visited
{
	color: #666;
}
.topsubmenu a:hover
{
	color: #0A94FF;
}
.topsubmenu ul li ul
{
	position: absolute;
	left: 0;
	top: auto;
	display: block;
}

.submenurightarrow
{
	position: absolute;
	right: 5px;
}

.slideshow
{
	margin: 7px 5px 0 10px;
	width: 487px;
	height: 306px;
	position: relative;
	padding: 12px 0 0 13px;
}

.slideshow p
{
	position: absolute;
	z-index: 101;
	left: 25px;
	top: 282px;
	width: 400px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #d8f0f0;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-size: 16px;
}

#slideshowtotv
{
	position: absolute;
	z-index: 101;
	left: 430px;
	top: 282px;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-size: 14px;
	text-decoration: none;
}
#slideshowtotv img
{
	border: 0 none;
	vertical-align: baseline;
}
#slideshowtotv:link, #slideshowtotv:visited
{
	color: #d8f0f0;
}
#slideshowtotv:hover
{
	color: #fff;
}

.slideshowframe
{
	position: absolute; 
	left: 0; 
	top: 0;
	width: 500px;
	height: 318px;
	z-index: 100;
}

.slideshowpic
{
	height: 262px;
	z-index: 0;
}

.slideshowpic img
{
	width: 470px;
	height: 262px;
}

.redline
{
	margin: 8px 5px 0 10px;
	width: 500px;
	height: 318px;
	padding: 0 0 0 0px;
	position: relative;
}

.redline h1
{
	font-size: 21.33px;
	line-height: 28px;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	padding: 0;
	margin: 0 0 15px 108px;
	text-decoration: underline;
	color: #2B4965;
	background-image: none;
}

.redline p a:link, .redline p a:visited
{
	text-decoration: none;
	color: #055694;
}
.redline p a:hover
{
	color: #0A94FF;
}

.redlinelist
{
    height: 262px;
    width: 450px;
    margin-left: 13px;
    overflow: hidden;
}
.redlinelist ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.redlinelist ul li
{
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	line-height: 14px;
	padding-bottom: 7px;
}

#block1
{
	float: left;
	top: 0;
	width: 515px;
    margin: 0 0 7px 0;
}

#block1_1
{
	float: left;
	width: 240px; 
	margin: 4px 5px 0 10px;
}

#block1_2
{
	float: right;
	width: 250px;
	margin: 4px 5px 0 5px;
}

#block2
{
	margin: 12px 10px 0 515px;
	min-width: 225px;
	position: relative;
}

#block2_1
{
	margin: 0 0 0 5px;
	height: 460px;
	overflow: hidden;
	word-spacing: -4px;
}

.academylinks
{
    margin: 0;
	height: 152px;
	overflow: hidden;
	padding: 0 10px;
}
.academylinks2
{
    margin: 0;
	height: 264px;
	overflow: hidden;
	padding: 0 10px;
}
.academylinks ul, .academylinks2 ul
{
	margin: 0;
	padding: 0 0 0 25px;
	list-style-image: url(/images/list_bullet.gif);
}
.academylinks li, .academylinks2 li
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
}

.announceslist
{
    margin: 0;
	height: 264px;
	padding: 0 10px 0 15px;
	overflow: hidden;
}
.announceslist ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.announceslist ul li
{
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	line-height: 14px;
	padding-bottom: 14px;
}
.announceslist ul li a:link, .announceslist ul li a:visited, .academylinks ul li a:link, .academylinks ul li a:visited
{
	color: #666;
}
.announceslist ul li a:hover, .academylinks ul li a:hover
{
	color: #0A94FF;
}

.srvbuttonslist
{
    margin: 10px 0 0 0;
	overflow: hidden;
	height: 65px;
	position: relative;
}
.srvbuttonslist ul
{
	margin: 0;
	list-style: none;
	padding: 0;
}
.srvbuttonslist li
{
	float: left;
	width: 37px; 
	height: 37px; 
	background-image: url(/images/service_button.png); 
	background-repeat: no-repeat;
	padding: 14px 15px 14px 14px;
	margin: 0;
}
.srvbuttonslist li img
{
	padding: 0;
	vertical-align: middle;
	border: 0;
}

.newsblock
{
	width: 233px;
	vertical-align: top;
	margin: 0 7px 15px 0;
	height: 100px;
	word-spacing: normal;
	display: -moz-inline-box;
	display: inline-block;
}
.newsblock a img
{
	border: 1px solid #c7c7c7;
	padding: 0;
	top: 0;
	width: 96px;
	height: 80px;
	float: left;
}
.newsblock h2
{
	margin: 0 0 0 103px;
	width: 130px;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	background-image: none;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.newsblock h2 a:link, .newsblock h2 a:visited
{
	text-decoration: none;
	color: #055694;
}
.newsblock h2 a:hover
{
	color: #0A94FF;
}
.newsblock p
{
	margin: 3px 0 0 103px;
	font-size: 11px;
	color: #848484;
}

.newstoolbar
{
	z-index: 100;
	position: absolute;
	right: 1px;
	top: 186px;
	height: 88px;
	width: 36px;
	background-image: url(/images/news_toolbar_bg.png);
	background-repeat: no-repeat;
}
.newstoolbar ul
{
	margin: 6px 6px;
    padding: 0;
    list-style: none;
}
.newstoolbar li
{
    padding: 0;
    vertical-align: top;
    margin: 0;
}
.newstoolbar .arrow-up
{
	background-image: url(/images/news_toolbar_ico.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 24px;
}
.newstoolbar .arrow-up-off
{
	background-image: url(/images/news_toolbar_ico.png);
	background-repeat: no-repeat;
	background-position: 0 -72px;
	height: 24px;
}
.newstoolbar .rss-icon
{
	background-image: url(/images/news_toolbar_ico.png);
	background-repeat: no-repeat;
	background-position: 0 -24px;
	height: 24px;
}
.newstoolbar .empty24
{
    background-image: none;
	height: 24px;
}
.newstoolbar .rss-icon a:link, .newstoolbar .rss-icon a:visited, .newstoolbar .rss-icon a:hover
{
	display: block;
	text-decoration: none;
	height: 24px;
}
.newstoolbar .arrow-down
{
	background-image: url(/images/news_toolbar_ico.png);
	background-repeat: no-repeat;
	background-position: 0 -48px;
	height: 24px;
}
.newstoolbar .arrow-down-off
{
	background-image: url(/images/news_toolbar_ico.png);
	background-repeat: no-repeat;
	background-position: 0 -96px;
	height: 24px;
}

.photoreports
{
	margin: 8px 0;
	overflow: hidden;
	height: 106px;
	position: relative;
}
.photoreports ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.photoreports li
{
	float: left;
	padding: 0 14px 0 0;
	vertical-align: top;
	margin: 0;
}
.photoreports li img
{
	border: 1px solid #c7c7c7;
}
.photoreports li span
{
    font-size: 11px;
    color: #848484;
}

.billet
{
	height: 42px;
	padding: 0;
	background-image: url(/images/billet_left_side.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.billet div
{
	background-image: url(/images/billet_right_side.png); 
	background-repeat: no-repeat; 
	background-position: right top;
}
.billet p
{
	height: 18px; 
	margin: 0 16px; 
	padding: 14px 9px 10px; 
	overflow: hidden;
	color: #eff;
	font-weight: bold;
	background-image: url(/images/billet.png);
	background-repeat: repeat-x;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-size: 16px;
	line-height: normal;
}
.billet span
{
	background: url(/images/billet_text_grad.png) repeat-x;
	position: relative;
	display: block;
	top: -20px;  
	height: 20px;
	width: 100%;
}

.smallbillet
{
	height: 31px;
	padding: 0;
	background-image: url(/images/small_billet_left.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.smallbillet div
{
	background-image: url(/images/small_billet_right.png); 
	background-repeat: no-repeat; 
	background-position: top right;
}
.smallbillet p
{
	height: 18px; 
	margin: 0 16px; 
	padding: 7px 0 6px; 
	overflow: hidden;
	color: #eff;
	font-weight: bold;
	background-image: url(/images/small_billet.png);
	background-repeat: repeat-x;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-size: 15px;
	line-height: normal;
}
.smallbillet a:link, .smallbillet a:visited
{
	text-decoration: none;
	color: #d8f0f0;
}
.smallbillet a:hover
{
	color: #fff;
}

.sidenews
{
	margin: 10px 0 20px 0;
	padding: 0 10px 0 15px;
	overflow: hidden;
}
.sidenews ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidenews ul li
{
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	line-height: 16px;
	padding-bottom: 16px;
}
.sidenews ul li a:link, .sidenews ul li a:visited
{
	color: #666;
}
.sidenews ul li a:hover
{
	color: #0A94FF;
}

#footer
{
	height: 107px;
	padding-right: 25px;
	background-image: url(/images/footer_bg.png);
	background-repeat: repeat-x;
}
#footer h2
{
	color: #fff;
	margin: 0;
	padding: 19px 0 0 29px;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	position: relative;
	background-image: none;
	text-decoration: none;
}
#footer h2 span
{
	background: url(/images/footer_h2_grad.png) repeat-x;
	position: absolute;
	display: block;
	height: 25px;
	top: 13px;
	width: 300px;
	left: 0;
}

.updatesblock
{
	margin: 4px 0 0 29px;
	height: 58px;
	overflow: hidden;
}
.updatesblock ul
{
	margin: 0;
	padding: 0 0 0 20px;
	list-style-image: url(/images/upd_list_bullet.gif);
}
.updatesblock ul a:link, .updatesblock ul a:visited
{
	text-decoration: none;
	color: #fff;
}
.updatesblock ul a:hover
{
	color: #0A94FF;
}
.updatesblock ul li
{
	float: left;
	padding: 0 30px 0 0;
	line-height: 14px;
	font-size: 11px;
	width: 190px;
	height: 58px;
	color: #fff;
}
.updatesblock ul li strong
{
	font-size: 12px;
	color: #027cde;
}

.footerrightpart
{
	padding: 32px 0 0 0;
	float: right;
	top: 0;
	width: 275px;
	text-align: right;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-size: 12px;
	color: #fff;
	position: relative;
}
.footerrightpart span
{
	background: url(/images/footer_right_text_grad.png) repeat-x;
	position: absolute;
	display: block;
	top: 25px;
	right: 0;
	height: 76px;
	width: 275px; /* 100%; IE7 takes from wrong container */
}

#subfooter
{
	margin: 0 auto;
    padding: 3px 0 10px 0;
	text-align: center;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-size: 12px;
	font-weight: bold;
    line-height: 15px;
	color: #2B4A67;
}

/* scroller */
.pulseslider
{
	overflow: hidden;
	position: relative;
}
div.defaultarrows a.fixed-arrow
{
	display: block;
	float: left;
	background-position: center;
	z-index: 100;
}
div.defaultarrows a.fixed-arrow:hover
{
	background-color: #f0f8ff;
}
div.defaultarrows a.left
{
	top:0px;
	width:21px;
	height:100%;
	background-image: url(/images/double_arrows_horiz.png);
	background-repeat: no-repeat;
	background-position: -42px center;
	left: 0;
}
div.defaultarrows a.right
{
	top:0px;
	width:21px;
	height:100%;
	background-image: url(/images/double_arrows_horiz.png);
	background-repeat: no-repeat;
	background-position: -63px center;
	right: 0;
}
div.defaultarrows a.left-off
{
	background-image: url(/images/double_arrows_horiz.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
div.defaultarrows a.right-off
{
	background-image: url(/images/double_arrows_horiz.png);
	background-repeat: no-repeat;
	background-position: -21px center;
}
div.defaultarrows a.up
{
	top:0px;
	width:100%;
	height:20px;
	background-image: url(/images/double_arrows_vert.png);
	background-repeat: no-repeat;
	background-position: center -40px;
	left: 0;
}
div.defaultarrows a.down
{
	top:0px;
	width:100%;
	height:20px;
	background-image: url(/images/double_arrows_vert.png);
	background-repeat: no-repeat;
	background-position: center -60px;
	right: 0;
}
div.defaultarrows a.up-off
{
	top:0px;
	width:100%;
	height:20px;
	background-image: url(/images/double_arrows_vert.png);
	background-repeat: no-repeat;
	background-position: center 0;
	left: 0;
}
div.defaultarrows a.down-off
{
	top:0px;
	width:100%;
	height:20px;
	background-image: url(/images/double_arrows_vert.png);
	background-repeat: no-repeat;
	background-position: center -20px;
	right: 0;
}
/* scroller arrows 2 */
div.trianglearrows a.fixed-arrow
{
	display: block;
	float: left;
	background-position: center;
	z-index: 100;
}
div.trianglearrows a.left
{
	top:0;
	width:24px;
	height:100%;
	background-image: url(/images/menu_left_arr.png);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	left: 0;
}
div.trianglearrows a.right
{
	top:0;
	width:24px;
	height:100%;
	background-image: url(/images/menu_right_arr.png);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	right: 0;
}

.slidercontent
{
	float: left;
	overflow: hidden;
}
#topmenu div.slidercontent
{
	z-index: 5; /* ie6 */
	position: relative; /* ie6 */
}

.slidercontent2
{
    overflow: hidden;
}

.leftmenu
{
	padding: 0 10px 0 23px;
}
.leftmenu ul
{
	margin: 0;
	padding: 1px 0 0 25px;
	list-style-image: url(/images/list_bullet.gif);
}
.leftmenu ul ul
{
	padding-top: 7px;
}
.leftmenu li
{
	font-size: 11px;
	padding-bottom: 7px;
}
.leftmenu li a
{
	color: #666;
}
.leftmenu li a:hover
{
	color: #0A94FF;
}

.leftmenu li a.leftmenuitemselect
{
	font-weight: bold;
	color: #023a67;
	text-decoration: none;
}
li.leftmenuuplink
{
	list-style-type: none;
	list-style-image: none;
}

h1
{
	font-size: 21.33px;
	line-height: 28px;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	padding: 0 0 0 25px;
	margin: 15px 0 15px 0;
	text-decoration: underline;
	color: #2B4965;
	background-image: url(/images/h1_bullet.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}
h2
{
	font-size: 16px;
	line-height: 20px;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	padding: 0 0 0 25px;
	margin: 15px 0 0 0;
	text-decoration: underline;
	color: #2B4965;
	background-image: url(/images/h2_bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
h3
{
	font-size: 14px;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	padding: 0 0 0 25px;
	margin: 7px 0 20px 0;
	text-decoration: underline;
	color: #2B4965;
	background-image: url(/images/h3_bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.title1
{
	font-size: 21.33px;
	font-weight: bold;
	line-height: 28px;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	padding: 0 0 0 25px;
	margin: 15px 0 15px 0;
	text-decoration: underline;
	color: #2B4965;
	background-image: url(/images/h1_bullet.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}
.title2, caption
{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	padding: 0 0 0 25px;
	margin: 15px 0 0 0;
	text-decoration: underline;
	color: #2B4965;
	background-image: url(/images/h2_bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.title2c
{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	padding: 0 0 0 25px;
	margin: 15px 0 0 0;
	text-decoration: underline;
	color: #2B4965;
	text-align: center;
}
.title3
{
	font-size: 16px;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-weight: bold;
	padding: 0;
	margin: 7px 0 20px 0;
	color: #2B4965;
}

.skipnav
{
	text-decoration: none;
	padding: 3px;
}

#content {
	margin: 20px 20px 15px 20px;
}

.twocolumnwrap
{
	padding: 0 270px 0 0;
}

.column1of2 
{
	margin: 0; /*0 270px 0 0;*/
	float: left;
	position: relative;
}
.sidecolumn
{
	float: right;
	top: 0;
	width: 250px;
	position: relative;
	margin-right: -270px;    
}
.maincontent
{
	word-wrap: break-word;
}
.maincontent strong, maincontent b
{
	color: #023a67;/*2B4965*/
}
.maincontent li, .maincontent p, .maincontent td, .maincontent th
{
    line-height: 140%;
}

div.scrollable
{
	overflow: auto;
	width: 100%;
}

.twocolumntable
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
}
.twocolumntable tr
{
	vertical-align: top;
}
td.tablesidecolumn
{
	padding: 0 0 0 20px;
	width: 250px;
}

.logonform
{
	margin: 0 0 15px 0;
}
.logonform td
{
	padding: 0 10px 5px 0;
	vertical-align: top;
}
.toolpanel 
{
	padding: 10px 10px 10px 0; 
	width: 163px; 
	float: right; 
	top: 0; 
	font-family: "Times New Roman", "Times Roman", Times, Serif; 
	font-weight: bold; 
	text-align: right; 
 }
.toolpanel a:link, .toolpanel a:visited 
{
	color: #6b6b6b; 
	font-size: 10px; 
	text-decoration: none;
}
.toolpanel a:hover 
{ 
	color: #0A94FF; 
}
.toolpanel img 
{
	border: 0; 
	vertical-align: middle;
}

.newsctltoolbox
{
	position: relative;
	float: right;
	right: 0;
	top: 0;
	font-weight: normal;
}
.newsctltoolbox a:link, .newsctltoolbox a:visited 
{
	color: #333; 
	text-decoration: none;
}
.newsctltoolbox img 
{
	border: 0;
}

.authorizeform
{
	border: #999 solid 1px;
}

.bullet
{
	list-style-image: url(/images/list_bullet.gif)
}

.grayhr
{
	border: 0; 
	height: 1px; 
	color: #909090; 
	background-color: #909090;
}

.sitemap2
{
	padding: 0 0 0 15px;
	margin: 8px 0 6px 15px;
	list-style-image: url(/images/list_bullet.gif);
}
.sitemap2 li
{
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-weight: bold;
}
.sitemap2 li a
{
	color: #023a67;
	text-decoration: none;
}
.sitemap2 li a:hover
{
	color: #0A94FF;
}

.sitemap3
{
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
	list-style-type: none;
	list-style-image: none;
}
.sitemap3 li
{
	font-weight: bold;
	margin: 0;
	background-image: none;
	font-family: "Times New Roman", "Times Roman", Times, Serif;
	font-size: 12px;
	line-height: 14px;
}
.sitemap3 li a
{
	color: #666;
	text-decoration: none;
}
.sitemap3 li a:hover
{
	color: #0A94FF;
}

body.printform
{
	background-image: none;
}
body.printform form
{
	margin: 0 10px;
	width: 600px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.newsdate
{
	color: #666;
	line-height: 17px;
}

.defaultpager
{
    font-weight: bold;
}
.defaultpager a
{
    padding: 2px 8px;
}
.defaultpager span
{
    padding: 2px 8px;
}
.defaultpager td
{
    padding: 0;
}

.info1
{
	margin: 2px 0 2px 0px;
}
.infocap1
{
	margin: 8px 0px 6px;
	color: #023a67;
	font-weight: bold;
	font-size: 12px
}
.table1
{
	margin: 2px 0px;
}
.table2
{
	width: 99%;
	margin: 2px 0px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
.table1 td, .table2 td, .table2crop td
{
	padding: 2px 10px 2px 0px;
	vertical-align: top;
}
.table1 th, .table2 th, .table2crop th
{
	padding: 2px 10px;
	background-color: #f0f0f4;
}
.table1 img, .table2 img, .table2crop
{
	border: 0px;
}
.table2crop
{
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
.table3
{
	width: 99%;
	margin: 2px 0px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
table.table3 td
{
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	border: 1px solid #ccc;
}

tr.table3hdr td
{
	background-color: #f0f0f4;
	text-align: center;
	font-weight: bold;
	vertical-align: middle
}

hr.hline1
{
	text-align: left;
	width: 99%;
	border: solid #cccccc 1px;
}
.list1
{
	list-style-image: url(/images/list_bullet.gif);
	margin-top: 10px;
}
.list1 li, .list_i1 li
{
	margin-bottom: 4px;
}
.list_i1
{
	list-style-image: url(/images/list_bullet.gif);
	margin: 0;
	padding-left: 20px;
}
.pager1
{
	margin: 10px 0px;
	font-weight: bold;
}
.subpager1
{
	padding: 2px 20px;
	background-color: #ece8e8;
	text-align: center;
}

.tabpager1
{
	padding: 10px 0 3px 10px;
	border-bottom: 1px #a8a8a8 solid;
}

.tabpager1 a
{
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #d8d8d8;
	border-top: 1px #c3c3c3 solid;
	border-left: 1px #c3c3c3 solid;
	border-right: 1px #a8a8a8 solid;
	border-bottom: 1px transparent none;
	padding: 3px 5px 3px;
}

.tabpager1 em
{
	text-decoration: none;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #f8f8f8;
	border-top: 1px #c3c3c3 solid;
	border-left: 1px #c3c3c3 solid;
	border-right: 1px #a8a8a8 solid;
	border-bottom: 1px #f8f8f8 solid;
	padding: 5px 5px 3px;
}

table.mediatbl
{
	width: 100%;
	border: 1px	solid #ccc;
	margin: 0 0 15px 0;
}

table.mediatbl td 
{
	padding: 4px 10px;
	vertical-align: top;
}
table.mediatbl p.item
{
	margin: 3px 0px;
}
table.mediatbl p.header 
{
	margin: 2px 0 6px 0; 
	font-size: 12px; 
	color: #023a67; 
	font-weight: bold;
}
table.mediatbl tr.alterrow 
{ 
	background-color: #f0f0f0;
}
img.mediatbl 
{
	margin: 0 8px 0 0;
}

table.mediatbl a 
{
	text-decoration: none;
}

.searchsources
{
	padding: 5px 12px 15px 12px;
}
.searchsources table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.searchsources td
{
	width: 33%;
	vertical-align: top;
}

.searchresult td
{
	padding: 0 0 0 5px;
}
.searchresult div
{
	padding: 10px 0 4px 0;
	font-weight: normal;
	margin: 0;
}
.searchresult span
{
	color: #666;
}

ul.listtabs
{
	margin: 0 0 10px 0;
	list-style: none;
	padding: 0;
	height: 25px;
}
ul.listtabs li
{
	top: 0;
	float: left;
	background-color: #e0e0e0;
	padding: 5px 10px;
	border-right: 1px solid #ccc;
}
ul.listtabs li.selected
{
	background-color: #fff;
}

input.vestdlg
{
	float: right; 
	left: 150px; 
	width: 225px; 
	margin-bottom: 10px;
}
table.formview
{
	margin: 0;
	padding: 0;
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.formview td
{
	padding: 5px;
	vertical-align: top;
}

/* editor */
.menutv 
{
	padding: 5px 0 0 15px; 
	text-indent: -15px;
}
.menutv a:link, .menutv a:visited 
{
	color: #000;
}
tr.grayheader
{
	height: 20px;
	font-weight: bold;
	background-color: #f0f0f4;
	color: #000;
}

tr.grayfooter
{
	height: 20px;
	background-color: #f0f0f4;
}
tr.grayfooter td 
{
	padding: 0px 0px 0px 5px;
}

tr.alterrows 
{
	background-color: #f0f0f0;
}

tr.selrow, tr.altselrow
{
	background-color: #00007f;
	color: #ffffff;
}
tr.selrow td, tr.altselrow td 
{
	color: #ffffff;
}

.checkbox
{
	padding: 2px;
}
.formcolumn
{
	vertical-align: top;
	background-color: #e8e8e8;
}
.formcolumn2
{
	padding: 0 0 10px 15px;
}
.edselcell
{
	border: 1px solid #ccc;
	background-color: #f4f4f0;
	font-weight: bold;
}
.smallink:link, .smallink:visited 
{
	color: #336633; 
	text-decoration: none;
}
.smallink:hover 
{
	text-decoration: none;
}
.editinfo 
{
	font-size: 10px;
	color: #909090; 
	padding-bottom: 5px;
}
.hilitetext, a.hilitetext:link, a.hilitetext:visited, a.hilitetext:hover
{
	color: #2B4965;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.nowrap 
{
	white-space: nowrap;
}
.plainlink, a.plainlink:link, a.plainlink:visited 
{
	color: #333; 
	text-decoration: none;
}
a.plainlink:hover 
{
	color: #000; 
	text-decoration: none;
}

p.edlabel 
{
	padding: 3px 0px 7px 14px; 
	margin: 1px 1px 0px 1px; 
	font-weight: bold; 
	background: #f4f4f4; 
	color: #333;
}
td.edlabel
{
	padding: 3px 0px 7px 14px;
	border-top: 1px #E8E8E8 solid;
	border-left: 1px #E8E8E8 solid;
	border-right: 1px #E8E8E8 solid;
	font-weight: bold;
	background: #f4f4f4; 
	color: #333;
}
tr.edlabel
{
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	background: #e8e8e8;
}
tr.edlabel a:link, tr.edlabel a:visited, tr.edlabel a:hover
{
	text-decoration: none;
	font-weight: bold;
	background: #e8e8e8;
}

p.edlabelh
{
	padding: 2px 0px 3px 1px;
	margin: 1px; 
	font-weight: bold; 
	background: #f4f4f4; 
	color: #333;
}

@media only screen and (max-width: 543px)
{
	#wrapper 
	{
		min-width: 520px;
	}
	#block1
	{
		float: none;
	}
	#block2
	{
		width: 500px;
		margin: 12px 10px 0 10px;
	}
	#footer h2, #footer .updatesblock
	{
		display: none;
	}
	.sidecolumn
	{
		margin-right: 0;
		clear: both;
		width: 100%;
	}
	.twocolumnwrap
	{
		padding: 0;
	}
	.toolpanel
	{
		display: none;
	}
}
