@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C1D5F4;
	margin: 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-bottom: 5px;
}
#header {
	background: #Ad1D41;
	padding: 0;
}
#header h1 {
	margin: 0 0 10px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	background-color: #Ad1D41;
}
#mainContent {
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	padding: 0 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFCC;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 8px;
	border-top: thin solid #467128;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #Ad1D41;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#navlist
{
	margin: 0;
	border-bottom: 1px solid #4E0D1E;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
	font-size: 12px;
}

#navlist a:link, #navlist a:visited
{
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #AD1D41;
	margin-top: 0;
	margin-bottom: 4px;
	margin-left: 40px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AD1D41;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 0.7px;
}


#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #AD1D41;
	padding-bottom: 2px;
	background: transparent;
	color: #467128;
}

#navlist a:hover {
	color: #467128;
}#navcontainer {
	padding: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.invitations {
	float: right;
	width: 210px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C2348;
	text-align: center;
}
#contacttable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #Ad1d41;
	text-align: left;
	margin-bottom: 15px;
}
#serviceslist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C2348;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	letter-spacing: 0.5px;
}
#logos {
	text-align: center;
	margin: 5px;
	padding: 1px 5px;
	border-top: thin solid #467128;
}
.websitelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.specialtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #AD1D41;
}
