@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	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-color: #273C95;
}

.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #982542;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #container #navigation {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 20px;

}
.twoColFixRtHdr #container #navigation  a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #273C95;
}

.twoColFixRtHdr #container #navigation a:hover {
	color:#9E324A;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9E324A;
}

.noStyle{
	color:#9E324A;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9E324A;
}

.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/roshawnBanksBannerImage.jpg);
	background-repeat: no-repeat;
	height: 172px;
	width: 780px;
} 
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	margin-right: 10px;
	border: 1px solid #982542;
}
.twoColFixRtHdr #container #sidebar1 form {
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
}
.twoColFixRtHdr #container #sidebar1 img {
	text-align: center;
}


.twoColFixRtHdr #container #sidebar1 span {
	color: #FFFFFF;
	background-color: #273C95;
	text-align: center;
	display: block;
	line-height: 2em;
	font-weight: bold;
	border: 2px solid #982542;
	font-size: medium;
}

.twoColFixRtHdr #container #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
p.highlight:first-line {
	font-weight: bold;
}
p.highlight2:first-line {
	font-weight: bold;
	font-size:medium;
}

.twoColFixRtHdr #footer {
	background-image: url(images/footerBkgrnd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-position: bottom;
	height: 80px;
	font-size: 0.7em;
	margin-top: 10px;
}
.twoColFixRtHdr #footer a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #273C95;
}

.twoColFixRtHdr #footer a:hover {
	color:#9E324A;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9E324A;
}
 
.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;
}
.twoColFixRtHdr #container #mainContent li {
	line-height: 1.7em;
}
label {
	font-weight: bold;
}
.center {
	text-align:center;
}
.twoColFixRtHdr #container #volunteerFormPage {
	margin-right: 5px;
	margin-left: 5px;
}
.twoColFixRtHdr #container #mainContent img {
	border: 1px solid #982542;
}
