/** Nav Bar */



#sddm
{	margin: 0;
	padding: 0;

	z-index: 30}

#sddm li
{	margin: 0;

	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0;

	background: #DDDDDD;
	color: #DDDDDD;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #ffffff}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #DDDDDD;
        width: 145px;
	/**border: 1px solid #72B206**/
	border: 1px solid #3D3D3D;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 2px 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #DDDDDD;
		color: #000000;
		font: 11px arial}

	#sddm div a:hover
	{	/**background: #689215;**/
                background: #3D3D3D;
		color: #FFF}





/** SIDE BARS **/

			#sideButtons {
				/**background: #EAFF96;**/
				/**border: 2px solid #A07600;**/
				width: 215px;
				height: 18px;
				padding: 10px;
				padding-bottom: 210px;
			}
			#sideButtons li{
				background: #EAFF96;
				border: 3px solid #A07600;
				width: 180px;
				height: 18px;
				text-decoration: none;
				list-style: none;
			}
			#sideButtons li:hover{
				border: 3px solid #000000;
			}
			#sideButtons li a{
				margin-left: 15px;
				text-decoration: none;
				color: #000000;
			}





/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FEFEFE url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 13px;
	color: #5E9300;
}

h2 span {
	color: #606060;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

p, ul, ol, dl {
	margin-top: 0px;
	text-align: left;
	line-height: 18px;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 27px;
}

.list1 li {
	padding-left: 11px;
	background: url(images/homepage09.gif) no-repeat left center;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	padding-bottom: 27px;
}

strong {
	color: #606060;
}

/** LINKS */

a {
	color: #000;
}

a:hover {
	text-decoration: underline;
	font-weight: 400;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

a img { border: none; }

img.border { border: 3px solid #BFBFBF; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
}

/** MENU */

#menu {
	background: url(images/homepage03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 10px 0px 0px 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	width: 148px;
	height: 22px;
	padding: 13px 0px 0px 0px;
	background: url(images/subpage1_01.gif) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/** FOOTER */

#footer {
	clear: both;
	height: 100px;
	background: url(images/homepage10.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding-top: 25px;
	text-align: center;
	color: #B8B8B8;
}






.contain {
         clear: both;
         width: auto;
         display: block;
         height: auto;
         background: none;
      }
