﻿body {
	/*background-color:#ddddee;*/
	border:0px;
	padding:0px;
	}

.menu {
	/*width:75%;*/
	height:30px;
	text-align:center;
	/*background:url(pics/sand.jpg) repeat transparent;*/
	border: 0px solid #eeb422;
	font-weight:bold;
	color:#cc3333;
	font-size:14px;
	word-spacing:10px;
	}
	
.toptable {
	border: 1px solid #eeb422;
	border-spacing:0px;
	background-color:#eeb422; /*#F6E3CE;*/
	padding:0px;
	width: 890px;
	}

.topmidtable {
	border: 0px solid #eeb422;
	border-spacing:0px;
	/*background-color:#ddddee;*/ /*#F6E3CE;*/
	padding:0px;
	width: 890px;
	}

.midtable {
	border: 1px solid #eeb422;
	border-spacing:10px;
	/*background-color:#ddddee;*/ /*#F6E3CE;*/
	padding:0px;
	width: 890px;
	}
	
.innertable {
	border: 0px solid #eeb422;
	/*border: 0px solid #F6E3CE;*/
	padding:0px;
	}

.editorial {
	width:600px;
	height:100%;
	border-left: 1px solid #eeb422;
	text-align:left;
	padding:5px;
	background-color:#ffffff;
	}

.expansion {
	width:220px;
	height:100%;
	text-align:left;
	padding:2px;
	font-size:10pt;
	/*background-color:#ddddee;*/ /*background-color:#F6E3CE;*/
	}

.newlinks {
	width:220px;
	height:100%;
	text-align:left;
	padding:2px;
	font-size:10pt;
	/*background-color:#ddddee;*/ /*background-color:#F6E3CE;*/
	}

a.active:link {color: #F78181; text-decoration: none; }
a.active:visited {color: #F78181; text-decoration: none; }
a.active:hover {color: #F78181; text-decoration: none;}
a.active:active {color: #F78181; text-decoration: none;} 

a.inactive:link {color: black; text-decoration: none;}
a.inactive:visited {color: black; text-decoration: none;}
a.inactive:hover {color: black; text-decoration: none;}
a.inactive:active {color: black; text-decoration: none;} 

a.live:link {color: white; text-decoration: none; background: red;}
a.live:visited {color: white; text-decoration: none; background: red;}
a.live:hover {color: white; text-decoration: none; background: red;}
a.live:active {color: white; text-decoration: none; background: red;} 

.home a:link { color: #eeb422; text-decoration: none }
.home a:hover { color: #eeb422; text-decoration: none }
.home a:active { color: #eeb422; text-decoration: none }
.home a:visited { color: #eeb422; text-decoration: none }
.home {font-size: 10pt; font-weight: bold;}


.foli {
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align:center;
	height:80px;
	}

.update {
	font-size: 12px;
	color: black;
	text-align:center;
	height:30px;
	}

.copyright {
	font-size: 12px;
	color: black;
	text-align:center;
	height:30px;
	}

p.title {
	font-size:13pt;
	font-weight:bold;
	text-align:center;
	padding:5px;
	color:#333333;
	}

p.stitle {
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	padding:5px;
	color:#333333;
	}

p.text {
	font-size:11pt;
	text-align:left;
	padding:20px;
	color:#666666;
	line-height:150%;
	}

p.new {
	text-align:left;
	}

p.subtitle {
	font-size:11pt;
	text-align:left;
	font-weight: bold;
	padding:20px;
	color:#666666;
	}

p.link {
	font-size:11pt;
	text-align:center;
	color:#333333;
	}

p.date {
	font-size:10pt;
	text-align:right;
	padding:0px;
	}

.motto {
	font-size:12pt;
	text-align:right;
	padding:3px;
	color: #eeb422; 
	font-weight: bold;
	border-style:solid;
	border-width:1px;
	}

p.quote {
	font-size:10pt;
	text-align:left;
	padding:20px;
	color:#666666;
	font-weight: bold;
	}

p.comm {
	font-size:8pt;
	text-align:left;
	color:#666666;
	}
	
.caption {font-size:9pt;
	text-align:left;
	color:#666666;
	}
	
p.contacteditor {
	font-size:10pt;
	float:left;
	padding:20px;
	}

.menu_critiques {
	font-size:10pt;
	font-weight: bold;
	line-height:150%;
	}

.menu_constitutions {
	font-size:10pt;
	font-weight: bold;
	line-height:150%;
	/*padding:5px;
	border: 1px solid #999999;*/
	}

a.c:link { color: #666666; text-decoration: none }
a.c:hover { color: #666666; text-decoration: none }
a.c:active { color: #666666; text-decoration: none }
a.c:visited { color: #666666; text-decoration: none }

.logo {
	padding:5px;
	}

hr {height:1px; border:1px; background-color:#666666; width: 30%} 
hr.style {height:1px; border:1px; background-color:#666666; width: 30%} 
hr.red {height:1px; border:1px; background-color:#E41B17; width: 85%; text-align: left; margin: 0 auto 0 0;} 

blockquote {
  font-size: 10pt;
  font-weight: bold;
  color: #666666;
  padding: 8px;
  background-color: #ffffcc;/*#faebbc;*/
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  background-image: url(http://citizenk.org/subindex/pics/openquote.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  } 
blockquote span {
     display: block;
     padding: 8px;
     background-image: url(http://citizenk.org/subindex/pics/closequote.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }
   
 

/*body {SCROLLBAR-FACE-COLOR: #ffcc33; SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #ffffc4; scrollbar-DarkShadow-Color: #ffcc33; scrollbar-highlight-Color: #ffcc33;}*/

/* Fixed Positioned AddThis Toolbox */           
.addthis_toolbox.atfixed {
    position: fixed;
    top: 30%;
    left: 20px;
    border: 1px solid #eee;
    padding: 5px 5px 1px;
    width: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }
