body {
    margin: 0;
    font-size: 8pt;
    text-align: center;
}

a {
    color: #06c;
}

a:hover {
    color: #db0505;
}

p {
    margin-left: 10px;
    margin-right: 10px;
}

#header {
    background: #dcdcdc;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
}

#header #hcontent {
    background: #fff;
    width: 772px;
    padding: 0;
    margin: auto;
    text-align: left;
}

#header #hcontent #bleft {
    background: url("images/header_bottom_left.png") no-repeat bottom left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

#header #hcontent #bright {
    background: url("images/header_bottom_right.png") no-repeat bottom right;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#header p {
    margin: 0 10px 10px 10px;
}

#header .title {
    font-family: arial;
    font-size: 48pt;
    font-weight: bold;
    color: #0065b2;
    line-height: 100%;
}

#header .subtitle {
    margin-left: 110px;
    font-family: verdana;
    font-size: 12pt;
    color: #0065b2;
}

#menu {
    padding: 4px;
    background: #000;
    color: #fff;
    text-align: center;
    font-family: verdana;
    font-size: 11pt;
}

#submenu {
    padding: 2px;
    background: transparent;
    color: #aaaaaa;
    text-align: left;
    font-family: verdana;
    font-size: 9pt;
}

#content_background {
    background: url("images/background.png") top repeat-x;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
}

#content {
    width: 772px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0;
}

#content #cspacer {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 10px;
}

#clleft {
    background: url("images/main_top_left.png") no-repeat top left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#clright {
    background: url("images/main_top_right.png") no-repeat top right;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

h1 {
    font-family: verdana;
    font-size: 16pt;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 0px;
    padding: 10px;
    color: #333;
}

h2 {
    font-family: verdana;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: -8px;
    padding: 10px;
    color: #333;
}

h3 {
    font-family: verdana;
    font-size: 11pt;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: -16px;
    padding: 10px;
    color: #333;
}

#content .txt {
    font-family: verdana;
    font-size: 10pt;
    color: #333;
}

#content .spacer {
    clear: both;
}

#content #left {
    float: left;
    width: 530px;
    background: white;
}

#content #left_other {
	/*float: left;*/
    /*width: 530px;*/
    background: white;
}

#left_other {
    background: red;
}

#content #right p {
    /*margin: 10px 35px 10px 10px;*/
}

#content #right {
    float: right;
    width: 232px;
    /*background: #06c;*/
    background: url("images/news.png") repeat-y;
    color: #fff;
    font-size: 8pt;
    /*padding: 10px;*/
    font-family: verdana;
    
}

#right a {
    color: #fff;
    text-decoration: none;
}

#right a:hover {
    text-decoration: underline;
}

#ntopleft {
    /*margin: -10px;*/
    /*padding: 10px;*/
    background: url("images/news_top_left.png") no-repeat top left;
}

#ntopright {
    /*margin: -10px;*/
    /*padding: 10px;*/
    background: url("images/news_top_right.png") no-repeat top right;
}

#nbottomleft {
    /*margin: -10px;*/
    /*padding: 10px;*/
    background: url("images/news_bottom_left.png") no-repeat bottom left;
}

#nbottomright {
    /*margin: -10px;*/
    padding: 10px;
    background: url("images/news_bottom_right.png") no-repeat bottom right;
}

#copyright {
    padding: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #000;
    color: #aaaaaa;
    text-align: center;
    font-family: verdana;
    font-size: 10pt;
}

/**********************/
#navlist {
    margin: 0;
    padding-bottom: 4px;
}

#navlist ul, #navlist li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#navlist a:link, #navlist a:visited {
    margin: 0 10px 4px 10px;
    /*padding: 1px 4px 2px 4px;*/
    text-decoration: none;
    color: #aaaaaa;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
    border-bottom: 2px solid #fff;
    /*padding: 1px 4px 2px 4px;*/
    background: transparent;
    color: #fff;
}

#navlist a:hover {
    color: #fff;
}

#links_right {
	/*color: white;*/
	/*background: rgb(152,203,152);*/
	/*background: rgb(11,75,34);*/
	/*background: rgb(112,152,123);*/
    float: right;
    width: 160px;
    /*width: auto;*/
    /*padding: 10px;*/
    margin-left: 10px;
    margin-right: 10px;
    background: url("images/news.png") repeat-y;
}

#links_top_left {
    /*background: rgb(112,152,123) url("images/corner-top-left.png") no-repeat top left;*/
    /*background: rgb(55,98,138) url("images/corner-top-left.png") no-repeat top left;*/
    background: url("images/corner-top-left.png") no-repeat top left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#links_top_right {
    background: url("images/corner-top-right.png") no-repeat top right;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#links_bottom_left {
    background: url("images/corner-bottom-left.png") no-repeat bottom left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#links_bottom_right {
    background: url("images/corner-bottom-right.png") no-repeat bottom right;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#links_contents {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    padding: 10px;
    font-size: 8pt;
    color: white;
}

#links_contents a {
    color: white;
    text-decoration: none;
}

#links_contents a:hover {
    text-decoration: underline;
}



#links2_bottom {
    margin: 10px;
	/*border: solid 1px rgb(55,98,138);*/
}

#links2_top_left {
    background: url("images/corner2-top-left.png") no-repeat top left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#links2_top_right {
    background: url("images/corner2-top-right.png") no-repeat top right;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#links2_bottom_left {
    background: url("images/corner2-bottom-left.png") no-repeat bottom left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#links2_bottom_right {
    background: url("images/corner2-bottom-right.png") no-repeat bottom right;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#links2_contents {
    /*width: 100%;*/
    /*height: 100%;*/
    padding: 0;
    margin: 0;
    padding: 10px;
    font-size: 8pt;
    /*color: rgb(55,98,138);*/

    color: gray;

	/*border-left-width: 15px*/

}

#links2_contents a {
    color: rgb(55,98,138);
    text-decoration: none;
}

#links2_contents a:hover {
    text-decoration: underline;
}

p.table {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 4px;
    margin-left: 4px;
}



#links3_right {
    float: right;
    clear: right;
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
}

#links3_top_left {
    background: url("images/corner2-top-left.png") no-repeat top left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#links3_top_right {
    background: url("images/corner2-top-right.png") no-repeat top right;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#links3_bottom_left {
    background: url("images/corner2-bottom-left.png") no-repeat bottom left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#links3_bottom_right {
    background: url("images/corner2-bottom-right.png") no-repeat bottom right;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#links3_contents {
    padding: 0;
    margin: 0;
    padding: 10px;
    font-size: 8pt;
    color: gray;
}

#links3_contents a {
    color: rgb(55,98,138);
    text-decoration: none;
}

#links3_contents a:hover {
    text-decoration: underline;
}