body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-image:   url(sample_images/diagonal_bkgd.gif);
	background-repeat: repeat;
	margin: 0; 
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
}

.bodyContent {
	font-size: 13px;
	border: thin solid #000000;
	padding-top: 45px;
	color: #FFFFFF;
}

p:first-letter {
	font-size: 150%;
	font-weight: normal;
}
td {
	border: 1px none #FFFFFF;
}
.smallLink {
	font-size: 75%;
	color: #FFFFFF;
}

.navLinks {
	padding-top: 0px;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.OISLink {
	text-decoration: none;
	color: #FFFFFF;
	float: right;
	width: 200px;

}
a.OISLink:link {
	text-decoration: none;
}
A.OISLink:hover {
    text-decoration: underline;
}
.copyright {
	color: #FFFFFF;
	float: left;
	width: 250px;
}
.quoteSource {
	font-style: italic;
	text-align: right;
}
.pullQuote {
	color: #CCCCCC;
	float: right;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}
.mailLink {
	color: #CCCCCC;
}
.textLink {
	color: #FFFFFF;
	text-decoration: underline;
}
.pullQuoteTable {
	font-size: 12px;
	color: #CCCCCC;

}
.smallText {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p:smallFirst {
	font-size: 1em;
}

.galleryText {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FF0000;
}

a.galleryText:link {
	text-decoration: none;
	color: #FF0000;
}

a.galleryText:hover {
	text-decoration: underline;
	color:#f00;
}

a.galleryText:visited {
	text-decoration: none;
	color:#f00;
}

.digitalText {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}

a.digitalText:link {
	text-decoration: none;
	color:#fff;
}

a.digitalText:hover {
	text-decoration: underline;
	color:#fff;
}

a.digitalText:visited {
	text-decoration: none;
	color:#fff;
}

a.digitalText:active {
	color:#fff;
	text-decoration: underline;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 750px;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	background-position: center;
	position: relative;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* 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-color: #DDDDDD;
	background-image: url(images/header_bkgd_new.gif);
	margin: 0px;
	border-width: 0px;
	height: 95px;
	width: 750px;
} 
.twoColFixLtHdr #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 */
	position: absolute;
	left: -999em;
}
.twoColFixLtHdr #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: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

.twoColFixLtHdr #sidebar1 a {
	display: block;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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: 30px 20px 0;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
} 
 
.twoColFixLtHdr #footer {
	padding: 5px 10px 5px 20px;
	background-color: #000000;
	font-size: 70%;
	border-top: medium inset #CC0000;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	height: 20px;
} 
.twoColFixLtHdr #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 */
}

.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;
}

#navBar {
	position:absolute;
	width: 450px;
	height: 30px;
	z-index: 10;
	left: 300px;
	top: 99px;
	margin: 0px;
	background-color: transparent;
	visibility: visible;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

#nav, #nav ul {
	padding:0;
	margin:0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;	
}

#nav a {
	display: block;
	padding: 3px 8px;
	font-size: 0.85em;
	text-decoration: none;
	color: #999;
}

#nav li {
	float: left;
	width: 9em;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#nav li {width: auto;}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 6em;
	background-color: black;
}

#nav ul li a {
	padding: 3px 6px 3px 14px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li a:hover, #nav a:focus {
	color: #fff;
}

#nav li ul a:hover {
	color: #fff;
}

