* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(bg.gif) repeat scroll 0%;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 62.5%;
	color: rgb(0, 0, 0);
}

p, cite, code, ul {
	font-size: 1.30em;
	padding-bottom: 1.2em;
	line-height:150%;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h1, h2, h3 {
	padding-top: 6px;
	color: rgb(0, 0, 0);
}

.clearer {
	clear: both;
}

.container {
	margin: 0 auto;
	background: transparent url(bgcontainer.gif) repeat-y scroll 0%;
	width: 780px;
}

.header {
	margin: 0 auto;
	background: transparent url(bgheader.gif) repeat-x scroll 0%;
	height: 120px;
	width: 760px;
}

/*-------------------------------------------------------------------------*/

.title {
	padding-top: 20px;
	padding-left:32px;
}

.title h1 {
	color: rgb(228, 219, 207);
	font-family: "Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size: 3.4em;
}


/*-------------------------------------------------------------------------*/

.navigation {
	margin: 0 auto;
	padding: 0 18px;
	background: rgb(255, 255, 255) url(bgnavigation.gif) repeat-x scroll 0%;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	height: 44px;
	width: 725px;
	font-size: 1.4em;
}

.navigation a {
	padding: 3px 4px;
	color: rgb(85, 68, 51);
	margin-right: 12px;
	liine-height: 44px;
}

.navigation a:hover {
	background: rgb(206, 189, 161) none repeat scroll 0%;
	color: rgb(68, 34, 0);
}


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

/*-------------------------------------------------------------------------*/

.sidenav {
	float: right;
	width: 218px;
}

.sidenav h1 {
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(153, 153, 153);
	margin: 0pt;
	background: rgb(188, 179, 159) url(sidenavh1.gif) repeat-x scroll 0%;
	color: rgb(74, 74, 68);
	font-size: 1.2em;
	height: 22px;
	padding-left: 12px;
}

.sidenav h1 a {
	text-decoration:none;
	color: rgb(74, 74, 68);
}

.sidenav h1 a:hover {
	text-decoration:underline;
}

.sidenav ul {
	margin: 0pt;
	padding: 0pt;
}

.sidenav li {
	border-top: 1px solid rgb(221, 221, 204);
	border-bottom: 1px solid rgb(170, 153, 136);
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.sidenav li a {
	padding: 8px 4px 8px 12px;
	background: #dcd3bf none repeat scroll 0%;
	color: #332211;
	display: block;
}

.sidenav li a:hover {
	border-left: 6px solid rgb(68, 51, 34);
	background: #d6ccb9 none repeat scroll 0%;
	color: #665544;
	font-weight: bold;
}

.sidenav li a:visited {
	color:#886644;
	text-decoration: none;
}



/*-------------------------------------------------------------------------*/

.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}

.content .descr {
	color: #776655;
	font-size: 1.1em;
	margin-bottom: 6px;
}

.content .descr a {
	color: #887755;
}

.content li {
	list-style-type: disc;
	list-style-image: url(li.gif);
	list-style-position: outside;
	margin-left: 18px;
}

.content img {
	margin:5px; padding:8px;border:1px solid #443322;
}

.content h1 {
	font-size: 2.0em;
}

.content h2 {
	font-size: 1.6em;
}

.content h3 {
	font-size:1.2em;
}

/*-------------------------------------------------------------------------*/

div .docimg {
	border: 1px solid #000;
	background-color:#fff;
	float: left;
	padding:0px;
	width:322px;
}

div .docimg img {
	border: 1px solid #000 ;
	margin:10px 10px 0px 10px;
	padding:0px;
}

div .docimg p {
	border:0px solid green;
	padding:0px;
	font-size: 1em;
	margin:0px 10px 5px 10px;
}


/*-------------------------------------------------------------------------*/

.footer {
	margin: 0pt auto;
	background: rgb(149, 132, 99) url(bgfooter.gif) repeat-x scroll 0%;
	color: rgb(255, 238, 221);
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
	width: 760px;
}

.footer a {
	color: rgb(255, 255, 221);
	text-decoration: none;
}

.footer a:hover {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

/*===================================================================*/

input {
	color: rgb(85, 85, 85);
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1.1em;
}

code {
	border-style: solid;
	border-color: rgb(238, 238, 221) rgb(238, 238, 221) rgb(238, 238, 221) rgb(147, 130, 98);
	border-width: 1px 1px 1px 6px;
	padding: 8px 10px;
	background: rgb(255, 255, 238) none repeat scroll 0%;
	color: rgb(85, 85, 68);
	display: block;
	font-family: "Lucida Sans Unicode",serif;
	font-size: 1.1em;
	margin-bottom: 12px;
	white-space: pre;
}

blockquote {
	background: transparent url(quote.gif) no-repeat scroll 0%;
	color: rgb(102, 102, 102);
	display: block;
	font-family: "Lucida Sans Unicode",serif;
	font-size: 1.3em;
	padding-left: 28px;
}



