/***********************************************/
/* CSS FOR CONSTITUTION                        */
/***********************************************/ 
* { margin:0; padding: 0; }

body {
	background-color: #000000;
 	color: #555; 
 	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	text-align: center; 
 	margin: 15px 0;
}  

/* links */
a	{ 
	color: #72A545;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #FF0000;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #339900;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #72A545;	
}
ul span, ol span {
	color: #666666;
}
/***********************************************/
/* CONSTITUTION TAB STYLES                     */
/***********************************************/ 
.tabcontent {
	display:none;
	overflow: auto;
	height: 215px;
	padding-right: 10px;
}
#tabcontentcontainer{
	height:215px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
#tablist{
	padding: 1px 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font: bold 12px "Trebuchet MS", "Times New Roman", Times, serif;
	margin-right: 0px;
	text-align: center;
}
#tablist li{
list-style: none;
display: inline;
margin: 0;
}
#tablist li a{
	text-decoration: none;
	padding: 1px 5px;
	border-bottom: 0px solid #545454;
	background: #FFFFFF center;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	border-top: 1px solid #545454;
	border-right: 1px solid #545454;
	border-left: 1px solid #545454;
	margin-left: 2px;
}
#tablist li a:link, #tablist li a:visited{
color: #000000;
}

#tablist li a.current{
	background: #72A544;
	color: #FFFFFF;
}
ul {	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}