/* Start of CMSMS style sheet 'Normal' */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #672A0F;}
a:hover {color: #000;}

li {list-style: none;}

body {
	color: #000;
	font: normal 65% Helvetica,Arial,Tahoma,sans-serif;
	line-height: 1.5em;
	padding: 25px 0;
	background: #D3BE95 url('images/design/back.gif') repeat;
}

p, ul {padding-bottom: 1.2em;}

h1 {font-size: 1.8em; font-weight: normal;}
h2 {font-size: 1.4em; font-weight: bold;}
h3 {font-size: 1em; font-weight: normal;}

h1,h2,h3 {padding-top: 6px; color: #672A0F; padding-bottom: 0.5em;}

form,input {margin: 0; padding: 0; display: inline;}

blockquote {
	background: url(images/design/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.inner-container {
	border: 2px solid #672A0F;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.main {
	position: relative;
}

#editlink {
	position: absolute;
	top: 0px;
	left: 0px;
}

.content {
	float: right;
	width: 538px;
}

li {
	list-style: url(images/design/li.gif);
	margin-left: 28px;
}

.navigation {
	float: left;
	width: 210px;
}

.navigation ul {
	padding: 0;
	background: url(images/design/menu.gif) repeat-y 0 0;
	margin-bottom: 10px;
}

.navigation li {
	list-style: none;
	margin: 0;
	border-bottom: 2px solid #fff;
}

.navigation li a {
	color: #672A0F;
	display: block;
	padding: 8px 0 8px 34px;
	text-decoration: none;
	font-size: 1em;
	width: 176px;
	background: url(images/design/epis.gif) no-repeat 4px;
}

.navigation li a:hover, ul .currentpage a {
	color: #fff;
	background: #C6A975 url(images/design/epis-hover.gif) no-repeat 4px;
}

.navigation li li {
	border: 0;
}

.navigation li li a {
	color: #672A0F;
	display: block;
	padding: 4px 0 4px 34px;
	text-decoration: none;
	font-size: 0.9em;
	width: 176px;
	background-image: none;
}

.navigation li li a:hover, ul ul .currentpage a {
	color: #fff;
	background-image: none;
}

.top {
	background: #D9CCB0;
	color: #672A0F;
	font-size: 1em;
	padding: 10px 0;
	text-align: center;
}

.top-links {
	color: #672A0F;
	font-size: 1em;
	padding: 10px 0;
	margin-bottom: 20px;
	text-align: center;
}

.top-links a {
	background: url(images/design/epis.gif) no-repeat 4px;
	padding: 10px 0 10px 34px;
	margin: 0 10px;
	font-weight: bold;
}

.footer {
	border-top: 2px solid #C6A975;
	color: #672A0F;
	font-size: 1em;
	padding: 10px 10px 5px 10px;
margin-top: 10px;
}
.footer a, .top a {
	color: #672A0F;
	text-decoration: none;
}
.footer a:hover, .top a:hover {
	color: #000;
}
/* End of 'Normal' */

