@charset "utf-8";
/* CSS Document */

body {
	font: small Arial, Helvetica, sans-serif;
	background: #e6e6e6;
	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: #fff;
}
H1,H2,H3,H4 {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
}

H1 {
font-size: 150%;
font-weight: bold;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

H2 {
font-size: medium;
font-weight: bold;
color:#000000;
}

H3 {
font-size: small;
padding-bottom: 0;
margin-bottom: 0;
}

H4 {
font-size: x-small;
font-weight: bold;
font-style: italic;
padding-bottom: 10px;
margin-bottom: 10px;
}

A {
color: #CCC;
text-decoration: none;
font-size: 90%;
font-weight: bold;
}

A:link {
color:#CCC;
text-decoration: none;
}

A:visited {
color: #666666;
text-decoration: none;
}

A:hover {
color: #194a82;
cursor: pointer;
text-decoration: none;
}

.google {
	margin: 30px 0 10px 0;
	clear: left;
}

blockquote {
	background: #333;
	border-left: 4px #999 solid;
	padding: 8px 8px 8px 45px;
	font-size: 90%;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 510px;
	margin: 10px 15px 25px 15px;
	float: right;
}

.favpic {
	width: 600px;
	display: block;
	float: right;
	text-align: left;
}

.favpic img {
	float: right;
	padding: 3px 8px 3px 8px;
	display: block;
}
	
iframe {
	border: #666 medium solid;
}

.oneColFixCtrHdr #menu A {
color: #fff;
text-decoration: none;
font-size: 140%;
font-weight: bold;
padding-left: 50px;
}

.oneColFixCtrHdr #menu A:link {
color:#fff;
text-decoration: none;
}

.oneColFixCtrHdr #menu A:visited {
color: #666666;
text-decoration: none;
}

.oneColFixCtrHdr #menu A:hover {
color: #194a82;
cursor: pointer;
text-decoration: none;
}


.oneColFixCtrHdr #container {
	width: 835px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/layout2_03.jpg) center repeat-y;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	padding: 0;  /* 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. */
	background:url(images/layout2_01.jpg);
	height: 140px;
	width: 835px;
}

.oneColFixCtrHdr #menu {
	background:url(images/layout2_02.jpg);
	padding: 0;  /* 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. */
	height: 38px;
	width: 621px;
	padding: 12px 10px 0 204px;
}

.oneColFixCtrHdr #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 */
	color:#FFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	color: #FFF;
}
.oneColFixCtrHdr #leftcolumn {
	width: 184px;
	min-height: 300px;
	float: left;
	display: block;
	padding: 5px 10px 10px 10px;
}

.oneColFixCtrHdr #rightcolumn {
	width: 800px;
	min-height: 300px;
	display: block;
	padding: 5px;
}

.oneColFixCtrHdr #rightcolumn IMG {
	padding: 4px;
	border: 0px;
	width: 189px;
	height: 142px;
}

.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/layout2_05.jpg) center no-repeat;
	height: 20px;
	width: 835px;
	clear:left;

}
.oneColFixCtrHdr #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: 40px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.gutterlinks {
	width: 835px;
	margin: 0 auto 20px auto;
	text-align: center;
	color:#000;
	font-size: 80%;
}

.footerlinks {
	color: #000;
}

.footerlinks A {
color: #000;
text-decoration: none;
font-size: 90%;
}

.footerlinks A:link {
color:#000;
text-decoration: none;
}

.footerlinks A:visited {
color: #666;
text-decoration: none;
}

.footerlinks A:hover {
color: #194a82;
cursor: pointer;
text-decoration: none;
}
	
