html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #ffffff;
  color: #2c2c2e;
  font-family: "Times New Roman", Times, serif;
  
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
  text-align: center;
}

h1 {
  color: #8281d1;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #8281d1;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #da4d33;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #5f519e;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #b92200;
  text-decoration: underline;
}

a:focus {
  color: #b92200;
}

a:active {
  color: #392f69;
}

#outerWrapper {
  background-color: #000000;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 962px;
}
/*#outerWrapper {
  background-color: #000000;
  border-bottom: solid 1px #656586;  Sets the bottom border properties for an element using shorthand notation */
   /*font-size: 18px;
  font-weight: bold;
  line-height: 15px;
 padding: 10px 10px 10px 10px;  Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #footer {
  background-color: #ffffff;
  /*border-top: solid 1px #a8a2d1;  Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#contentWrapper{
	background-image: url(../images/bkg-script.jpg);
	background-repeat: repeat-y;
	 font-size: 17px;

	border-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: none;
	border-top-width: 0px;
}
#header{
	
	padding: 0px;
		border: 1px solid;
	border-color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: none;
	border-top-width: 0px;
}
#menu{
	 font-family: "Times New Roman", Times, serif;
	 font-size: 14px;
	 font-weight: bold;
	 color: #ffffff;
	 background-color: #000000;
	 text-align: center;
	 margin-bottom: 12px;
	 margin-top: 12px;
	word-spacing: 12px;
}
#menu a:link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
#menu a:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#menu a:hover {
  color: #da4d33;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#menu a:focus {
  color: #da4d33;
}
/* Sets the style for a link that is being activated/clicked. */
#menu a:active {
  color: #392f69;
}
#body-text{
	padding: 10px 40px 10px 50px;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
}

#quote-large{
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	word-spacing:2px;
	padding-top: 12px;
	padding-bottom:16px;
}
#footer-menu{
	font-size: 12px;
	text-align: center;
	word-spacing: 12px;
}
#footer-content{
	
	font-size: 11px;
	text-align: center;
	color: #C2C2C2;
	
}
#footer a,  a:link {
  color: #000000;
  
  text-decoration: none;
}
/* Sets the style for visited links. */
#footer a:visited {
  color: #000000;
  
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#footer a:hover {
  color: #b92200;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#footer a:focus {
  color: #b92200;
}
/* Sets the style for a link that is being activated/clicked. */
#footer a:active {
  color: #392f69;
}
#body-text{
	padding: 10px 40px 10px 50px;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
}
.blue{
	
	font-style: italic;
	color: #2a6aca;
}
.purple{
	font-style: italic;
	color: #6033c7;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
#page-nav{
	
	font-size: 14px;
	
}
#page-nav a,  a:link {
  color: #da4d33;
  font-weight: bold;
  text-decoration: none;
}

#page-nav a:visited {
  color: #5f519e;
  font-weight: bold;
  text-decoration: none;
}

#page-nav a:hover {
  color: #b92200;
  text-decoration: underline;
}

#page-nav a:focus {
  color: #b92200;
}

#page-nav a:active {
  color: #392f69;
}
.centre{
text-align:center
}
.black{
color:#000000;
}
.white{
color:#ffffff;
}
.underline{
	text-decoration: underline;
}
#tnav {
	background-color: #FFFFFF;
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
#tnav-center {
padding-left: 250px;
	margin: 0 auto;
	/*background-image: url(menu-bkg.jpg);*/
	background-color: #000000;
}
#links-page{
	text-align: center;
}
#links-page img{
	padding-top:16px;
}
.no-border{
border-width:0px;
}
