/*************************************************
   BODY style and all BODY-level tag styles
 *************************************************/

body{
margin:0;
padding:0;
line-height: 1.5em;
background: #b29e7b;
font-family: "Tahoma", Arial, sans-serif;
font-size: 12px;
line-height: 18px;
}

P {
margin: 10px 0px 0px 0px;
}

.callout-right {
float:right;
background: url(images/quotes.png) top left no-repeat;
font-weight:bold;
width: 360px;
margin: 10px;
}

.callout-left {
float:left;
background: url(images/quotes.png) top left no-repeat;
font-weight:bold;
width: 360px;
margin: 10px;
}

.callout {
background: url(images/quotes2.png) bottom right no-repeat;
padding: 5px 35px 0px 35px;
font-family: Georgia, 'Times New Roman', Times, serif;
text-align:left;
font-size:16px;
font-style:italic; color:#605641;
line-height: 24px;
text-align:justify;
}

.comment {
margin: 3px 0px 0px 0px;
border:1px;
}

.details {
margin: 5px 0px 0px 0px;
font-style:italic;
font-size:11px;
text-align: left;
color: #605641;
}

.commentlinks {
margin: 5px 0px 0px 0px;
font-size:11px;
float:right;
text-align: right;
}

P.header {
color: #605641;
font-weight: bold;
font-size: 14px;
line-height: 17px;
margin: 10px 0 0 30px;
}

P.com-title {
color: #000000;
font-weight: bold;
line-height: 17px;
margin: 0;
}

.commentbox {
border-top: 1px dotted #b29e7b;
padding-left: 18px;
padding-right: 18px;
padding-top: 8px;
padding-bottom:18px;
margin-top: 0;
/*margin: 10px;
margin-bottom: 2px;*/
}

.commentbox2 {
border-top: 1px dotted #b29e7b;
background-image: url(./images/bg-pale.gif);
padding-left: 18px;
padding-right: 18px;
padding-top: 8px;
padding-bottom:18px;
margin-top: 0;
/*margin: 10px;
margin-bottom: 2px;*/
}

.spamcommentbox {
border-top: 1px dotted #b29e7b;
background-image: url(./images/bg-red.gif);
padding-left: 18px;
padding-right: 18px;
padding-top: 8px;
padding-bottom:18px;
margin-top: 0;
/*margin: 10px;
margin-bottom: 2px;*/
}

.subcommentbox1 {
background-color: #f5edd6;
border: 1px solid #b29e7b;
padding: 10px;
margin: 5px;
}

.subcommentbox2 {
background-color: #f8f3e4;
border: 1px solid #b29e7b;
padding: 10px;
margin: 5px;
}

.subcommentboxspam {
background-color: #f9ccbf;
border: 1px solid #b29e7b;
padding: 10px;
margin: 5px;
}

P a:link, P a:active, P a:visited, .commentlinks a:link, .commentlinks a:active, .commentlinks a:visited {
text-decoration: none;
font-weight: bold;
color: #C40000;
}

P a:hover, .commentlinks a:hover  {
text-decoration: underline;
}

h1{
color: #605641;
font-weight: bold;
font-size: 14px;
line-height: 17px;
margin: 20px 0 0 20px;
}

h2 {
font-weight: bold;
font-size: 14px;
color: #605641;
margin: 20px 0 0 10px;
}

IMG{
padding: 10px 0 0 0;
}

IMG.leftside{
	padding: 0px;
	border: 1px solid #C40000;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

IMG.rightside{
	padding: 0px;
	border: 1px solid #C40000;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}

q:lang(en) {
quotes: '"' '"' "'" "'"
}

/**********************
   TOPMENU styles
***********************/

#topmenu{
width: 794px;
margin: 0 8px 0 8px;
padding:0;
float:left;
text-align: center;
border-bottom: 1px dotted #b29e7b;
}

#topmenu ul{
margin: 0 10px 0 0;
padding: 0;
/*float: left;*/
font-variant: small-caps;
font-size: 13px;
font-weight: bold;
color: #605641;
padding: 6px 14px 6px 14px;
/*width: 100%;*/
}

* html #topmenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#topmenu ul li{
display: inline;
margin: 0 2px;
padding: 0;
}

.menu a,  .menu a:visited{
/*float: left;*/
color: #605641;
padding: 7px 16px 7px 16px;
/*padding: 8px 15px;*/
text-decoration: none;
}

.menu a:hover{
border-top: 2px ridge #8a7b5f;
padding: 5px 16px 7px 16px;
color: #f5edd6;
background-color: #605641;
}

.menuactive a,  .menuactive a:visited,  .menuactive a:hover{
border-top: 2px ridge #f5edd6;
padding: 5px 16px 7px 16px;
color: #605641;
background-color: #d4c6a9;
text-decoration: none;
}

/*********************
   Left menu
**********************/

#leftmenu{
float: left;
background-color: #d4c6a9;
width: 265px; /*Width of left column*/
margin-left: -805px; /*Set left margin to -(MainContainerWidth)*/
border-right: 1px dotted #b29e7b;
}

/*********************
   All other styles
**********************/

#container{
width: 810px;
margin: 0 auto;
background: #f5edd6;
background-image: url(./images/bg.gif);
}

#header{
background: #334f91;
background-image: url(./images/header.jpg);
height: 293px;
}

#headertext {
	text-align: right;
	vertical-align: top;
	color: white;
	padding-right: 15px;
	padding-top: 2px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 270px; /*Set left margin to LeftColumnWidth*/
border-left: 1px dotted #b29e7b;
}

#fullcolumn{
}

.padding{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
padding-left: 8px;
padding-right: 8px;
padding-bottom:15px;
margin-top: 0;
margin-bottom: 2px;
}

#leftcolumn{
float: left;
width: 270px; /*Width of left column*/
margin-left: -810px; /*Set left margin to -(MainContainerWidth)*/
}

.skinnylines{
line-height: 15px;
}

.skinnylines b{
font-weight: bold;
font-size: 13px;
color: #605641;
}

#footer{
margin:0;
padding:0;
height: 33px;
clear: left;
width: 100%;
background: #605641;
background-image: url(./images/footer.jpg);
}

P.foot {
margin: 0;
padding: 7px 0 0 0;
}

.foot{
font-size: 10px;
line-height: 10px;
text-align: center;
color: #f5edd6;
}

.plug{
width: 810px;
margin: 10px auto;
font-size: 10px;
line-height: 10px;
color: #605641;
}

.plug a:link, .plug a:visited, .plug a:active {
text-decoration: none;
color: #605641;
font-weight: bold;
}

.plug a:hover {
text-decoration: underline;
}

.cellA {
font-size:10px;
font-family:font-family: 'Tahoma', Arial, sans-serif;
padding: 0 10px;
margin: 0;
border-top: 1px solid #605641;
border-left: 1px solid #605641;
border-right: 1px solid #605641;
background-color: #d4c6a9;
text-align:center;
}

.cellB {
font-size:10px;
font-family:font-family: 'Tahoma', Arial, sans-serif;
padding: 0 10px;
margin: 0;
border-top: 1px solid #605641;
border-left: 1px solid #605641;
border-right: 1px solid #605641;
background-color: #f5edd6;
text-align:center;
}

.cellC {
font-size:10px;
line-height: 11px;
font-family:font-family: 'Tahoma', Arial, sans-serif;
padding: 0 0 0 4px;
margin: 0;
border:0
text-align: left;
}

input, textarea, select {
	background-color: #FFFFFF;
	border: solid 1px #605641;;
	padding: 2px;
}

input.required, textarea.required, select.required {
	background-color: #FFFFBB;
	border: solid 1px #605641;
	padding: 2px;
}

input.submit {
border: 3px double #777777;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 1px 5px;
background-color: #FFFFFF;
background-image: url(images/background_form_element.gif);
background-repeat: repeat-x;
color: #333;
font-weight: bold;
font-family: "Tahoma", Helvetica, Arial, sans-serif;
font-size: 10px
}

input.submit:hover {
border: 3px double #555;
border-top-color: #AAA;
border-left-color: #AAA;
color: #000;
}

hr {
width:75%;
color:#605641;
background-color:#605641;
height:1px;
margin: 12px 0px 0px 0px;
}

IMG.newspic {
margin:0px;
padding:0px;
border:1px solid black;
}