


/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #ffffff;
        text-decoration:none;
        
}
a:hover {
	color: #B5DC11;
        filter: dropshadow(color=#000000,offX=1,offY=1); height: 10px;
}
body {
	 
	color: #ffffff;
	font: normal 45.5% "Lucida Sans Unicode",sans-serif;
        overflow: hidden;
        
          
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {

	font-size: 1.15em;
        color: #B5DC11;
	font: strong 40.5% "Lucida Sans Unicode",sans-serif;
	margin-bottom: 8px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
li {
	background: url(pointer.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {

	padding-top: 6px;
	color: #ffffff;
	font: normal 45.5% "Lucida Sans Unicode",sans-serif;
        overflow: hidden;
        line-height: -2.0;
}
.slideHeader
{
  height:     20px;
  background: Blue;
  color:      White;
}


/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	background: url(bgheader.jpg) repeat-x;
	height: 120px;
	margin: 0 auto;
	width: 760px;
}

/* title */
.title {
	padding: 0px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	background: #000000 url(bgf.jpg);
	font: normal 8,0px Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 600px;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 1px;
	margin-right: 2px;
	line-height: 44px;
         
}
.navigation a:hover {
	background: #E6DDC1;
	color: #DED9CF;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 15px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}
.sidenav h1 {
	background: #BCB39F url(sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.0em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

/* content */
.content {
	padding-top: 8px;
	float: left;
	width: 70%;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 56px;
}
.content li {
	list-style: url(li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	background: #958463 url(bgfooter.gif) repeat-x;
	color: #CBC2B1;
	font-size: 0.9em;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 800px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: overline;
}
