* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #655A46 url(img/bg2.gif);
	color: #330000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #33CC66;
	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.4em;
	margin-bottom: 4px;
}
code {
	background: #FFE;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	white-space: pre;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EED;
	border-right-color: #EED;
	border-bottom-color: #EED;
	border-left-color: #ACEAC0;
	width: 450px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
blockquote {
	color: #003300;
	display: block;
	padding-left: 28px;
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1,h2,h3 {
	color: #003300;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/bgcontainer2.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}
.address {
	text-align: center;
}


/* header */
.header {
	height: 120px;
	margin: 0 auto;
	width: 760px;
	background-image: url(img/bgheader2.gif);
	background-repeat: repeat-x;
}

/* title */
.title {
	padding: 10px;
}
.title h1 {
	color: #33CC66;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 2.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* navigation */
.navigation {
	background: #FFF url(img/bgnavigation2.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 724px;
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
}
.navigation a {
	color: #000000;
	text-decoration: none;
	padding: 3px 2px;
	/* margin-right: 12px; */
	line-height: 44px;
	text-decoration:none;/*underline;*/
}
.navigation a:hover {
	color: #CCCCCC;
	background-color: #4A1010;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}
.sidenav h1 {
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #CCCCCC;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
	background-color: #33CC66;
	background-image: url(img/sidenavh12.gif);
	background-repeat: repeat-x;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	color: #003300;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	background-color: #CCCCCC;
}
.sidenav li a:hover {
	color: #000000;
	background-color: #9DACBF;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}
.content .descr {
	color: #330000;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li2.gif);
	margin-left: 18px;
}

.content #admin {
	background:rgb(252,250,234);
	padding-left:.5em;
}

/* footer */
.footer {
	background: #958463 url(img/bgfooter2.gif) repeat-x;
	color: #000000;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.myIndex {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	border: 2px dashed #000000;
}
.myIndex a:hover{
	color: #FFFFFF;
	background-color: #000000;
	border: 2px solid #000000;
}

