html {
    padding: 0;
    margin: 0;
}

#main_body {
    padding: 0;
    margin: 0 auto;
    font-family: arial, tahoma, verdana, sans-serif;
    font-size: 12px;
}

#container {
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 740px;
}

#container_top {
    height: 8px;
    font-size: 0px;
    border-bottom: 1px solid #263038;
}

#container_bottom {
    height: 8px;
    font-size: 0px;
    border-top: 1px solid #263038;
}

#header {
    height: 147px;
    border-left: 1px solid #263038;
    border-right: 1px solid #263038;
}

#main_container {
    position: relative;
    top: -11px;
    margin: 0;
    padding: 7px 12px 0 12px;
    border-left: 1px solid #263038;
    border-right: 1px solid #263038;
}

#footer {
    margin: 0 5px 0 5px;
    height: 36px;
}

#footer_text {
    font-family: arial, tahoma, verdana, sans-serif;
    font-size: 10px;
    text-align: left;
    padding: 15px 10px 0 10px;
}

#key_visual {
    padding: 0;
    margin: 0 5px 0 5px;
    width: 728px;
    height: 147px;
}

#logo {
    width: 142px;
    height: 89px;
    position: absolute;
    top: 34px;
    margin-left: 54px;
}

#sub_container1 {
    position: relative;
    float: left;
    margin: 35px 0 0 0;
    width: 142px;
}

#sub_container2 {
	width: 530px;
    position: relative;
    margin: 20px 20px 0 160px;
}

#sub_container3 {
    clear: both;
    font-size: 0px;
    height: 1px;
}

#content_container {
	width: 525px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/**/

#main_nav_container {
    position: relative;
    height: 24px;
    width: 704px;
    padding: 0 10px 0 0;
}

#main_nav_list {
    float: left;
    position: relative;
    height: 24px;
    width: 704px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_left {
    width: 11px;
    height: 24px;
}

#main_nav_list li {
    float: left;
    height: 24px;
    padding-right: 1px;
}

#main_nav_list a {
	background-repeat: repeat-x !important;
    font-family: arial, tahoma, verdana, sans-serif;
    padding: 0;
    display: block;
    height: 24px;
    overflow: hidden;
    line-height: 26px;
    width: 87px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

/**/

#sub_nav_top {
    height: 8px;
    width: 142px;
    font-size: 0px;
}

#sub_nav_bottom {
    height: 8px;
    width: 142px;
    font-size: 0px;
}

#sub_nav_container {
    width: 142px;
}

#sub_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sub_nav_list li {
    height: 20px;
    padding: 0 1px 0 1px;
    overflow: hidden;
}

#sub_nav_list a.sub_nav_item {
    font-family: arial, tahoma, verdana, sans-serif;
    padding: 3px 10px 0 10px;
    display: block;
    width: 120px;
    height: 17px;
    font-size: 11px;
    text-decoration: none;
}

#sub_nav_list a.sub_nav_active_item {
    font-family: arial, tahoma, verdana, sans-serif;
    padding: 3px 10px 0 10px;
    display: block;
    width: 120px;
    height: 17px;
    font-size: 11px;
    text-decoration: none;
}

#sub_nav_list a.sub_nav_active_item:hover {
    font-weight: bold;
}

#sub_nav_list a.sub_nav_item:hover {
    font-weight: bold;
}

#sub_nav_list a.sub_nav_active_item {
    font-weight: bold;
}

/**/

#slogan {
    font-size: 18px;
    margin-bottom: 15px;
}

/* Begin Search */

#search_block {
    width: 265px;
    height: 35px;
    padding: 7px 0 0 10px;
}

#search_block .caption {
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    width: 50px;
    float: left;
    padding-top: 4px;
}

#search_block input {
    width: 130px;
}

#search_block button {
    margin-left: 5px;
}

/* End Search */

.content {
    font-family: arial, tahoma, verdana, sans-serif;
    font-size: 12px;
}

.content p {
    font-family: arial, tahoma, verdana, sans-serif;
    font-size: 12px;
}

.content button {
    height: 21px;
    border: 1px solid;
    background: #eeeeee;
}

.content textarea {
    border: 1px solid;
}

.content input {
    border: 1px solid;
}

.content fieldset {
    border: 1px solid;
}

/* Begin Content */

.content table {
    width: 100%;
    border-left: 1px solid;
    border-top: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
    text-align: left;
    font-weight: bold;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

/* End Content */

#pager {
    margin: 10px 0 10px 0;
    width: 233px;
    height: 13px;
    padding: 5px;
    text-align: center;
    font-size: 9px;
}

#pager #current_page {
    padding: 0 20px 0 20px;
}

#pager a {
    text-decoration: none;
}


