body
{
    color: #595959;
    font-family: "Arial" ,Helvetica,sans-serif;
    font-size: 62.5%;
    background: #F0F0F0 none repeat scroll 0 0;
}
/* Default */.fleft
{
    float: left;
}
.fright
{
    float: right;
    margin-top: 5px;
}
*
{
    margin: 0;
    padding: 0;
}
.module
{
    float: left; /*  width:80%;*/
    width: 650px;
	padding:0 10px 10px 20px;
}
a img
{
    border: 0 none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}
a:link, a:active, a:visited
{
    color: #595959;
    text-decoration: none;
}
a:hover
{
    color: #595959;
    text-decoration: underline;
}
ul, ul li
{
    list-style: none;
}
/* Main Strecture  */#MainWrapper
{
    height: auto;
    margin: 0 auto;
    width: 960px;
}
#header
{
    width: 100%;
    float: left;
}
#contentWrapper
{
    background: transparent url(~/media/Images/bg-page.ashx) repeat-y scroll 0 0;
    clear: both;
    float: left;
    width: 960px;
}
#mainContent
{
    padding-left: 30px;
    float: left;
    width: 905px;
    font-size: 1.1em;
}
#bg-bottomWrapper
{
    background: transparent url(~/media/Images/bg-bottom.ashx) no-repeat scroll 0 0;
    height: 25px;
    float: left;
    width: 960px;
}
#footer
{
    width: 97%;
    float: left;
    font-size: 1.1em;
    padding: 5px 0;
}
/* ---------------Header *//* Top Tools */.top-tools
{
    list-style: none;
    width: 100%;
    float: left;
    padding: 8px 0 8px 7px;
    margin: 5px 0 0 0;
    font-size: 1.1em;
}
.top-tools li
{
    list-style: none;
    display: inline;
    line-height: 12px;
    padding: 0 10px;
    background: url(~/media/Images/dotted-right-border.ashx) no-repeat center right;
}
.top-tools li.last
{
    background: none;
}
/* Last list item should bear this class */#bg-topWrapper
{
    background: transparent url(~/media/Images/bg-top.ashx) no-repeat scroll 0 0;
    clear: both;
    height: 25px;
    width: 960px;
}
/* Logo */#contentWrapper .logoContainer
{
    padding-bottom: 6px;
    padding-left: 23px;
}
/* Top Navigation */#TopNavWrapper
{
    width: 940px;
    margin-left: 10px;
}
#TopNavWrapper ul
{
    float: right;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-top: 5px;
    float: left;
    background: transparent url(~/media/Images/topmenu-bg.ashx) repeat-x scroll 0 0;
    padding-left: 1.5%;
    width: 98.5%;
}
#TopNavWrapper ul li
{
    color: #FFFFFF;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 4px 0 0;
    text-align: center;
}
#TopNavWrapper ul li a
{
    color: #ffffff;
    float: left;
    padding-bottom: 12px;
    padding-right: 14px;
    padding-top: 9px;
    text-decoration: none;
}
#TopNavWrapper ul li a:hover
{
    text-decoration: none;
}
#TopNavWrapper ul li span
{
    float: left;
    margin-top: 3px;
    padding-left: 14px;
}
#TopNavWrapper ul li span.selected, #TopNavWrapper ul li span.current
{
    background: transparent url(~/media/Images/topmenu-bg-left.ashx) repeat-x scroll top left;
}
#TopNavWrapper ul li span.selected a, #TopNavWrapper ul li span.current a
{
    background: transparent url(~/media/Images/topmenu-bg-right.ashx) repeat-x scroll top right;
    color: #0094DA;
    text-decoration: none;
	width:130px;
}
/* --------------------------------Pressroom Content */
#mainContent h1
{
    color: #be8a51;
    float: left;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.5em;
}
#mainContent h3 {
    border-bottom: 1px solid #CCCCCC;
    color: #025BAD;
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
}
#mainContent .pressoffice
{
    float: left;
    width: 100%;
    position: relative; /*  padding:10px 0;  height:190px;*/
}
#mainContent .pressoffice .news-filter
{
    width: 310px;
    position: relative;
}
#mainContent .pressoffice .news-filter p
{
    float: left;
    font-size: 1.1em;
    padding: 5px 0;
    width: 100%;
}
#mainContent .pressoffice .news-filter ul li p
{
    float: left;
    font-size: 1em;
    padding: 0 0 0 10px;
    width: auto;
}
.pressoffice .news-filter .top-corners
{
    height: 10px;
    float: left;
    width: 100%;
    background: url(~/media/Images/new-filter-top-bg.ashx) no-repeat top left;
}
.pressoffice .news-filter .bottom-corners
{
    height: 9px;
    float: left;
    width: 100%;
    background: url(~/media/Images/new-filter-bottom-bg.ashx) no-repeat bottom left;
}
.pressoffice .news-filter ul
{
    width: 100%;
    float: left;
    padding: 5px 0;
    background: url(~/media/Images/new-filter-rptr.ashx) repeat-y bottom left;
}
.pressoffice .news-filter ul li
{
    float: left;
    width: 100%;
    padding: 5px 0px;
}
.pressoffice .news-filter ul li label
{
    padding: 0 5px 0 10px;
    width: 105px;
    float: left;
    line-height: 20px;
}
.pressoffice .news-filter ul li input.text
{
    float: left;
    width: 155px;
}
.pressoffice .news-filter ul li input.go
{
    float: right;
    padding-right: 27px;
    position: relative;
    top: 5px;
}
.pressoffice .news-filter ul li select
{
    width: 165px;
}
.pressoffice .news-filter ul li select#content_1_leftcolumn_0_ddlYear
{
    width: 85px;
    float: left;
}
.pressoffice .news-filter ul li input
{
    padding-right: 5px;
    float: left;
}
.pressoffice .latest-updates
{
    width: 315px;
    float: left;
}
.pressoffice .latest-updates h2
{
    color: #025BAD;
    font-size: 1.2em;
}
.pressoffice .latest-updates ul
{
    float: left;
    width: 100%;
}
.pressoffice .latest-updates ul li
{
    float: left;
    width: 100%;
    padding: 5px 0;
}
.pressoffice .latest-updates .date
{
    color: #818181;
    float: left;
    width: 100%;
}
.pressoffice .latest-updates .news-title
{
    color: #5a5a5a;
    float: left;
    display: block;
    padding-left: 15px;
    margin-top: 2px;
    background: url(~/media/Images/news-list-item.ashx) no-repeat left 4px;
}
.pressoffice .signpost {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    padding: 5px;
    position: relative;
    right: 0;
    top: -20px;
    width: 217px;
}
.pressoffice .signpost .top-corners
{
    height: 9px;
    float: left;
    width: 100%;
    background: url(~/media/Images/signpost-top-bg.ashx) no-repeat top left;
}
.pressoffice .signpost .bottom-corners
{
    height: 8px;
    float: left;
    width: 100%;
    background: url(~/media/Images/signpost-bottom-bg.ashx) no-repeat bottom left;
}
.pressoffice .signpost p
{
    background: url(~/media/Images/news-list-item.ashx) no-repeat left 8px;
    float: left;
    display: block;
    padding: 5px 0 5px 15px;
    width: 100%;
}
.pressoffice .signpost h2
{
    color: #025bad;
    font-size: 1.2em;
    float: left;
    margin-top: 5px;
    width: 100%;
}
.pressoffice .signpost .module
{
    background: url(~/media/Images/signpost-rptr.ashx) repeat-y bottom left;
    width: 90%;
    padding: 5px 5%;
}
#mainContent .top-tools
{
    float: left;
    width: 100%; /*border-top:1px solid #CCCCCC;*/
    font-size: 0.9em; /*margin-top:45px;*/
    padding: 5px 0;
}
#mainContent .top-tools li
{
    float: left;
    padding: 0 7px;
    font-size: 1em;
    background: 0 none;
}
#mainContent .top-tools li a
{
    color: #025bab;
    text-decoration: none;
}
#mainContent .top-tools li img
{
    left: 0px;
    padding: 0;
    position: relative;
    top: 0px;
}
#mainContent .top-tools p
{
    /*float: right;*/
	float: left;
}
.site-tools p input
{
    float: left;
    margin: 5px;
}
.site-tools p input.text
{
    width: 180px;
    margin-top: 6px;
    border: 1px solid #5a5a5a;
    font-size: 1em;
    padding: 3px;
    color: #5a5a5a;
}
/*Secondary Navigation */.tabular-navigation
{
    width: 100%;
    float: left;
    padding: 5px 0;
}
.tabular-navigation ul
{
    width: 100%;
    float: left;
    background: url(~/media/Images/tabular-menu-ul-bg.ashx) repeat-x left bottom;
}
.tabular-navigation ul li
{
    float: left;
    padding-right: 4px;
}
.tabular-navigation ul li span
{
    padding-left: 6px;
    float: left;
    background: url(~/media/Images/tabular-menu-left-normal.ashx) no-repeat left top;
}
.tabular-navigation ul li span a
{
    padding: 9px 6px 6px 0;
    text-align: center;
    width: 92px;
    background: transparent url(~/media/Images/tabular-menu-right-normal.ashx) no-repeat scroll right top;
    color: #FFFFFF;
    float: left;
    font-size: 1em;
    text-decoration: none;
}
.tabular-navigation ul li span.selected a, .tabular-navigation ul li span.current a
{
    background: url(~/media/Images/tabular-menu-right-hover.ashx) no-repeat right top;
    padding: 11px 6px 4px 0;
    color: #035cac;
    text-decoration: none;
}
.tabular-navigation ul li span.selected, .tabular-navigation ul li span.current
{
    background: url(~/media/Images/tabular-menu-left-hover.ashx) no-repeat left top;
}
.tabular-navigation ul li a:hover
{
    text-decoration: none;
}
.tabular-navigation .tabular-content
{
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    float: left;
    width: 893px;
    padding: 10px;
}
.tabular-navigation .tabular-content p
{
    float: left;
    padding: 10px 0;
    font-size: 1.1em;
    width: 100%;
}
table.pressroom-data
{
    color: #595959;
    padding-bottom: 10px;
    font-size: 1.2em;
}
table.pressroom-data td, table.pressroom-data th
{
    padding: 5px;
    text-align: left;
    font-weight: normal;
}
table.pressroom-data thead td, table.pressroom-data thead th
{
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    color: #015aab;
}
#SearchResult table td a, #SearchResult table th a, table.pressroom-data td a
{
    display: block;
    color: #0095da;
    text-decoration: underline;
}
#SearchResult div
{
    border-color: -moz-use-text-color #999999 #999999;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 10px;
}
#SearchResult table td a:hover, #SearchResult table th a:hover, table.pressroom-data td a:hover
{
    text-decoration: none;
}
.pressroom-footer
{
    float: left;
    width: 939px;
    background: url(~/media/Images/pressromm-footer.ashx) repeat-x top left;
    height: 40px;
    font-size: 1.1em;
    top: 10px;
    position: relative;
    left: 10px;
}
.contentfooter p
{
    padding: 10px;
}
/* Footer */#footer ul.top-tools
{
    float: left;
    font-size: 1em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}
#footer li
{
    list-style: none;
    display: inline;
    line-height: 12px;
    padding: 0 10px;
    background: url(~/media/Images/dotted-right-border.ashx) no-repeat center right;
}
#footer li.last
{
    background: none;
}
/* Last list item should bear this class */#footer .footnote
{
    font-size: 9px;
    color: #b6b6b6;
    float: left;
    padding: 10px 0 10px 10px;
    width: 100%;
}
table.pressroom-data *
{
    font-size: 13.2px !important;
}
.tabular-content a, .latest-updates ul li a, .module p a
{
    color: #0094DA;
}
.tabular-content table tr td, table tr th
{
    font-size: 1.1em;
    padding: 2px;
}
.tabular-content > ul li
{
    padding: 0 0 0 10px;
    margin: 0;
    background: url(~/media/Images/bullet_textinfo.ashx) left 8px no-repeat;
    line-height: 1.5em;
    list-style: none outside;
}
.tabular-content > ul
{
    margin: 10px 0 0 15px;
    font-size: 1.1em;
}
.iframe
{
    border: 1px solid #cecece;
    width: 74%;
    height: 350px;
}
#mainContent .pressoffice #introtext {width:660px!important; text-align:justify;}
#mainContent .pressoffice
{
    float: left;
    width: 100%;
    position: relative; /*  padding:10px 0;  height:190px;*/
}

.subscription_box {
width:250px;
}

.registration-control table tbody td.but_nav input {
width:20px;

margin:0px 10px 0px 10px;

}

#rightContentWrapper .module p.spot-sepc {
    width: 185px;
}

#rightContentWrapper p.spot-sepc {
    border-bottom: 1px solid #D1D1D1;
    margin: 0 0px 5px;
}

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head><title>
	Untitled Page
</title></head>
<body>
    <form name="form1" method="post" action="/SiteConfiguration/StyleSheets/Default.aspx" id="form1">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNzgzNDMwNTMzZGR5ZLD66PBBai6AZIubU4OaJNgJ8g==" />
</div>

    <div>
    
    </div>
    </form>
</body>
</html>

