@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; /* 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: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
}
#mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.8em;
	color: #999;
	margin-top: 20px;
}
#mainContent h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #B40C0C;
	font-variant: small-caps;
	letter-spacing: .2em;
}

.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
} 
.twoColFixRtHdr #header {

} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #F3F3F3;
	border: 1px solid #CCC;
}
#sidebar1 p {
	font-size: 0.9em;
}

.twoColFixRtHdr #mainContent {
	border: 1px solid #CCC;
	margin-top: 0;
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	background:#B40C0C;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 36px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: .9em;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
.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;
}
#menu {
	text-align: center;
	border: 1px solid #CCC;
	height: 38px;
	background-color: #B40C0C;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#box1 {
	border: 1px solid #CCC;
	background-color: #FFF;
}
#box1 p {
	padding-right: 5px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #B40C0C;
	text-decoration: none;
}
a:visited {
	color: #AC0B0B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #B40C0C;
	text-decoration: none;
}


.imageleft {
	margin-right: 20px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.redbar {
	background-color: #B40C0C;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer a:link {
	color: #FFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFF;
	text-decoration: underline;
}

#footer a:active {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#mainContent h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
	text-transform: none;
}
td p {
	margin: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}
table {
	border: 1px solid #CCC;
}
