* {
    margin:0;
    padding:0;
    border:none;
}

body {
    background:#e6e7e8 url(images/bg.jpg) repeat-x;
    font:11px Tahoma, Verdana, Helvetica, sans-serif;
    color:#444444;
}

ul, ol, li {
    list-style-type:none;
}

a {
    text-decoration:underline;
    color:#444444;
}
a:hover {
    text-decoration:none;
    color:#ff3300;
}

input.text {
    margin:0 2px 2px 0;
    padding:2px 3px 2px 3px;
    border-top:1px solid #757575;
    border-right:1px solid #c5c5c5;
    border-bottom:1px solid #c5c5c5;
    border-left:1px solid #757575;
    background:#fff url(images/input.jpg) top repeat-x;
    font:12px Tahoma, Verdana, Helvetica, sans-serif;
    color:#444;
}
input.button {
    margin:0 2px 5px 0;
    padding:1px 10px 1px 10px;
    border:1px solid #666666;
    background:#444444;
    font:bold 16px Arial, Verdana, Helvetica, sans-serif;
    color:#fff;
    cursor:pointer;
}
input.button:active {
    border:1px solid #a85200;
    background:#ff7c00;
}
.textarea {
    margin:0 2px 2px 0;
    padding:2px 3px 2px 3px;
    border-top:1px solid #757575;
    border-right:1px solid #c5c5c5;
    border-bottom:1px solid #c5c5c5;
    border-left:1px solid #757575;
    background:#fff url(images/input.jpg) top repeat-x;
    font:12px Tahoma, Verdana, Helvetica, sans-serif;
    color:#444;
    overflow:auto;
}

.select {
    border:1px solid #cccccc;
}
.select option {
    padding:0 4px 0 1px;
}

.f_left, .f_middle {
    float:left;
}
.f_right {
    float:right;
}

.clear {
    clear:both;
}

.container {
    margin:auto;
    width:950px;
}

#header {
    width:950px;
    height:296px;
    background:transparent url(images/header.jpg) no-repeat;
}

#header .f_left {
    padding:13px 0 0 21px;
    width:141px;
    height:143px;
}
#header .f_left a {
    display:block;
    width:141px;
    height:143px;
}
#header .f_right ul {
    padding-top:40px;
}
#header .f_right ul li {
    float:left;
    display:block;
}
#header .f_right ul li a {
    float:left;
    display:block;
    padding-right:10px;
    margin:1px;
    height:26px;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#444444;
    cursor:pointer;
}
#header .f_right ul li a:hover {
    float:left;
    display:block;
    padding-right:10px;
    margin:1px;
    height:26px;
    background:transparent url(images/menu_right.jpg) 100% 0 no-repeat;
    text-decoration:none;
    color:#ffffff;
}
#header .f_right ul li a.active {
    float:left;
    display:block;
    padding-right:10px;
    margin:1px;
    height:26px;
    background:transparent url(images/menu_right.jpg) 100% -26px no-repeat;
    text-decoration:none;
    color:#ffffff;
}
#header .f_right ul li a span {
    float:left;
    padding:6px 0 6px 12px;
    height:14px;
    font-weight:bold;
}
#header .f_right ul li a:hover span {
    float:left;
    padding:6px 0 6px 12px;
    height:14px;
    background:transparent url(images/menu_left.jpg) 0 0 no-repeat;
}
#header .f_right ul li a.active span {
    float:left;
    padding:6px 0 6px 12px;
    height:14px;
    background:transparent url(images/menu_left.jpg) 0 -26px no-repeat;
}
#header .f_right ul li {
    display:inline;
}

#content {
    background:#ffffff;
}
#content h3 {
    padding:3px 6px 3px 20px;
    background:#f2f2f2 url(images/arrow_right.gif) 4px 5px no-repeat;
    border-bottom:1px solid #e0e0e0;
    font:bold italic 16px Arial, Helvetica, sans-serif;
    color:#ff6c00;
}
#content .content_box {
    padding:10px 10px 5px 10px;
}
#content .content_box p {
    margin-bottom:15px;
    line-height:17px;
}
#content .content_box ul {
    margin:5px 5px 15px 5px;
}
#content .content_box li {
    margin-left:15px;
    padding:3px 0 0 18px;
    background:transparent url(images/bullet1.gif) 0 3px no-repeat;
}
.justify {
    text-align:justify;
}

table.std {
    margin-bottom:5px;
    width:100%;
}
table.std caption {
    font:bold italic 16px Arial, Helvetica, sans-serif;
    text-align:left;
}
table.std td {
    padding:3px 3px 3px 0;
}
table.std td label {
    font-weight:bold;
}

.list {
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom:1px solid #e0e0e0;
}
.list h2 {
    margin-bottom:5px;
    padding:3px 0;
    border-bottom:1px dotted #ff6c00;
    font:bold 14px Arial, Helvetica, sans-serif;
    color:#444444;
}
.list .f_left {
    width:700px;
}
.list .f_left table {
    width:100%;
}
.list .f_left table td {
    padding:3px 6px 3px 0;
}
.list .f_left table td.title {
    width:100px;
}
.list .f_right img {
    border:3px solid #ff6c00;
}

.pager {
    padding:5px;
}
.pager span {
    margin-right:5px;
    padding:5px;
}
.pager a {
    margin-right:5px;
    padding:5px;
}

#index {
    text-align:justify;
}
#index img {
    float:left;
    margin:3px 10px 0 0;
}

#keywords {
    text-align:center;
    font-size:1px;
    color:#e6e7e8;
}

#bottom {
    background:transparent url(images/bottom.jpg) repeat-x;
}
#bottom .container {
    padding:20px 0 10px 0;
}
#bottom .container .f_left a {
    font-weight:bold;
}
#bottom .container .f_right {
    text-align:right;
}
#bottom .container .f_right a {
    display:block;
    width:29px;
    height:24px;
    background:transparent url(images/v3.jpg) no-repeat;
}