/* CSS Document created by Dieter Schneider 2006 for www.csstemplateheaven.com */

* {margin: 0;
   padding: 0;}
   

body {
	font-family: "trebuchet MS", Arial, sans-serif;
	text-align:center;
	background-color: #e6ebf3;
}

#container {
	width: 960px !important;
	width: 982px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #75778E;
	font-size: .8em;
	text-align:left;
	background-color: #FFFFFF;
}

#header {
	height: 140px;
	margin-bottom: 10px;
	border: 1px solid #EFEFEF;
	background-color: #FEFDFD;
}

#logo {
	width: 212px;
	float: left;
	padding: 10px;
	background-color: #FEFDFD;
	background-repeat: no-repeat;
	background-position: top left;
}

#tag {
	width: 726px;
  height: 140px;
	float: right;
	background-color: #FEFDFD;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content {
	float: right;
	width: 700px !important;
	width: 722px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FCFCFC;
}

#leftbox {
	float: left;
	width: 206px !important;
	width: 228px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #fcfcfc;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 10px 0px 10px 0px;
}

#centerbox {
	float: left;
	width: 540px !important;
	width: 562px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 10px 0px 10px 10px;
	background-color: #FCFCFC;
}

#rightbox {
	float: right;
	width: 128px !important;
	width: 150px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #fcfcfc;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 10px 0px 10px 0px;
}


#footer {
	clear: both;
	padding: 0.1em;
	background-color: rgb(150,38,36);
	color: #FFFFFF;
	text-align: center;
	font-size: 0.9em;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
}

p {
	margin-top: 0.1em;
	margin-bottom: 1.0em;
	padding: 0.2em;
	text-align: justify;
}

b {
	font-weight: bold;
}

h4 {
	text-align: right;
	margin-top: .2em;
	margin-right: 10.5em;
	letter-spacing: 0.05em;
	color: #696969;
	font-size: 1.8em;
	font-family: "Perpetua", Perpetua, serif;
	font-style: normal;
	background-color: transparent;
}

h3 {
	font-size: 1.3em;
	padding: .1em .5em .1em .5em;
	color: #798196;
	border: 1px dotted #CCCCCC;
	background-color: #F3F3F3;
}

h2 {
	font-size: 1.3em;
	padding: .1em .5em .1em .5em;
	margin-bottom: 0.3em;
	color: #7E0000;
	border: 1px solid #EEEEEE;
}

h1 {
	font-size: 3.1em;
	letter-spacing: 0.04em;
	line-height: 0.9em;
  margin-top: 1.65em;
  margin-left: .8em;
  color: rgb(14,115,64);
	font-family: "Book Antiqua", "Book Antiqua", serif;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#blogbox {
	height: 34px !important;
	height: 34px;
	float: right;
	width: 95px !important;
	width: 95px;
	background-repeat: no-repeat;
	background-color: rgb(150,38,36);
}


a:link {color: #676D79;}
a:visited {color: #676D79}
a:hover {color: #2E8B57}
a:active {color: #890000}

/********** Top navigation *************/
#navlist
{
	height: 20px !important;
	height: 34px;
	float: left;
	width: 855px !important;
	width: 865px;
	padding: 9px 5px 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-color: rgb(150,38,36);
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #CCCCCC;
padding: 2px 6px 2px 6px;
color: #CCCCCC;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #FFFFFF;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
/*	color: #FFFFFF;      */
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a {
	background-color: #DEB887;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
   
dl{
	margin-bottom: 1.5em;
	margin-left: 0.2em;
	text-align: justify;
}

dt{
	font-style: italic;
	color: #7E0000;
	font-weight: bold;
}

dd{
	margin-bottom: .3em;
	/* text-indent: .5em; */
}


/**************** image classes ****************/

img {	/* border style for all images */
	border: 0;
}
  
img.b {	/* replacement for <br /> after images */
	display: block; /* forces line break for content after */
}

img.r {
	padding: 10px 0px 10px 0px;
}

img.elink {
	width: 190px;
	height: 19px;
}

img.l {
	padding: 5px 2px 2px 2px;
	margin: 0px 0px 0px 0px !important;
	margin: 5px 5px 5px 5px;
}

img.l:hover{
	padding: 4px 1px 1px 1px;
	border: 1px solid gray;
}
