@charset "UTF-8";
a:link {
	color: #FFFF00;
	text-decoration: none;
	border-top-color: #E3E3E3;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #DDCCA5;
	font-weight: normal;
	text-align: center;
}

h2{
	font-size: 12pt;
	color: #EBE26A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3{
	font-size: 10pt;
	color: #EBE26A;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4{
	font-size: 10pt;
	font-weight: normal;
	color: #DDCCA5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5{
	font-size: 12pt;
	color: #DDCCA5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p {
	color: #DDCCA5;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


/************* #globalNav styles **************/

#globalNav{
	color: #DDCCA5;
	white-space: nowrap;
	visibility: visible;
	width: 1009px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	right: -1px;
	top: 91px;
	z-index: 11;
	font-style: normal;
	height: 20px;
	text-align: center;
	padding: 5px;
	background-color: #3e3e3e;
	background: #3e3e3e;
}
.contentHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	color: #ddcca5;
	text-decoration: none;
}
.itemHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ddcca5;
}
.itemHeadBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #ddcca5;
	text-decoration: none;
}
.itemHeadBold10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #ddcca5;
	text-decoration: none;
}
.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #ddcca5;
	text-decoration: none;
}
.itemHeadBoldItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #DDCCA5;
	text-align: center;
	font-style: italic;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000000;
}
.Index #header {
	background: #3e3e3e;  /* 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. */
	width: 1018px;
	height: 83px;
	position: absolute;
	top: 7px;
	left: 154px;
} 
.navHover {
	background-color: #5e5e5e;
}
.plain_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #ddcca5;
	text-decoration: none;
	text-align: center;
	z-index: 2;
}
.link_size {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
