
/* CSS SECTION 
This section is the CSS where you can customize the look and feel
You are welcome to add, delete or change the CSS here */


/* This will change the width of the Wiki content */
.pa-wikicontentPA {
	color:#333333;
	line-height:1.3;
	width: 725px;
}

/* This will change the top portion of the Header */
.pa-WikicontentTop {
	color: white;
	background-color: #378980;
	font: bold medium;
	text-align: center;
}

/* This will change the email portion of the footer */
.pa-WikicontentCon {
	text-align: center;
	font: bold 10px;
}

/* This will change the navigation links found in the header and footer */
.pa-WikicontentNav {
	font: bold x-small;
	text-align: center;
}


/* This will change the width of the added fields below the Wiki content */
.pa-formtablePA  {
	width: 725px;
}



/* HTML SECTION
This section is the HTML code the will show up in the HEADER and FOOTER*/

/* HEADER */
/* Feel Free to change any of this section.
Just make sure that the div tag is does not change 
and is at the beginning and end of your HTML.
The div is critical for the HTML to show up */

<div id=pa-WikiTop>
<table border="2" width="725" id="table1" bordercolor="#7BB2AC" cellspacing="0" cellpadding="0">
	<tr>
		<td>
			<p class=pa-WikicontentTop>Wiki Customization Site</p>
		</td>
	</tr>
	<tr>
		<td>
			<p class=pa-WikicontentNav>
			<a class=ms-wikilink href="/ExamplePoint/Wiki/Wiki%20Pages/Home.aspx">Home</a> | 
			<a class=ms-wikilink href="/ExamplePoint/Wiki/Wiki%20Pages/Documentation.aspx">Documentation</a> | 
			<a class=ms-wikilink href="/ExamplePoint/Wiki/Wiki%20Pages/Implementation.aspx">Implementation</a> | 
			<a class=ms-wikilink href="/ExamplePoint/Wiki/Wiki%20Pages/ScreenCast.aspx">ScreenCast</a> | 
			<a class=ms-wikilink href="/ExamplePoint/Wiki/Wiki%20Pages/Updates.aspx">Updates</a>
			</p>
		</td>
	</tr>
</table>
<p>
</div>


/* FOOTER */
/* Feel Free to change any of this section.
Just make sure that the div tag is does not change 
and is at the beginning and end of your HTML.
The div is critical for the HTML to show up */

<div id=pa-WikiBottom>
<table border="0" width="725" cellspacing="0" cellpadding="0">
	<tr>
		<td>
			<p class=pa-WikicontentNav>
			<a class=ms-wikilink href="/ExamplePoint/Wiki/Wiki%20Pages/Home.aspx">Home</a> | 
			<a class=ms-wikilink href="/ExamplePoint/Wiki/Wiki%20Pages/Documentation.aspx">Documentation</a> | 
			<a class=ms-wikilink href="/ExamplePoint/Wiki/Wiki%20Pages/Implementation.aspx">Implementation</a> | 
			<a class=ms-wikilink href="/ExamplePoint/Wiki/Wiki%20Pages/ScreenCast.aspx">ScreenCast</a> | 
			<a class=ms-wikilink href="/ExamplePoint/Wiki/Wiki%20Pages/Updates.aspx">Updates</a>
			</p>
		</td>
	</td>

	<tr>
		<td>
			<br>
			<p class=pa-WikicontentCon>
			If you have any question please email <a class=ms-wikilink href="mailto:peter@theallensite.com">Peter Allen</a>
			</p>
			<p>
		</td>
	</td>
</table>
</div>
