@charset "UTF-8";
body  {
	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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/bkgstripe.jpg);
	background-repeat: repeat;
}
p {
	margin: 0px;
	padding: 0px;
}
.feature {
	font-size: 85%;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}
a:link {
	color: #999;
}
a:visited {
	color: #666;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
.twoColFixLtHdr #container {
	width: 870px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	vertical-align: top;
} 
.twoColFixLtHdr #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #FFFFFF;
	margin: 0;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixLtHdr #header h1 img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.twoColFixLtHdr #globalNav {
	background-image: url(images/navbarBkg.jpg);
	background-repeat: repeat;
	text-align: center;
	height: 58px;
}
/************* #globalNav styles **************/


ul#minitabs{
	list-style: none;
	margin: 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	width: 870px;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
  }
ul#minitabs li{
	display: inline;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 120%;
}
ul#minitabs a{
	text-decoration: none;
	padding: 0 0 3px;
	color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
ul#minitabs a#current{
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#minitabs a:hover{
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 




.twoColFixLtHdr #mainContentContainer {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
}
.smallBlack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000000;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 290px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #mainContentGallery {
	padding-top: 10px;
}
.twoColFixLtHdr #footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 85%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: bottom;
}
.twoColFixLtHdr #container #footer p img {
	vertical-align: bottom;
}
.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;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #mainContent2 {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent2 #PageName {
	padding-left: 70px;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
	width: 400px;
}
.twoColFixLtHdr #mainContent2 #PageName img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.PageHead {
	font-size: 160%;
	color: #000000;
	text-align: left;
	padding-left: 0px;
	margin-right: 0px;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: right;
}
.story {
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: bottom;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	font-size: 90%;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.relatedLinks img {
	float: left;
	text-decoration: none;
	margin-right: 10px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	text-decoration: none;
}

.BlackHeadings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
	display: block;
	margin: 0px;
	padding-top: 20px;
}
.GoldTitles {
	font-size: 120%;
	color: #F0CC0D;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form {
	padding-right: 55px;
	padding-left: 55px;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	border-top-color: #000000;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
	background-color: #FFFFFF;
	padding: 0;
	border-bottom-width: 1px;
}
legend {
	margin-left: 0em;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
fieldset ol {
	list-style: none;
	margin: 0px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0px;
}
fieldset li {  
padding-bottom: 1em;
}
fieldset.submit {  
border-style: none;
}
label {
	display: block;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
