@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #333333;
	background-image: url(images/bgrepeat.jpg);
	line-height: 16px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background-image: url(images/bg-page.jpg);
}

#header {
	border-bottom: 1px dotted #bdc1c3;
	padding-bottom: 20px;
}

#header A {
	color: #663300;
	text-decoration: none;
	font-family: Georgia,Arial, Helvetica, Verdana;
}

#logo {
	background-image: url(images/innerlogo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
	margin-left: 10px;
	width: 273px;
	height: 95px;
	float: left;
}

#headerright {
	text-align: right;
	height: 95px;
}

#sitemap {
	padding: 5px 5px 5px 5px;
	margin-right: 10px;
	background-color: #663300;
	clear: right;
	width: 50px;
	text-align: center;
	float: right;
}

#sitemap A {
	color: #FFFFFF;
}

#toplinks {
font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 68px;
	padding-right: 20px;
	padding-left: 20px;
	font-size:10px;
}

/******************* content ************************/

#content {
	margin-top: 10px;
}

/******************* left ************************/

#left {
	font-family:Georgia, Arial, Verdana;
	font-weight:normal;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}


/******************* center ************************/

#text {
	width: 320px;
	border-left: 1px dotted #bdc1c3;
	border-right: 1px dotted #bdc1c3;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	float: left;
}

.headings {
	color: #663300;
	font-weight: bold;
	font-size: 13px;
}


ol li {
	padding-bottom: 14px;
}

strong {
	font-size: 12px;
}

th {
	color: #FFFFFF;
	background-color: #663300;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	padding: 5px;
}

td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px;	
}

.sitemaplist {
	padding-left: 0px;
	border: 0px;
	list-style-type: none;
	font-weight: bold;
}

.sitemaplist ol li {
	list-style-type: circle;
	font-weight: normal;
}

.sitemaplist ol ol li{
	list-style-type: square;
	font-weight: normal
}

.sitemaplist A {
	color: #333333;
	text-decoration: none;
}

.sitemaplist A:hover {
	text-decoration: underline;
}


/******************* right ************************/

#right {
	padding-left: 555px;
	padding-right: 10px;
	padding-top: 10px;
	font-family:Georgia, Arial, Verdana;
	font-weight:bold;
	font-size: 11px;
	color: #663300;
}

/******************* footer ***********************/

#footer {
	clear: both;
	width: 780px;
	height: 30px;
	margin-top: 15px;
	background-image: url(images/bottom_decor.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}


/*************** index **********************/

#indexheader {
	height: 60px;
	text-align: right;
	padding-right: 20px;
	padding-top: 30px;
	color: #5F5D5A;
	font-family: Georgia,Arial, Helvetica, sans-serif;
	clear: both;
}

#indexheader A {
	color: #663300;
	text-decoration: none;
}

#indexcontent {
	padding-top: 150px;
	padding-bottom: 140px;
	padding-left: 30px;
	padding-right: 200px;
	border-right: 1px dotted #BCC0C1;
	float: left;
}

#indexright {
	float: right;
	width: 200px;
	font-weight: bold;
	font-family: Georgia,Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
	padding-top: 250px;
	padding-right: 20px;
	text-align: center;
}

#indexright A {
	color: #663300;
	text-decoration: none;
}