/* Global Style */
h1, h2, h3, h4, h5, h6 { 
    color:#575859;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:normal;
}
h1 {
    font-weight: bold;
    margin: 15px 0 0 20px;
    color: #cf2942;
}
h1{
    margin-top:0.0em;
    margin-bottom:0.25em;
    font-size:21px;
    margin-left:0;
}
h2{
    margin-bottom:0.4em;
    font-size:1.75em;
    margin-top: 0px;
}
h3{
    margin-bottom:0.65em;
    font-size:1.5em;
}
ul, ol, dl {
    line-height: 1.5em;
    margin:10px 0px 10px 0px;
}
#frame_content_right ul{
    *padding-left:25px;
}
a, a:hover, a:link  {
    font-weight: bold;
    outline-style:none;
}
a img {
    border:0;
}
a {
    color: #cf2942;
    text-decoration: none;
}
a:hover {
    color:#a7a9ac;
    text-decoration: underline;
}
#powered a {
    color: #cf2942;
    text-decoration: none;
}
#powered a:hover {
    text-decoration: underline;
}
a.out {
    padding-left:18px;
    background-image:url(images/link_out_bg.gif);
    background-position:left center;
    background-repeat:no-repeat;
}
form  {
    margin:0;
    padding:0;
}
fieldset{
    margin:0px;
    padding:0 1.4em;
    border: 0px none;
}
legend{
    visibility: hidden;
}
.clear { clear:both;}
#frame_content_right input,
#frame_home input,
#boxes_home input {
    width:260px;
    margin:0.25em 0.25em 0.25em 0em;
    padding:4px;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
}
* html #frame_content_right input,
#frame_home input,
#boxes_home input {
    width:auto;
    margin:0.25em 0.25em 0.25em 0em;
    padding:4px;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
    float: left;
}
#frame_content_right input[type=submit],
#frame_content_right input[type=button],
#frame_content_right input[type=reset],
#frame_home input[type=submit],
#frame_home input[type=button],
#frame_home input[type=reset],
#boxes_home input[type=submit],
#boxes_home input[type=button],
#boxes_home input[type=reset],
input.submit,
input.button,
input.reset{
    width:auto;
    margin:0.25em 0.25em 0.25em 0em;
    padding:4px 10px 4px 10px;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
}
#frame_content_right input[type=checkbox],
#frame_content_right input[type=radio],
#frame_home input[type=checkbox],
#frame_home input[type=radio],
#boxes_home input[type=checkbox],
#boxes_home input[type=radio],
input.checkbox,
input.radio{
    width:auto;
    margin:0.25em 0.25em 0.25em 0em;
    padding:4px 15px 4px 15px;
    padding:0px\9;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
    float: left;
}
#frame_content_right select,
#frame_home select,
#boxes_home select {
    width:270px;
    margin:0.25em 0.25em 0.25em 0em;
    padding:4px 4px 4px 4px;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
}
#frame_content_right textarea,
#frame_home textarea,
#boxes_home textarea {
    width:260px;
    margin:0.25em 0.25em 0.25em 0em;
    padding:4px;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
    font-size:1.0em;
    height: 60px;
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
#frame_content_right input:focus,
#frame_content_right select:focus,
#frame_content_right textarea:focus,
#frame_home input:focus,
#frame_home select:focus,
#frame_home textarea:focus,
#boxes_home input:focus,
#boxes_home select:focus,
#boxes_home textarea:focus {
    background-color:#ffffdd;
    border:1px solid #173A8B;
}
#news_content{
    line-height: 2;
}
#news_content a{   
    font-size: 13px;
}
.box {
    float:left;
    clear:both;
    padding:0px;
    margin:0px;
    margin-top: 20px;
    width:100%;
}
.box h1{
    margin:0;
    padding:6px;
    background-color:#f0f0f0;
    font-weight:bold;
    font-size:1.2em;
    line-height:1;
}
.box h2 {
    margin:0;
    margin:0px;
    margin-bottom:0;
    font-size: 21px;
    font-weight: bold;
}
.box h2 a{
    font-size:13px;
}
.box div.content{
    border-top:1px solid #c6c6c6;
    margin:0;
    padding:9px 0px;
}
.box  p.date{
    padding:0px;
    margin:0px;
    font-size:12px;
    color:#406A80;
    margin-bottom:0.25em;
    margin-top:0.25em;
}
.box  p.more{
    padding:0px;
    margin:0px;
    font-size:0.9em;
    margin-bottom:0.25em;
    margin-top:0.0em;
    text-align:right;
}