/*=====================================================================
/*   © Copyright 1990-2013 NorSoft Inc.
/*=====================================================================
/*   File Name     : help.css
/*   Creation Date : 2011-07-27
/*   Last edit Date: 2013-04-17
/*   Author        : Don Kennedy
/*   Description   : Website stylesheet
/*===================================================================== */

#master {
	width: 900px;
	background-color: #FFFFFF; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #366;
}

#content {
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	clear: both;
	color: #666;
	width: 440px;
}

#content2 {
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	clear: none;
	color: #666;
	width: 440px;
}

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align: left;
}

h1 {
	font-size: 24px;
	color: #366;

}

h2 {
	color: #00F;
}

.figure{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
	text-align:center;
	line-height:normal;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFF;
	color: #CCC;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #366;
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
#topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 4px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#links {
	font-family: Arial, Helvetica, sans-serif;

}
#links a 
{
		padding-left: 25px;
}
#content blockquote p img {
	text-align: center;
}
.edit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	font-size: 14px;
	font-weight: bold;
	background-color: #FF6;
}
#header .topTable tr td p a {
	text-align: right;
}
#header .topTable tr td p {
	text-align: right;
	font-size: 10px;
}
#footer {
	text-align: left;
}
#header .topTable tr td p a {
	font-weight: normal;
	color: #000;
	font-size: 12px;
}

#header .topTable tr td
{
	width: 900px;
	margin-right:auto;
		
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
}
