* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
	text-decoration: underline;
}
body {
	background: #655A46 url(img/bg4.gif);
	color: #543;
	font-family: Garamond, Book Antiqua, Perpetua;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input {
	color: #555;
	font-family: Garamond, Book Antiqua, Perpetua;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p,cite,code,ul {
	font-size: 18px;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
	text-decoration: none;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Garamond, Book Antiqua, Perpetua;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	padding-left: 28px;
	font-family: Garamond, Book Antiqua, Perpetua;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 950px;
	background-image: url(img/bgcontainer-950.gif);
	background-repeat: repeat;
}

/* header */
.header {
	height: 192px;
	margin: 0 auto;
	width: 950px;
	background-repeat: repeat-x;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #FFFFFF;
	font-family: Garamond, Book Antiqua, Perpetua;
	font-size: 2.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

/* navigation */
.navigation {
	background: #FFF url(img/bgnavigation.gif) repeat-x;
	height: auto;
	margin: 0 auto;
	padding: 0 18px;
	width: 896px;
	font-family: Garamond, Book Antiqua, Perpetua;
	font-size: 1.4em;
	font-weight: bold;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	color: #000099;
	background-color: #DCD8FE;
}

.skipLinks {display: none;}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 238px;
}
.sidenav h1 {
	background: #BCB39F url(img/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #0033CC;
	border-top: 1px solid #FFF;
	list-style: none;
}
.sidenav li a {
	background: #DCD8FE;
	color: #133CDD;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #000099;
	background-color: #DCD8FE;
	text-decoration: underline;
}
#extras {
	float:right;
	width:238px;
	margin:0 0 5px;
	padding:0 0 5px;
	line-height:14px;
	background-color: #F4FAFF;
}

#extras p, #extras ul {
margin:0 0 16px;
padding:0 0 0px;
}

#extras p {
	font-size:14px;
	line-height:14px;
	padding: 0 15px;
}

#extras li {
	line-height:1.2em;
	margin:0 0 6px 0;
	padding:0 0 0 10px;
	list-style-image: none;
	list-style-type: none;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:14px;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
background-color:#F4FAFF;
font-size:1.2em;
margin:20px 15px 10px;
padding:0 5px;
}
/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 70%;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/***** Footer *****/

#footer {
	clear:both;
	margin:0 auto;
	padding:15px 0;
	width:930px;
	text-align:center;
	color:#FED;
	background-color: #788BE4;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #A2AFE8;
}

#footer p {
	margin:0;
	padding:0;
	font-size: 14px;
}

#footer a {
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}

/***** Various classes *****/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.postinfo {
background-color:#f4f4f4;
border-left:4px solid #cccccc;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;	
}

h1,h2,h3,h4,h5,h6 {
	font-family: Garamond, Book Antiqua, Perpetua;
}
h1 {
	font-size: 21px;
	text-decoration: none;
	padding-bottom: 10px;
}
h2 {
	font-size: 20px;
	margin-bottom: 3px;
	padding-bottom: 10px;
}
h3 {
	font-size: 20px;
	padding-bottom: 15px;
}
h4 {
	font-size: 19px;
	color: #654;
	padding-bottom: 10px;
}
.styl2 {color: #FFFFFF}

