/***********************************************/
/* Page Layout                                 */
/***********************************************/

body {
padding: 0;
margin: 0;
font-family:Arial, Helvetica, sans-serif;
background: #e0e0e0;
color: #303030;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
}

#container {
margin: 0 auto 15px auto;
width: 760px;
padding: 5px 20px 20px 20px;
background: #ffffff;
}

#logo {
margin: 1px 0 0 0;
}

#logo h1 a {
color: #303030;
}

#logo h1 a:hover {
text-decoration: none;
}

#taboriens {
clear: both;
}

.taborien {
padding: 4px 8px 4px 8px;
margin: 0 0 4px 0;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
background: #b7c4d3 url(images/tr.gif) top right no-repeat;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}

.taborien:hover {
text-decoration: none;
background: #dbdcd5 url(images/hovertr.gif) top right no-repeat;
}

.activetaborien {
padding: 4px 8px 5px 8px;
color: #ffffff;
margin: 0 0 5px 0;
text-decoration: none;
font-size:15px;
font-weight:bold;
background: #808994 url(images/activetl.gif) top left no-repeat;
}

.activetaborien:hover {
text-decoration:none;
}

#desc {
height: 200px;
color: #ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:70%;
padding: 0;
background: #505050 url(images/frontnew.jpg) top left no-repeat;
clear: both;
margin: 5px 0 0 0;
}

#desc p {
width: 290px;
font-size: 1em;
line-height: 1.3em;
padding: 0 0 0 260px;
}

#desc h2 {
padding: 15px 15px 0 260px;
color: #ffffff;
}

#desc a {
color: #ffffff;
text-decoration: underline;
}

#main {
width: 590px;
float: left;
padding: 0 15px 0 0;
border-right: 1px solid #d0d0d0;
}

.block {
background: #b7c4d3 url(images/revcorner.gif) top left no-repeat;
padding: 15px;
}

#rightlinkbar {
width:140px;
float:right;
}

#rightlinkbar p {
font-size: 0.9em;
line-height: 1.3em;
margin: 0 0 12px 0;
}

.rightbarlink {
text-align: left;
display: block;
width: 120px;
background: #b7c4d3 url(images/tr.gif) top right no-repeat;
padding: 3px 4px 3px 8px;
margin: 5px 10px 5px 0;
}

.rightbarlink:hover {
background: #dbdcd5 url(images/hovertr.gif) top right no-repeat;
text-decoration: none;
}

#footer {
clear: both;
background: #fafafa;
color: #808080;
font-size: 0.9em;
padding: 8px 0 8px 0;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
text-align: center;
}

#footer a {
color: #808080;
}

h1 {
margin: 0 0 20px 0;
font-size: 2.1em;
font-weight: normal;
}

h2 {
margin: 0 0 20px 0;
font-size: 1.6em;
font-weight: normal;
}

h3 {
margin: 20px 0 10px 0;
font-size: 1.4em;
font-weight: normal;
}

p {
margin: 0 0 15px 0;
line-height: 1.5em;
text-align: left;
}

.right {
text-align: right;
}

a img {
border: 0;
}

.photo {
padding: 5px;
display: block;
margin: 0 auto 15px auto;
background-color: #ffffff;
}

.hide {
display: none;
}

/* Rounded Corner Box */

#box {
	width: 100%;
	margin: auto;
	background: #b7c4d3;
	color: #286ea0;
	text-align:center;
}

#content { 
padding: 0 20px;
text-align:center;
}

/* Rounded Corner Box Background Images */

#top-left {
	width: 100%;
	height: 20px;
	background: #b7c4d3 url(images/tl.gif) left top no-repeat;
	

}

#top-right {

	float: right;
	width: 20px;
	height: 20px;

	background: #b7c4d3 url(images/tr.gif) right top no-repeat;

}

#bottom-left {

	width: 100%;
	height: 20px;

	background: #b7c4d3 url(images/bl.gif) left bottom no-repeat;

}

#bottom-right {

	float: right;
	width: 20px;
	height: 20px;

	background: #b7c4d3 url(images/br.gif) right bottom no-repeat;

}

.pagelinks {
padding: 4px 8px 4px 8px;
margin: 0 0 4px 0;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
background: #b7c4d3 url(images/tr.gif) top right no-repeat;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}

#itemlist {
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}