/* Resets margins and padding globaly */
* {
	margin: 0;
	padding: 0;
}
/* basic styles*/
body, td, th {
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 13px;
	text-align: center;
}
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash span.level1{
	visibility: hidden;
}
.sIFR-hasFlash #bubig {
    visibility: hidden;
}
.sIFR-hasFlash #busmall {
    visibility: hidden;
}
/* Link Propeties */
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
/* Style of a text input box */
input {
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #000000;
	margin-top:2px;
	background-image:url(inputbg.gif);
	padding:2px;
	font-size:10px;
}

/* List Properties */
li {
	list-style: none;
	font-size:13px;
}
p {
	padding:0 0 2em 0;
}
/* Acronym Properties */
acronym {
	background-image:url(acunderline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-variant:small-caps;
	border:0;
	cursor:help;
	padding-bottom:1px;
}
/* This contains all the content */
#container {
	width:800px;
	margin:10px auto 0 auto;
	text-align: left;
}
/* The Main Menu */
#mainmenu {
	height: 145px;
	background-image: url(header_bg.gif);
	background-repeat: repeat-x; 
}
#mainmenu h1 {
	width: 100%;
	height: 65px;   
	background-image: url(titel.gif);
    background-repeat: no-repeat;
    background-position: 50px 29px;
}
#mainmenu h1 span {
display: none;
}
#mainmenu h2 {
	width: 100%;
	height: 45px;
	   background-image: url(titel_tagline.gif);
    background-repeat: no-repeat;
    background-position: 85px 34px;
}
#mainmenu h2 span {
		display: none;
}
#mainmenu ul {
	margin: 13px 0 0 50px;
}
#mainmenu li{
	display: inline;
	padding-right: 20px;
}

#mainmenu a{
	font-size: 11px;
	text-transform: uppercase;
	color: #9c9567;
}
#mainmenu a:hover{
	color: #675C16;
	text-decoration: none;
}

/* This defines the Access Key */
#mainmenu em {
}
	
/* This is the header image */
#top {
	width:500px;
	margin:0 auto 0 auto;
	padding-top: 39px;
	line-height:10px;
}
/* Submenu */
#submenu {
float: left;
	text-transform: uppercase;
	margin-top: 30px;
	margin-left: 50px;
	display: inline;
}
#submenu a {
	color: #9C9567;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 150%;
}
#submenu a:hover {
	color: #675C16;
}

/* This contains the content on the left */
#content {
	float: right;
	width: 500px;
	vertical-align: top;
	margin-top: 30px;
	margin-right: 100px;
	background-image: url(cont_bg.gif);
	background-repeat: repeat-y;
	background-color: #9C9567;
	color: #666;
	display: inline;
	text-align: left;
}
#inner {
background-color: #fff;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;	
padding-bottom: 20px;
padding-left: 10px;
}
/* This is the snowman below all the content on the left */
#footer_left {
	width:350px;
	padding: 4px 0 0 0;
	font-size:10px;
	text-align: left;
	margin-left: 310px;
	color: #999;
}
/* Header  in Content left */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6  {
 display: none;
}
#mainmenu a#current {
color: #675C16 !important;
}
span.level1 {
}