/*** Normalized ***/


#main_body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    width: 777px;
    margin: 0 auto 0 auto;
    background-repeat: repeat-y;
    background-position: left top;
}

#header {
    height: 139px;
    padding: 0;
}

#logo {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 100px;
    margin: 5px 0px 0px 204px;
}

#key_visual {
    position: absolute;
    width: 777px;
    height: 143px;
    margin: 0;
}

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

#main_container {
    background-repeat: no-repeat;
    background-position: left top;
}

#sub_container1 {
    position: relative;
    width: 187px;
    float: left;
    background-repeat: repeat-y;
    background-position: left top;
}

#sub_container2 {
    margin: 0 0 0 190px;
    padding: 20px 0 0 10px;
    background-repeat: no-repeat;
    background-position: right top;
    width: 540px;    
}

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

/* Begin Menu */

#main_nav_container {
    margin: 34px 0 0 25px;
    width: 127px;
    background-repeat: repeat-y;
    background-position: left top;
    font-family: verdana, arial, tahoma;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 8px;
}

#main_nav_list li {
    margin: 0;
    padding: 0;
}

#main_nav_container .main_nav_item {
    margin: 0;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
}

#main_nav_container .main_nav_active_item {
    margin: 0;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
}

#main_nav_container a.main_nav_item {
    display: block;
    text-decoration: none;
    height: 19px;
    overflow: hidden;
    width: 105px;
    padding: 5px 0px 0 13px;
}

#main_nav_container a.main_nav_active_item {
    display: block;
    text-decoration: none;
    height: 19px;
    overflow: hidden;
    width: 105px;
    padding: 5px 0px 0 13px;
}

/* Begin SubMenu */

#sub_nav_container {
    padding: 0;
    margin: 0 0 2px 7px;
    width: 120px;
    background-repeat: repeat-y;
    background-position: left top;
}

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left top;
}

.sub_nav_list li {
    clear: both;
    font-size: 11pxt;
    text-transform: capitalize;
    padding: 0;
}

.sub_nav_list a {
    text-decoration: none;
    text-align: left;
    height: 18px;
    overflow: hidden;
    padding: 4px 0 0 10px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    background-repeat: no-repeat;
    background-position: left top;
}

.sub_nav_list li a:hover {
    text-decoration: none;
}

#sub_nav_bottom {
    height: 18px;
    width: 168px;
}

/**/

#footer_text {
    clear: both;
    padding: 20px 10px 10px 200px;
}

/* Begin Content */

.content table {
    margin-left: 2px;
    width: 99%;
    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;
    font-family: tahoma, verdana, arial;
}

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

/* End Content */

/* Begin Search */

#search_block {
    width: 439px;
    height: 31px;
    padding: 10px 0 0 10px;
    /*	border: 1px solid red;*/

}

#search_block .caption {
    font-family: arial, verdana, tahoma;
    font-size: 9pt;
    font-weight: bold;
    width: 50px;
    float: left;
    padding-top: 3px;
    /*	border: 1px solid red;*/

}

#search_block input {
    /*        float: left;*/

    width: 290px;
    height: 16px;
    border-color: #a9a9a9;
}

#search_block button {
    /*        float: left;*/

    margin-left: 5px;
    border-color: #a9a9a9;
    height: 21px;
}

/* End Search */

.content button {
    height: 23px;
    border: 1px solid;
}

.content textarea {
    border: 1px solid;
}

.content input {
    border: 1px solid;
}

.content fieldset {
    border: 1px solid;
}

/* Begin Pager */

#pager {
    width: 320px;
    height: 20px;
    border: 1px solid;
    font-family: arial, tahoma, verdana;
    padding: 4px 0 0 0;
    margin: 15px 0 15px 0;
    text-align: center;
    font-size: 8pt;
}

#pager #current_page {
    margin: 0 50px 0 50px;
}

#pager a {
    text-decoration: none;
}

/* End Pager */

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

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

.content a {
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.content h1 {
    font-size: 27px;
}

.content h2 {
    font-size: 20px;
}

.content h3 {
    font-size: 17px;
}

#content ol {
}

#content ul {
}

#content li {
}


