/* CSS Stylesheet for Independents */

Body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color : #4b9394;
	scrollbar-arrow-color: #4b9394;
	scrollbar-darkshadow-color: #469978;
	scrollbar-base-color: #ebf8f8;
	scrollbar-track-color : #f8f8f8;
	scrollbar-shadow-color : #8fc6c7;
	scrollbar-face-color : #F3F8F8;
	scrollbar-3dlight-color : #9bcccd;
	scrollbar-highlight-color : White;
}

div#container {
	margin: 3em auto;
	width: 84%;
	padding: 5% 5% 5% 5%;
	background-color: #ffffff;
	text-align: left;
	border-left : 2px solid Black;
	border-top : 2px solid Black;
	border-right : 4px solid Black;
	border-bottom : 4px solid Black;


}

A:link	{
	text-decoration: none;
	color: #376C6D;
	font-weight : bold;
}	
		
A:visited	{
	text-decoration: none;
	color: #4B9394;
	font-weight : bold;
}	
		
A:active	{	
	text-decoration: none;
	color:	#0b8a00;
	font-weight : bold;
}	
		
A:hover	{
	text-decoration: none;
	color: #99CCCC;
}

.menu :hover	{
	text-decoration: none;
	background : #4b9394;
	width : 100%;
}
HR{
	color : #Efefef;
	height : 1px;
	width: 85%;

}

H1{
	font-family : "Times New Roman", Times, serif;
	font-size : xx-large;
	font-weight : 900;
	color : Black;
	border : #efefef;
	padding : 2px,0px,3px,15px;
	margin :0p,1px,0px,2px;
	background : #fbfbfb;
	border-bottom-style : solid;
	border-bottom-width : thin;
	border-top-style : solid;
	border-top-width : thin;
	text-transform : uppercase;
}



.p1{
	font-family : "Times New Roman", Times, serif;
	font-size : 18px;
}

.p2{
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	font-style : italic;
}

.p3{
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : 800;
	color : Black;
}

.p4{
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
}

.p5{
	font-family : "Times New Roman", Times, serif;
	font-size : 17px;
}


.p6{
	font-family : "Times New Roman", Times, serif;
	font-size : 21px;
	line-height : 140%;
}

address{
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-weight : 600;
	color : #a0a0a4;
	text-align : center;
	font-size : 14px;
}
.copy{
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	font-style : italic;
	color : #cccccc;
}

	


