/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, p, th, td {
margin: 0;
padding: 0;
}

}
/* links */
a:link {color: #FE9B32}
a:visited {color: #FE9B32}
a:hover {color: #FE9B32}
a:active {color: #FE9B32}

#site_info a:link {color: #FE9B32}
#site_info a:visited {color: #FE9B32}
#site_info a:hover {color: #FFFFFF}
#site_info a:active {color: #FFFFFF}

html {
text-align: center;
}

body {
position: relative;
width: 805px;
margin: 0 auto;
text-align: left;
font-family: Arial, sans-serif;
font-size: 14px;
color: #FFE6CC;
background: #000000 url(graphics/insidebg.gif) repeat-x top left;
}
#branding {
position: relative;
height: 147px;
background: transparent url(graphics/branding.jpg) no-repeat 0 0;
}
h1 {
text-indent: -9999px;
}
h2 {
margin-top: 20px;
font-size: 20px;
font-weight: 600;
color: #FE9B32;
text-decoration: underline;
}
h3 {
font-size: 16px;
font-weight: 600;
color: #C07F36;
text-decoration: underline;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
#content {
position: relative;
width: 805px;
background: #CF5200 url(graphics/contentbg.jpg) no-repeat top left;
}
/* content with navigation */
#right_content {
margin-left: 205px;
padding: 0px 20px 20px 20px;
}
#nav {
position: absolute;
left: 0;
top: 15px;
width: 205px;
font-size: 13px;
font-weight: 600;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#nav li {
margin: 0;
padding-bottom: 5px;
padding-left: 7px;
}
#nav li a:link, #nav li a:visited {
color: #FE9B32;
text-decoration: none;
}
#nav li a:hover {
color: #F66200;
}
/* footer */
#site_info {
text-align: center;
font-size: 11px;
color: #FE9B32;
padding-top: 15px;
padding-bottom: 4px;
background: #000000 url(graphics/footerbg.gif) no-repeat top left;
}
table {
border-collapse:collapse;
padding: 0;
margin: 0;
border: 1px solid #46200A;
}
th, td {
padding: 3px;
border: 1px solid #46200A;
}
.noborder {
border: 1px solid #FFFFFF;
}
blockquote {
margin: 5px 0 10px 15px;
}
