﻿@import url("layout.css");
* {
	margin:0;
	padding:0;
}
body {
	font-family: 'Bookman Old Style', serif;
	font-size: 14px;
	background-color: #FFFFcc;
	background-attachment: scroll;
	background-image: url("../stars.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 965px;
	margin: 0 auto;
	padding: 10px;
	border-right: 0px solid black;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	background-color: #FFFFCC;
	margin-top: 121px;
	margin-bottom: 0px;
	padding-bottom: 10px;

}
#containerpa {
	width: 998px;
	margin: 0 auto;
	padding: 10px;
	border-right: 0px solid black;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	margin-top: 121px;
	background-color: #FFFFCC;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*#masthead {
	text-align: center;
	width: 947px;
	padding: 0px;
	border: 0px solid #066666;
	background-color: #FFFFCC;
	margin-bottom: 0px;
	height: 220px;
}*/
#navigation {
	position: relative;
	float: left;
	width: 133px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-right: 0px solid #066666;
}
#content {
	float: left;
	width: 755px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 0px;
}
#contentpa {
	float: left;
	width: 998px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#footer {
	text-align: center;
	clear: both;
	width: 945px;
	border: 2px solid #770060;
	background-color: #cff93e;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

/*.contentUpdate {
	text-align: left;
	clear: both;
	width: 787px;
	border: 1px solid black;
	background-color: #3c0470;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}*/

/*.contentUpdate p {
	font-family: 'Bookman Old Style', serif;
	color: #3c0470;
	font-weight:bold;
}*/
#footerpa {
	text-align: center;
	clear: both;
	width: 996px;
	border: 2px solid #770060;
	background-color: #cff93e;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Masthead Styles */
/*#masthead h1 {
	color: #562781;
	font-size: 50px;
	font-family: "Maiandra GD", 'Bookman Old Style', serif;
	font-weight: bold;
}*/

#content .cntr {
	text-align: center;
}
.cntr {
	text-align: center;
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

/*.ital {
	font-family: "Monotype Corsiva", 'Bookman Old Style', serif;
	font-size: 20px;
}*/
.black {
	color: #000;
}

.ul {
	text-decoration:underline;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid #562781;
	background-color: #770060;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: normal;
}
#navigation a {
	color: #FFFFCC;
	text-decoration: none;
	display: block;
	padding: 7px;
	border-bottom: 0px solid #562781;
	background-color: #770060;
	font-weight: normal;
}

#navigation a:link { 
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
  }
  
#navigation a:visited { 
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
  }
  
#navigation a:hover { 
	color: #FFFFCC;
	text-decoration: none;
	background-color: #b70094;
	font-weight: normal;
  }
  
#navigation a:active {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
  }

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	font-family: "Monotype Corsiva", 'Bookman Old Style', serif;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content .script {
	font-family: "Monotype Corsiva", 'Bookman Old Style', serif;
}

#content h1 {
	font-size: 44px;
	color: #3c0470;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}

#content h2 {
	font-size: 20px;
	color: #7b9e00;
	font-weight: bold;
	margin-bottom: 0px;
}

#content h3 {
	font-size: 20px;
	color: #3c0470;
	font-weight: normal;
	margin-bottom: 0px;
}

#content h4 {
	font-family: Arial;
	font-size: 11px;
	color: #3c0470;
	padding-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
	text-align: right;
}
#content h5 {
	font-family: Arial;
	font-size: 12px;
	color: #3c0470;
	padding-right: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: left;
}

#content h6 {
	font-family: Arial;
	font-size: 11px;
	color: #3c0470;
	padding-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
	text-align: left;
}

#content p {
	color: #3c0470;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bigBlack {
	color: #3c0470;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

#content h2.book {
	font-size: 24px;
	text-align: center;
	color: #3c0470;
	font-weight: bold;
}

.coloredText {
	color: #7b9e00;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Content Styles for photo album */
#contentpa h1,h2,h3,h4,h5,h6 {
	font-family: "Monotype Corsiva", 'Bookman Old Style', serif;
	padding-top: 0px;
}
#contentpa h1 {
	font-size: 44px;
	color: #3c0470;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
	}

#contentpa h2 {
	font-size: 20px;
	color: #7b9e00;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#contentpa h3 {
	font-size: 20px;
	color: #3c0470;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#contentpa p {
	color: #3c0470;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#contentpa p.sm {
	font-size: 12px;
	text-align: center;
}

#content li {
	color: #3c0470;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content img {
	padding: 0px;
	border: 2px solid #770060;
}

#contentpa img {
	padding: 0px;
	border: 2px solid #770060;
	float:none;
}
.center {
	text-align: center;
}
/* to get images to center? */
table
{ 
margin-left: auto;
margin-right: auto;
}

/* Footer Styles */
#footer p {
	color: black;
	font-size: 14px;
}
#footer h1 {
	color: black;
	text-decoration: none;
	font-size: 26px;
	font-weight: normal;
	font-family: "Monotype Corsiva", 'Bookman Old Style', serif;
}

#footer a:link {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
  
#footer a:visited { 
	color: black;
	text-decoration: none;
		font-weight: normal;
  }
  
#footer a:hover { 
	color: black;
	text-decoration: underline;
	font-weight: normal;
  }
  
#footer a:active {
	color: black;
	text-decoration: none;
		font-weight: normal;
  }
/* Footer Styles for photo album*/
#footerpa p {
	color: black;
	font-size: 14px;
	font-weight: normal;
}
#footerpa h1 {
	color: black;
	text-decoration: none;
	font-size: 26px;
	font-weight: normal;
	font-family: "Monotype Corsiva", 'Bookman Old Style', serif;
}

#footerpa a:link {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
  
#footerpa a:visited { 
	color: black;
	text-decoration: none;
	font-weight: normal;
  }
  
#footerpa a:hover { 
	color: black;
	text-decoration: underline;
	font-weight: normal;
  }
  
#footerpa a:active {
	color: black;
	text-decoration: none;
	font-weight: normal;
  }

a:link { 
	color: #7b9e00;
	text-decoration: none;
		font-weight: bold;
  }
  
a:visited { 
	color: #7b9e00;
	text-decoration: none;
		font-weight: bold;
  }
  
a:hover {
	color: #b70094;
	text-decoration: underline;
	font-weight: normal;
		font-weight: bold;
}
  
a:active {
	color: #7b9e00;
	text-decoration: none;
		font-weight: bold;
  }

hr {
	border: 0px solid #660066;
	color: #660066;
	background-color: #660066;
	height: 2px;
}
	
.marginRt10px {
	margin-right: 10px;
	margin-left: 0px;
}
	
.marginLt10px {
	margin-left: 10px;
	margin-right: 0px;
}

.margin10pxTextRt {
	margin: 10px;
	text-align: right;
}

.registrationSymbol {
	font-weight: normal;
	font-size: 24px;
}
/*.style10 {
	margin-left: 0px;
	margin-right: 0px;
}
*/

#content .s16 {
	font-size: 16px;
}
#content .s18 {
	font-size: 18px;
}
/*.s20 {
	font-size: 20px;
}*/
#content p.s20 {
	font-size: 20px;
}
.s22 {
	font-size: 22px;
}
#content .s22 {
	font-size: 22px;
}
#content .s24 {
	font-size: 24px;
}
#content .s26 {
	font-size: 26px;
}
#content .s28 {
	font-size: 28px;
}
#content .s30 {
	font-size: 30px;
}
#content .s32 {
	font-size: 32px;
}
#content .s36 {
	font-size: 36px;
}
#content .s40 {
	font-size: 40px;
}

.s36 {	
	font-size: 36px;
}
.s40 {
	font-size: 40px;
}
#content h2.s24 {
	font-size: 24px;
}
#content h2.s30 {
	font-size: 30px;
}
#content h2.s34 {
	font-size: 34px;
}
#content h2.s40 {
	font-size: 40px;
}

