/*
website: castlepublications.com
Author: Harma Davtian, StormScape Studios
Notes: This was a project inherited years ago (not our design) and we've been maintaining the website ever since. Several attempts has been made to get the client to agree to a site redesign, but no decision

- Resetting all padding and margin
- General
- Footer

*/

/* Restting all padding and margin */

* {
	margin:0;
	padding:0;
}

p,h1,h2,h3,h4,h5,ul,table {
	margin-bottom:1.0em;
}

ul {
	margin-left:.5em;
}

li {
	margin-left:1.2em;
}

/* General */
body {
	font-family: "Times New Roman", Times, serif;
	font-size:1.1em;
	background-image: url(back.jpg);
}

a:link {
	color:#8a0000;
}

a:visited {
	color:#444444;
}

ul li {
	font-size:1.1em;
	font-weight:normal;
	padding-bottom:.1em;
}

.pageHP h2 {
	color:#003399;
	font-size:1.5em;
	font-weight:normal;
}

.page1 h2 {
	color:#8a0000;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}

span.new {
	color:red;
	font-weight:bold;
}

li.regform {
	font-weight:bold;
	font-size:1.2em;
	margin-top:1em;
	margin-bottom:1em;
}

.colorBlack {
	color:black!important;
}

.textAlignLeft {
	text-align:left !important;
}

img.headerB {
	margin-bottom:20px;
	border:none;
}

/* Footer */

.footer {
	border-top:1px solid #666666;
	padding-top:25px;
	margin-top:75px;
	text-align:center;
}