html, body {
    text-align: center;
}
p {
    text-align: left;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666666;
    background-color: #FFFFFF;
}
* {
    margin: 0 auto 0 auto;
    text-align: left;
}
#header {
    position: relative;
    width: 801px;
    height: 191px;
    margin-left: 47px;
    background: url(header.jpg) no-repeat;
}
#page {
    margin: 0 auto 0 auto; 
    display: table; 
    height: 100%;  
    position: relative; 
    overflow: hidden; 
    background: #252F33 url(background.png) repeat-y;
    width: 730px;
}
.title {
    position: relative;
	left: 100px;
    top: 155px;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    font-size: 35px;
    font-weight: bold;
    color: #FFFFFF;
}
.articleTitle {
    clear: both;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #112539;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.secondTitle {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 18px;
}
.secondTitleTop {
	padding-top: 5px;
    padding-bottom: 10px;
    font-size: 18px;
}
.centerTitle {
	margin-top: 20px;
}
.articleContent {
    width: auto;
    position: relative;
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 27px;
}
#bar {
    position: relative;
    width: 730px;
    height: 35px;
}
.menuLink {
    height: 35px;
    line-height: 35px;
    width: 118px;
    text-align: center;
    float: right;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.menuLink a {
    color: #5E97D0;
}
.menuLink a:hover {
    display: block;
    width: 118px;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    background-image: url(tab_ani.gif);
    text-align: center;
}
.under {
    text-decoration: underline;
}
a {
    text-decoration: none;
    color: #252F33;
}
#pageContent {
    padding-bottom: 1em;
    padding-left: 25px;
    width: 680px;
    height: auto;
}
#pageContent a {
	color: #5E97D0;
}
#indexContent p {
    line-height: 0.6em;
}
#footer {
    width: 885px;
    height: 42px;
    background: url(footer.png) no-repeat;
}
.valid {
    text-align: center;
    font-size: 10px;
    color: #2C639A;
    background-image: none;
}
.valid a {
    color: #2C639A;
}
