@import url("menu.css");
@import url("template.css");

* {
margin: 0px;
padding: 0px;
}

body,html {
background: #ffffff url("../images/bg.png") repeat-x;
font-family: georgia,palatino,serif;
font-size: 16px;
color: #1e2d3b;
height: 100%;
}

p {
line-height: 22px;
margin-bottom: 15px;
}

h1 {
color: #f58220;
font-size: 22px;
margin-bottom: 10px;
border-bottom: 1px dotted #c3c8cd;
line-height: 30px;
}

h2 {
font-size: 18px;
margin-bottom: 10px;
line-height: 24px;
}

h3 {
font-size: 13pt;
margin-bottom: 4pt;
line-height: 15pt;
}

a {
color: #990000;
text-decoration: none;
}

a:hover {
color: #990000;
text-decoration: underline;
}

input,textarea,select {
font-family: arial,helvetica,sans-serif;
font-size: 13px;
border: 1px solid #a8adb4;
padding: 1px;
}

table td {
line-height: 22px;
}

.table {
margin-bottom: 20px;
font-family: arial,helvetica,sans-serif;
font-size: 15px;
border: 1px solid #cfd4d8;
background-color: #ffffff;
}

.table td {
line-height: 22px;
}

#header {
width: 1300px;
}

#header .header1 {
background: url("../images/header_1_bg.png") no-repeat;
height: 150px;
}

#header .header2 {
background: url("../images/header_2_bg.png") no-repeat;
height: 40px;
padding-left: 150px;
}

#header .header3 {
background: url("../images/header_3_bg.png") no-repeat;
height: 290px;
}

#header .header3 .text {
float: right;
padding-right: 170px;
background: url("../images/header_text.gif") no-repeat;
height: 210px;
width: 680px;
}

#box {
position: absolute;
margin-left: 190px;
margin-top: -260px;
background: url("../images/box.jpg") no-repeat;
height: 210px;
width: 220px;
}

#page {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -300px auto;
width: 1300px;
}

#main {
float: left;
width: 1000px;
background-color: #ffffff;
margin-top: -80px;
margin-left: 150px;
z-index: 100;
margin-bottom: -150px;
}

#main .left {
float: left;
width: 300px;
}

#main .right {
float: left;
width: 680px;
}

#main .right .top {
background: url("../images/content_top.gif") no-repeat;
width: 680px;
height: 10px;
}

#main .right .content {
background-color: #ecf1f4;
padding-top: 10px;
padding-left: 15px;
padding-right: 10px;
padding-bottom: 10px;
min-height: 400px;
}

#main .right .content ul, #main .right .content ol {
margin-bottom: 15px;
margin-left: 20px;
line-height: 22px;
}

#main .right .content ol li {
margin-bottom: 15px;
}

#main .right .bottom {
background: url("../images/content_bottom.gif") no-repeat;
width: 680px;
height: 10px;
}

#footer {
clear: left;
width: 100%;
color: #ffffff;
background: url("../images/page_footer_bg.png") repeat-x;
}

#footer .footer1 {
background: url("../images/footer_1_bg.png") no-repeat;
height: 200px;
width: 1300px;
margin: 0 auto;
}

#footer .footer2 {
height: 100px;
line-height: 100px;
width: 1000px;
margin: 0 auto;
}
