@charset "UTF-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bkgds/pupbodybkgd.jpg) repeat-x left top;
	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: #000033;
}
a:visited {
	color: #880000;
}

a:hover {
	color: #FF0000;
}
a {
	color: #000044;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #000033;
}
h1 {
	color: #333333;
	font-size: 130%;
}
h2 {
	color: #213268;
	font-size: 130%;
}
h3 {
	color: #213268;
	font-size: 120%;
}
h4 {
	color: #880000;
	font-size: 110%;
}
h5 {
	color: #213268;
	font-size: 120%;
	margin-top: 40px;
}

#container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font-size: 80%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 836px;
	width:expression(document.body.clientWidth < 600? "600px" : document.body.clientWidth > 1200? "1200px" : "auto");/* this is a fix for IE but will make your ss invalidate unless you put it in the head */
} 
#header {
	background: #ffffff;  /* 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: 149px;
} 
 
#navbar {
	background: url(../images/bkgds/menubkgd.jpg) repeat-x;
	height: 31px;
}
#mainWrap {
	background: url(../images/bkgds/containerbkgd2.jpg);
	padding-bottom: 20px;
	border-bottom: 2px solid #990000;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: transparent;
	padding: 15px 10px 15px 20px;
}



#mainContent {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 0;
} 
#footer {
	padding: 0 10px 2px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent repeat-x;
	border-top: 10px solid #3d5291;
} 
#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 */
	width: 59%;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

#byline {
	margin: 0 8px 0 100px;
	padding: 10px 0;
	text-align: right;
	color: #ffffff;
}

#byline a {
	color: #ffffff;
}

.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;
}
#pagetitle {
	color: #101C47;
	font: bold normal 160% Georgia, "Times New Roman", Times, serif;
	position: absolute;
	z-index: 10;
	width: auto;
	top: 100px;
	right: 30px;
	margin: 0px;
	}
	
.listclass1 {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000033;
	margin-top: 24px;
	margin-left: 24px;
}
.listclass1 li {
	padding: 2px;
}
.listclass1 a:hover {
	color: #FF0000;
}
.listclass1 a {
	text-decoration: underline;
	color: #000033;
}

.listclass2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000033;
	line-height: 1.5 ems;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
.listclass2 li {
	padding: 0px;
	margin-bottom: 7px;
}
.listclass2 a:hover {
	color: #FF0000;
}
.listclass2 a {
	text-decoration: underline;
	color: #000033;
}

.listclass3 {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000033;
	line-height: 1.5 ems;
	margin-top: 24px;
	margin-left: 24px;
	padding: 0px;
}
.listclass3 li {
	padding: 0px;
}
.listclass3 a:hover {
	color: #FF0000;
}
.listclass3 a {
	text-decoration: underline;
	color: #000033;
}
.caption {
	font: 85% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	margin-top: 10px;
}
