@charset "UTF-8";
* {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 140%;
	padding-bottom: 0.5em;
}

body {
	font-size: small;
	text-align: center;
	background-color: #cccccc;
	background-image: url(images/cccccc.jpg);
	}
a:link {
	text-decoration: none;
	color: #000044;
}
a:visited {
	text-decoration: none;
	color: #000044;
}
a:active {
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
	*html body {
	font-size: x-small;/* for IE5/WIN */
	f\ont-size: small; /*for other IE versions */
	text-align: center;
	background-color: #CCCCCC;
	}
#container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#sideShad {
	background-image: url(images/shadSides.gif);
	background-position: center center;
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/brushed-metal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 780px;
	float: left;
} 
#sidebarLower {
	float: right;
	width: 197px;
	padding-top: 1em;
	padding-right: 12px;
	padding-bottom: 2em;
	padding-left: 0px;
}
.captiontext {
	color: #000044;
	font-weight: bold;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
#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;
	position: absolute;
	top: -500px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* padding keeps the content of the div away from the edges */
	background-color: #8080A5;
	padding-right: 12px;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 12px;
	background-image: url(images/brushed-metal-tinted.jpg);
	margin-top: 2em;
}
img {
	padding-top: 0em;
}
#sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.35em;
	padding-left: 0px;
	font-weight: bold;
	font-size: 90%;
	line-height: 120%;
}
#mainNav {
	background-color: #000044;
	width: 780px;
	float: left;
	background-image: url(images/brushed-metal-menu.jpg);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#mainNav ul {
}
#mainNav li {
	display: inline;
}
#mainNav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.75em;
	padding-right: 1.25em;
	padding-bottom: 0.75em;
	padding-left: 1.25em;
	display: block;
	float: left;
	font-size: 100%;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#mainNav li a:hover {
	background-color: #9495B4;
}
#mainNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	float: left;
	padding-right: 1.25em;
	padding-left: 1.25em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	background-color: #A5A5C5;
	background-image: url(images/brushed-metal-crop.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 160%;
	color: #000044;
	padding-bottom: 0em;
	padding-top: 0.5em;
	line-height: 120%;
}
#mainContent {
	padding-right: 0px;
	padding-left: 45px;
	width: 62%;
	padding-bottom: 2em;
	padding-top: 2em;
	float: left;
} 
#sidebar2 h2 {
	padding-top: 0px;
	padding-bottom: .25em;
}


#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 235%;
	color: #000044;
	font-weight: normal;
	padding-bottom: 0.25em;
}
.imageDiv {
	float: right;
	padding-left: 15px;
	width: 180px;
}
#footer {
	padding-bottom: 0;
	padding-left: 40px;
	background-image: url(images/brushed-metal-crop.jpg);
	background-repeat: no-repeat;
} 
#bottomShad {
	background-image: url(images/shadBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 17px;
}
#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 */
}
.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: 15px;
	padding-bottom: 0.5em;
}
.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;
}
.clear {
	clear: both;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 140%;
	padding-top: 0.5em;
	padding-bottom: 1em;
	color: #000044;
	padding-left: 1em;
}
.imageAndCaption {
	width: 420px;
	float: left;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000044;
	border-bottom-color: #000044;
	clear: right;
}
