/* Body-Area */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 0.6em;
font-weight: normal;
margin: 0;
padding: 0;
background-image: url(background.gif);
background-color: #666666;
height: 100%;
width: 100%;
}

/* Standard Links */

a:link {
text-decoration: none;
color: #FF2D15;
font-size: 1em;
font-weight: bold;
}

a:visited {
text-decoration: none;
color: #FF2D15;
font-size: 1em;
font-weight: bold;
}

a:active {
text-decoration: none;
color: #FF2D15;
font-size: 1em;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: #FF2D15;
font-size: 1em;
font-weight: bold;
}

/* Main Navigation Links */

#bar_content a:link {
text-decoration: none;
color: #000000;
font-size: 1em;
font-weight: bold;
}

#bar_content a:visited {
text-decoration: none;
color: #000000;
font-size: 1em;
font-weight: bold;
}

#bar_content a:active {
text-decoration: none;
color: #000000;
font-size: 1em;
font-weight: bold;
}

#bar_content a:hover {
text-decoration: none;
color: #000000;
font-size: 1em;
font-weight: bold;
}

/* Sub Navigation Links */

#sub_nav a:link {
text-decoration: none;
color: #FFFFFF;
font-size: 1em;
font-weight: bold;
}

#sub_nav a:visited {
text-decoration: none;
color: #FFFFFF;
font-size: 1em;
font-weight: bold;
}

#sub_nav a:active {
text-decoration: none;
color: #FFFFFF;
font-size: 1em;
font-weight: bold;
}

#sub_nav a:hover {
text-decoration: underline;
color: #FFFFFF;
font-size: 1em;
font-weight: bold;
}

/* Main Navigation Style */

#bar {
height: 2.7em;
background-color: #FFFFFF;
}

#bar_content {
width: 800px;
margin-left: auto;
margin-right: auto;
}

#bar_content ul {
margin: 0;
padding: 0;
line-height: 2.7em;
list-style-type: none;
}

#bar_content li {
display: inline;
list-style-type: none;
}

#bar_content li a {
text-decoration: none;
padding: 0px 10px 0px 10px;
float: left;
}

#bar_content li a:hover {
color: #FFFFFF;
background-color: #3d3d3d;
}

#bar_content li.act a {
color: #FFFFFF;
background-color: #e15715;
text-decoration: none;
padding: 0px 10px 0px 10px;
float: left;
}

#bar_content li.act a:hover {
color: #FFFFFF;
background-color: #e15715;
}

/* Sub Navigation Style */

#sub_nav {
width: 800px;
height: 2.7em;
background-color: #e15715;
margin-left: auto;
margin-right: auto;
}

#sub_nav ul {
margin: 0;
padding: 0;
line-height: 2.7em;
list-style-type: none;
}

#sub_nav li {
display: inline;
list-style-type: none;
}

#sub_nav li a {
text-decoration: none;
padding: 0px 5px 0px 10px;
float: left;
}

#sub_nav li a:hover {
color: #FFFFFF;
background-color: #e15715;
}

#sub_nav li.act a {
color: #FFFFFF;
background-color: #e15715;
text-decoration: underline;
}

/* Language Selector Style */

#language {
margin-right: 10px;
line-height: 2.7em;
float: right;
}

/* Banner Style */

#banner {
width: 800px;
height: 80px;
margin-left: auto;
margin-right: auto;
background-image: url(banner.jpg);
background-repeat: no-repeat;
background-color: #3d3d3d;
}

/* Define Content Area */

#main {
width: 780px;
padding: 10px;
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
}

/* Clear Float Object */

#clear {
clear: both;
}

/* Footer Style */

#footer {
width: 800px;
height: 2.7em;
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
}

#footer_nav {
margin-left: 8px;
float: left;
}

#sponsors {
margin-right: 8px;
float: right;
}

/* Content Header Style */

.header {
margin: 0px 0px 5px 0px;
padding-left: 5px;
color: #FF2D15;
background-color: #E5E5E5;
border: 1px solid #D1D1D1;
font-size: 1.3em;
font-weight: bold;
}

/* Column Entry Style */

.column_entry {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dashed #CCCCCC;
}

/* Bottom Image */

#bottom {
width: 800px;
height: 80px;
margin-left: auto;
margin-right: auto;
background-image: url(bottom.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
border-top: 5px solid #FFFFFF;
}

/* Sitemap Style */

.tx-flseositemap-pi1 ul {
list-style-image: url(subheader.gif);
line-height: 2em;
margin: 0;
padding-left: 25px;
}

/* Forms */

input {
width: 125px;
font-size: 1em;
}