@charset "UTF-8";
/*
Colors
Blue BG: 0279C9
Dark Blue font: 044D75
Lt Green: B3E62D
Med Green: 5BBF21
deep logo orange: F77F00
*/
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #0279C9;
	margin: 0;
	padding: 12px 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: #044D75;
	line-height:170%;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin:0;
		background-image:url(graphics/body_bg.gif);
	background-repeat:repeat-y;
	background-position:center;

}
.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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin:0;
	background-image:url(graphics/body_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
TD.menu {
	width:160px;
	padding:0;
	text-align:left;
	vertical-align:top;
}
TD.copy {
	padding:0 90px 0 55px;
	vertical-align:top;
	text-align:left;
}
.copy a:link, .copy a:visited {
	color:#F77F00;
	text-decoration:none;
	}
.copy a:hover {
	color:#0279C9;
	text-decoration:underline;
	}
.oneColFixCtrHdr #footer {
	padding: 0;
	margin:0;
	}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #dogpaw {
	text-align:right;
	padding:0 85px 24px 0;
	color:#B3E62D;
}
.oneColFixCtrHdr #dogpaw a:link, .oneColFixCtrHdr #dogpaw a:visited {
	color:#B3E62D;
	text-decoration:underline;
	}
.oneColFixCtrHdr #dogpaw a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
h1 {
	margin:0;
	padding:0 0 24px 0;
	}
h2 {
	font-size:13px;
	border-bottom:1px solid #B3E62D;
	border-top:1px solid #B3E62D;
	padding-bottom:2px;
	padding-top:2px;
	margin:24px 0 24px 0;
	}
h3 {
	font-size:12px;
	}
#photo_col {
	text-align:center;
	}
ul {
	padding-left:16px;
	font-size:11px;
	}
#largephoto {
	text-align:center;
	margin-bottom:12px;
}
TABLE.centerbox {
	text-align:center;
}
.alert {
	color:#0279C9;
	font-weight:bold;
	font:160% "Comic Sans MS", Verdana, san-serif;
}