@charset "UTF-8";
body  {
	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;
	background-color: #374554;
	font-family: "Times New Roman", Times, serif;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url("../images/pgbk2.png");
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* 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: 10px 0;
}
.twoColFixRtHdr #mainContent {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 5px;
	float: left;
	margin-top: 0px;
} 
.twoColFixRtHdr #container #nav {
	height: 35px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url("../images/navbk2.png");
}
.twoColFixRtHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #2A3440;
	font-style: normal;
	margin-bottom: 0px;
}
.twoColFixRtHdr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #2A3440;
	font-style: normal;
	margin-bottom: 0px;
}
.twoColFixRtHdr #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.twoColFixRtHdr #footer {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url("../images/pgftbk2.png");
	background-repeat: no-repeat;
	background-position: bottom;
} 
.twoColFixRtHdr #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 */
	font-family: Optima, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.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;
}
dl.curved {
	padding:0;
	width:240px;
	background-repeat: repeat-y;
	background-position: center top;
}
dl.curved dt {
	text-align:center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url("../images/sidebarTop.png");
	background-repeat: no-repeat;
	background-position: top;
	font-size: 16px;
	color: #1D252E;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
dl.curved dd {
	padding:0;
	margin:0;
	background-image: url("../images/sidebarMid.png");
	background-repeat: repeat-y;
}
dl.curved dd p {
	margin:0;
	line-height:1.3em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
dl.curved dd p.last {
	background-image: url("../images/sidebarBtm.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}
.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}


