@charset "utf-8";
/* CSS Document */
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff; /* 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;
	margin: 2px 0px 0px;
}
#container  {
	width: 980px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
#header  {
	background: #FFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #000;
	text-align: left;
} 
#header h1  {
	font-size: 1.7em;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0px;
	color: #BD0000;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	font-size: 0.8em;
}
#sidebar2 h2 {
	margin: 3px 0px 0px;
	color: #BD0000;
}

.thrColFixHdr #mainContent {
	padding: 13px 15px 0;
	margin-top: 0;
	margin-right: 245px;
	margin-left: 155px;
} 
.twoColFixHdr #mainContent {
	margin-left: 155px;
	padding: 13px 15px 0px 25px;
	text-align: left;
}

#mainContent h2 {
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}
#mainContent h3 {
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	color: #BD0000;
	margin: 1em 0px;
}

#mainContent p {
	line-height: 1.3em;
	margin-left: 12px;
}
#mainContent dl {
	margin: 0px 0px 0px 12px;
}
#mainContent dt {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
}
#mainContent dl dd {
	margin-bottom: 2em;
}
.stdTable {
	border-top: 1px solid #EDD;
	border-left: 1px solid #EDD;
}

.stdTable td {
	padding: 4px 6px 4px 4px;
	border-right: 1px solid #EDD;
	border-bottom: 1px solid #EDD;
}

#mainContent .stdTable dt  {
	font: 12px Verdana, Geneva, sans-serif;
}

.captionCentered {
	font-size: .8em;
	text-align: center;
}


#footer  {
	background:#F2EAEA;
	text-align: center;
	padding-right: 10px;
	padding-left: 20px;
	color: #666;
	border-top: 1px solid #EDD;
} 
#mainContent h4 {
	margin: -15px 0px 0px 20px;
}
#footer p  {
	font-size: .8em;
	padding-bottom: 12px;
}
#footerLinks {
	padding-top: 10px;
	color: #000;
	font-size: .9em;
}
#footerLinks a {
	font-weight: bold;
}


.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;
}
#header .logo {
	margin: 4px;
}
#Menu  {
	font-size: 11px;
	margin-top: 15px;
}
#sidebar1 #Menu {
	margin: 0px 0px 0px 4px;
}
#Menu table {
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}
#Menu table td {
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #EDD;
}
#Menu table tr td:hover {
	background: #DCBABA url(../images/menu-point.png) no-repeat center top;
}
#header #Menu a{
	margin: 15px 0px;
	color: #000;
	font-weight: bold;
	padding-right: 9px;
	padding-left: 9px;
}
#sidebar1 #Menu table tr td {
	padding-left: 4px;
	padding-right: 4px;
}
#sidebar1 #Menu a {
	color: #000;
	font-weight: bold;
}
#sidebar2 form {
	background: #F7EEEE url(../images/sumi-brush.png) no-repeat left top;
	margin-bottom: 15px;
	padding: 5px;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	border-left: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
}

#sidebar2 input {
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
	background: #FBF7F7;
}
#sidebar2 form #Submit {
}

#sidebar2 h3 {
	font-size: 1.3em;
	color: #BD0000;
	margin: 0px;
}
#sidebar2 #quotes h3 a {
	color: #BD0000;
	text-decoration: none;
}
#sidebar2 #quotes h3 a:hover {
	color: #5B0000;
	text-decoration: none;
}


#sidebar2 hr {
	height: 1px;
	width: 25%;
	margin-right: auto;
	margin-left: auto;
}
#sidebar2 #quotes {
	background: #FBF7F7;
	padding: 8px;
	margin-top: 15px;
	border: 1px solid #D6D6D6;
}
