/* CSS Document */
/*	Colour Scheme
		purple	 				#663366
		medium brown/purple 	#2d0b06
		light brown/purple	#503d35
		gray	 					#b1c8c5
		cream 					#fdfee1
*/

/* TAGS */
/*---------------------------------------------------*/
html, body { /* saves you from the "centering jump" on short pages */
	height: 100.1%;
	margin-bottom: 1px;
}
html {
	background-color: #663366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/*Simplified Box Model Hack 												 /**/
body	{																			 /**/
	font-size:small;															 /**/
}																					 /**/
* html body {																	 /**/
	font-size:x-small; /* for IE5/WIN*/									 /**/
	f\ont-size:small; /*  for other IE versions	*/					 /**/
}																					 /**/
/* END Simplified Box Model Hack											 /**/
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/

a:link, a:visited	{
	color:#663366;
	background-color:#fdfee1;
	padding:2px;
}
a:link:hover, a:visited:hover	{
	color:#FDFEE1;
	background-color:#663366;
	padding:2px;
	text-decoration:none;
}
a.active_page	{
	color:#999 !important;
	background-color:#663366 !important;
	text-decoration:none;
	cursor:default;
	padding:2px;
}
#left_nav a:link, #left_nav a:visited, #footer a:link, #footer a:visited	{
	color:#FDFEE1;
	background-color:#663366;
	padding:2px;
	text-decoration:none;
	line-height: 140%;
}
#left_nav a:link:hover, #left_nav a:visited:hover, #footer a:link:hover, #footer a:visited:hover	{
	color:#663366;
	background-color:#fdfee1;
	padding:2px;
	text-decoration:none;
	line-height: 140%;	
}

h1,h2,h3,h4,h5,h6	{
	color:#663366;
	background-color: #fdfee1;
	font-family:"Courier New", Courier, monospace;
	margin-left: 10px;
	text-decoration: underline overline;
}

hr	{
	color:#663366;
	height:2px;
	border:solid 1px #663366;
}
sup	{
	color: #0000FF;
	font-weight: bold;
	
}
/*---------------------------------------------------*/
/*---------------------------------------------------*/


/* IDs */
/*---------------------------------------------------*/
#agendas_list	{
	float:left;
	margin-left:35px;
	position: relative;
}
#container {
	width:98%;
	max-width: 1024px;
	background-color: #FDFEE1;
	/*margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;*/
	margin:10px auto;
	padding:0 1%;
}

#content {
	font-size: 90%;
	color: #000000;
	background-color: #fdfee1;
}
#content p	{
	margin:10px;
	padding-left:3px;
	font-size: 90%;

}
#footer {
	background-color: #663366;
	text-align: center;
	padding-bottom: 20px;
}
#header {
	background-image: url(Images/RM_PA_logo_.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	border-bottom: 2px solid #663366;
	margin: 0px;
	padding: 0px;
	display: block;
	/* [disabled]text-align: right; */
}
#intro {
	padding:5px;
	margin-left:245px;
	font-size: 90%;
	position: relative;
}
#intro p	{
	margin:10px;
	padding-left:3px;
}

#left_nav	{
	background-color: #663366;
	width:215px;
	padding:2px;
	color: #FDFEE1;
	margin-left: -10px;
	margin-top:3px;
	margin-bottom:3px;
	position: relative;
	float: left;
	left: 1%;
}
#left_nav p {
	text-indent: -10px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 20px;
}
#minutes_list	{
	float:left;
	margin-right:2px;
	position: relative;
	margin-left: 35px;
}
/*---------------------------------------------------*/
/*---------------------------------------------------*/


/* CLASSES */
/*---------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.indent {
	margin-left: 35px;
	border-bottom: medium double #663366;
	margin-right: 35px;
	padding-bottom: 15px;
}
.secondary_nav	{
	text-align:left;
	border: 1px solid #663366;
	padding: 10px 5px;
	margin: 10px;
	color:#663366;
	display: block;
	position:relative;
}
.secondary_nav p {
	line-height: 160%;
	margin: 0px 6px;
}
.secondary_nav_title {
	font-family: "Courier New", Courier, monospace;
	font-size:small; /* for IE5/WIN*/
	f\ont-size:medium; /*  for other IE versions	*/
	font-weight: bold;
}
.smallerfont {
	font-size: x-small!important;
	line-height: 160%;
}
.top_anchors {
	font-size: x-small!important;
	font-style: italic;
}

.emp_text {
	font-size: 120%;
	font-weight: bold;
	color: #636;
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/



/* LISTS */
/*---------------------------------------------------*/
#nav ul, .secondary_nav ul, #footer ul{
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding:0px;
	font-size: 75%;
}
#nav li, .secondary_nav li, #footer li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 160%;
}
#container #content #bylaws li {
	margin-left: 160px;
	text-indent: -160px;
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 30px;
}
/*---------------------------------------------------*/
/*---------------------------------------------------*/


/* Images */
/*---------------------------------------------------*/
.img_left {
	float: left;
	margin-right: 5px;
}
.img_rt {
	float: right;
	margin-right: 10px;
	margin-left: 5px;
}
/*---------------------------------------------------*/
/*---------------------------------------------------*/


/* Tables */
/*---------------------------------------------------*/
.address_font {
	font-size: 75%;
}
.contact_table {
	margin-left: 15px;
	border-bottom: 1px solid #663366;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #663366;
	margin-top: 10px;
	font-size: small;
	width: auto;
}
.contact_table td{
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	padding-right: 5px;
	border-left: solid 1px #ccc;
}
.tr_rt_brdr	{
	border-right: 1px solid #666;
}
.td_right {
	text-align: right;
}
/*---------------------------------------------------*/
/*---------------------------------------------------*/

