@charset "utf-8";
/* CSS Document */

/* Sitewide Style Definitions */

body {
background-image: url('/static/img/bg.png');
background-repeat: no-repeat;
background-position: bottom center;
background-color: #FFFFFF;
width: 1004px;
border: 0px;
margin: 0px;
margin-right: auto;
margin-left: auto;
padding: 0px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-align: left;
text-decoration: none;
}

a, a:link {
color: #0000FF;
}
a:visited {
color: #0000FF;
}
a:hover {
color: #0000FF;
}
a:active {
color: #0000FF;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
display: block;
padding: 0px;
font-weight: bold;
margin: 0px;
padding-right: 0px;
padding-left: 0px;
color: #336699;
}
h1, .h1 {
font-size: 24px;
padding-top: 16px;
padding-bottom: 16px;
}
h2, .h2 {
font-size: 18px;
padding-top: 15px;
padding-bottom: 15px;
}
h3, .h3 {
font-size: 14px;
padding-top: 14px;
padding-bottom: 14px;
}
h4, .h4 {
font-size: 12px;
padding-top: 16px;
padding-bottom: 16px;
}
h5, .h5 {
font-size: 10px;
padding-top: 17px;
padding-bottom: 16px;
}
h6, .h6 {
font-size: 8px;
padding-top: 19px;
padding-bottom: 19px;
}

p, .p {
margin: 0px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

b, .b {
font-weight: bold;
}
i, .i {
font-style: italic;
}
u, .u {
text-decoration: underline;
}

img {
padding: 0px;
margin: 0px;
border: 0px;
}

table {
border: 0px;
padding: 0px;
margin: 0px;
}
tr {
border: 0px;
padding: 0px;
margin: 0px;
}
th {
font-weight: bold;
font-size: 14px;
padding: 5px;
}
td {
padding: 5px;
}

ol, ul {
margin: 0px;
padding-top: 5px;
padding-bottom: 15px;
}
ol li, ul li {
padding: 5px;
}
ol ol, ol ul, ul ul, ul ol {
padding-top: 3px;
padding-bottom: 5px;
}
ol ol li, ol ul li, ul ul li, ul ol li {
padding: 2px;
}

ul {
list-style-type: square;
}
ul ul {
list-style-type: circle;
}
ul ul ul {

}
ol {
list-style-type: decimal;
}
ol ol {
list-style-type: upper-alpha;
}
ol ol ol {
list-style-type: upper-roman;
}

form {
margin: 0px;
}
.hidden {
display: none;
}
.clear, .lclear, .rclear {
display: block;
height: 0px;
overflow: hidden;
}
.clear {
clear: both;
}
.lclear {
clear: left;
}
.rclear {
clear: right;	
}

.tleft {
text-align: left;
}
.tright {
text-align: right;
}
.tcenter {
text-align: center;
}
.tjustify {
text-align: justify;
}

.fleft {
float: left;
}
.fright {
float: right;
}
a.head {
display: block;
overflow: hidden;
height: 152px;
width: 1004px;
}
div.nav {
height: 25px;
width: 1004px;
overflow: hidden;
}
div.nav span.l {
display: block;
float: left;
height: 25px;
width: 214px;
background: url('/static/img/nav/n_01.png') no-repeat center center;
}
div.nav span.r {
display: block;
float: right;
height: 25px;
width: 211px;
background: url('/static/img/nav/n_09.png') no-repeat center center;
}

ul.nav {
display: block;
float: left;
height: 25px;
width: 579px;
overflow: hidden;
padding: 0px;
margin: 0px;
}
ul.nav li {
display: block;
float: left;
padding: 0px;
margin: 0px;
}
ul.nav li a {
text-decoration: none;
}
div.body {
min-height: 500px;
}

div.main_pic {
background-position: center top;
background-repeat: no-repeat;
background-color: #AAAAAA;
height: 254px;
width: 1004px;
}
div.main_pic span.l {
display: block;
float: left;
width: 218px;
height: 254px;
background: url('/static/img/left.gif') no-repeat center center;
}
div.main_pic span.r {
display: block;
float: right;
width: 217px;
height: 254px;
background: url('/static/img/right.gif') no-repeat center center;
}

div.left {
width: 1004px;
min-height: 251px;
background: url('/static/img/left2.png') no-repeat top left;
}
div.right {
width: 1004px;
min-height: 251px;
background: url('/static/img/right2.png') no-repeat top right;
}

div.content {
min-height: 251px;
width: 470px;
background: url('/static/img/center.png') repeat-x top center;
margin: 0px;
margin-right: auto;
margin-left: auto;

}
div.content_padding {
padding: 10px;
min-height: 400px;
}
div.foot {
display: block;
clear: both;
height: 60px;
padding-top: 30px;
width: 1004px;
background: url('/static/img/foot.gif') no-repeat top center;
text-align: center;
}
div.foot hr {
width: 80%;	
}
