body{
    width: 1040px;
    margin: 0 auto;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #3d637d;
    background-color: #3D637D;
}

p{
	margin: 2px 0px 3px 0px;
	padding-top: 5px;
   font-size: 12px;
   text-align: justify;
   text-decoration: none;
}

h1{
    color: #3D637D;
    font-size: 1.4em;
    margin: 10px 0;
}

h2{
    color: #3D637D;
    font-size: 1.3em;
    margin: 10px 0;
}

h3{
    color: #3D637D;
    font-size: 1.2em;
    padding-top: 10px;
    margin: 10px 0px 0px 0px;
    border-top-style:solid;
    border-top-width: thin;
    border-color: #3d637d;
}

h4{
    color: #3D637D;
    font-size: 1.1em;
    margin: 15px 0px 0px 0px;
}

#agenda {
    margin: 0;
    padding: 0;
    width: 600px;
    border-style: thin;
    border-color: #3d637d;
}

#agenda table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
}


#agenda tr.row2 {
	font-weight: normal;
}

#agenda tr.row1 {
   background-color: #D4DFE3;
	font-weight: bold;
}

#agenda td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #3D637D;
	border-right: 1px solid #3D637D;
	border-spacing: 0px;
	vertical-align:top;
}

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

a:hover{
    color: #92ACB6;
    text-decoration: none;
}

a:active{
    color: #92ACB6;
    text-decoration: none;
}
ul li{
	margin-left: 25px;
	list-style: square;
}

legend{
    color: #3D637D;
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 15px;
}

#headernav a, #headernav2 a{
    color: #3D637D;
    text-decoration: none;
    font-size: 0.75em;
}

#headernav a:active, #headernav a:hover, #headernav2 a:active, #headernav2 a:hover{
    color: #E47F5B;
    text-decoration: none;
}

.sitemap_level_1{
    border-bottom: 1px solid #3D637D;
}

.sitemap_level_2{
    border-bottom: 1px dotted #3D637D;
}

.button {
   margin:2px 0 0 2px;
   padding: 2px;
	font-size: 11px;
	background-color: #3d637d;
	color: #FFFFFF;
}

.button:hover, .button:focus  {
	font-size: 11px;
	background-color: #d4dfe3;
	color: #3d637d;
	cursor: pointer;
}

#offline {
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	border: 2px solid #d4dfe3;
	width: 600px;
	background-color: white;
	color: #3d637d;
	font-size: 1em;
	padding: 30px;
}

#agenda {
    margin: 0;
    padding: 0;
    width: 600px;
    border-style: thin;
    border-color: #3d637d;
}

#headline_frame {
	margin: 15px 0 15px 0;
	padding: 0;
	}

#headline_header {
	width: 175px;
	height: 22px;
	margin: 0;
	padding: 0 0 0 10px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(images/tool_header.png);
	background-repeat: no-repeat;
}

#headline_content {
	width: 175px;
	height: auto !important;
	min-height: 35px;
	margin: 0;
	padding: 10px;
	font-size: 0.75em;
	background-image: url(images/tool_repeater.png);
	background-repeat: repeat-y;
}

#headline_content ul li{
	width: 165px;
}

#headline_next {
	width: 175px;
	margin: 0;
	padding-top: 10px;
	font-size: 1em;
   font-style: italic;
	text-decoration: none;
}

#headline_footer {
	width: 175px;
	height: 2px;
	margin: 0;
	padding: 0;
	background-image: url(images/tool_footer.png);
	background-repeat: no-repeat;
}

