@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 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;
	background-image: url();
	background-color: #273E4E;
}
#container  {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/structure/shadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
} 
#wrapContainer {
	background-image: url(../images/structure/shadow_btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 840px;
	margin-top: 0px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#header  {
	background-image: url(../images/structure/webHeader.jpg);
	background-repeat: no-repeat;
	height: 147px;
	width: 800px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	color: #3C607D;
}
#sidebarWrap {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 25px;
	margin-top: 20px;
}
#sidebar1  {
	width: 180px;
	background-image: url(../images/structure/sidebarBkrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 340px;
	padding-top: 5px;
}
#sidebar2 {
	width: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
}
.titles {
	width: 165px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C2D568;
	padding-left: 10px;
}
.titles_nolink {
	width: 165px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #44708D;
	font-weight: normal;
	text-decoration: none;
	line-height: 2em;
	font-style: italic;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C2D568;
}
#mainContent  {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent 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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #000000;
}
.col123 {
	width: 158px;
	margin-right: 13px;
	padding-right: 13px;
	background-position: right;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.6em;
	margin-bottom: 10px;
}
#footer  {
	background-image: url(../images/structure/webfooter.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #3C607D;
	background-position: left top;
	margin-bottom: 0px;
} 
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #A4B755;
	text-transform: uppercase;
}
#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 */
}
.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;
}
.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;
}
#PageBtm {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: normal;
}
a:link {
	width: 178px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #273E4E;
	font-weight: normal;
	text-decoration: none;
	line-height: 2em;
}
a:hover {
	width: 178px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #3F6580;
	font-weight: normal;
	text-decoration: underline;
	line-height: 2em;
}
.subText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	width: 150px;
	line-height: 1.5em;
	padding-top: 10px;
	font-style: italic;
}
a:visited {
	width: 178px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #273E4E;
	font-weight: normal;
	text-decoration: none;
	line-height: 2em;
	text-align: center;
}
.style1 {
	color: #3E647E;
	font-weight: bold;
	line-height: 1.6em;
}
.invitation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #99AA4F;
	text-align: center;
	line-height: 1.5em;
}
.twoColFixLtHdr #wrapContainer #container #mainContent .invitation {
}
.subhead {
	font-size: .9em;
	line-height: 1.4em;
	color: #3E647E;
}
.invitationSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #99AA4F;
	text-align: center;
	line-height: 1.4em;
}
