﻿@import url("layout.css");
body {
	font-family: Arial;
	font-size: 12pt;
	background-image: url("../images/page2.gif");
	background-repeat: repeat;
}
#nav {
    font-family:Arial;
    font-size: 10pt;
   
}
#container {
	width: 750px;
	margin: 0 auto;
	/*background-image: url("../images/container.gif");
	background-repeat: repeat-y;*/
	overflow: hidden;
	padding-bottom: 0px;
}
#masthead {
	width: 800px;
	height: 135px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url("../images/navigation.gif");
	overflow: auto;
	padding: 10px;
	text-align: right;
	vertical-align: text-bottom;
}
#cell 
{
    width: 800px;
	height: 135px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url("../images/Sesa_Woruban_LT.gif");
	overflow: auto;
	padding: 10px;
	text-align: left;
	vertical-align: text-bottom;
 }
 #cell2
 {
    width: 797px;
    height: 130px;
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    background-image: url("../images/backgroundHeaderPS.gif");
 }
#navigation 
{    
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image:  url("../images/masthead.gif");
	background-repeat: repeat;
	padding: 0;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 270px;
	margin-left: 30px;
	padding: 0 15px;
	text-align: left;
	color: #000;
	display: inline;
}
#sidebar {
	float: right;
	width: 325px;
	margin-right: 10px;
	padding: 10px;
	text-align: right;
	color: Black;
}
#footer 
{    
    font-size: 8pt;
    background-image: url("../images/navigation.gif");
	clear: both;
	width: 725px;
	margin: 0 auto;
	border-top: 1px solid #bba;
	padding-top: 5px;
	text-align: center;
}
#bottom {
	background-image:url(../images/container_bottom.gif);
	width: 709px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 1px;
	padding: 5px;
	border: 1px solid #fff;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
}
/* Sidebar Styles */
#sidebar img {
	border: 1px solid #998;
}
/* Footer Styles */
#footer p {
	color: #998;
	padding: 10px 5px;
	margin: 4px;
}
#footer a {
	color: #776;
	text-decoration: underline;
}
#footer a:hover {
	color: #bba;
	text-decoration: none;
}
#bottom p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #060;
	text-decoration: underline;
}
a:hover {
	color: #030;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    Accordion

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.accordionHeader
{
    /*border: 1px solid #2F4F4F;*/
    color: black;
    background-image: url("../images/background.gif");
    
    
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 0px;
    cursor: pointer;
    
}

.accordionContent
{
    background-image: url("../images/background.gif");
    
    /*background-color: #D3DEEF;*/
    border: 1px solid #608fc8;
    border-top: none;
    padding: 0px;
   
}

.accordionLink
{
 background-color: Maroon;
    color: black;
}