@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #666666;
}

#headertop {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #F1F1F1;
	background-color: #000000;
	border: thin dotted #F1F1F1;
}
#headermid {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #F1F1F1;
	background-color: #5e423f;
	border: thin dotted #F1F1F1;
}
#header {
	background-color: #5E423F;
	padding-left: 95px;
	padding-right: 60px;
	padding-top: 0px;
	font: bold;
	}
#header h2 {
	text-align: left;
	color: #DACAC9;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
}


#header ul {
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #5E423F;
}

#header li {
	float: left;
	color: white;
	font-size: 14px;
}

#header li a {
	display: block;
	color: white;
	text-align: left;
	padding: 14px 16px;
	text-decoration: none;
	margin-top: 0px;
}

li a:hover {
	background-color: #EB2326;
	padding-top: 0px;
} 


.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.oneColFixCtrHdr #container #toprow {
	background-color: #000000;
	border: 1px;
}




li {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	line-height: 20px;
	text-decoration: none;
}
ul {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #2248B3;
	line-height: 20px;
	text-decoration: none;
}

ul.arrowunderline{
list-style-type:none;
margin:0;
padding:0;
text-align:center; /* enter "left", "right", or "center" to orient the menu accordingly */
font: bold 16px Georgia;
}
ul.arrowunderline li {
display:inline;
margin-right:25px; /* spacing between each menu item */
}
.oneColFixCtrHdr #container #header .arrowunderline li {
	color: #2248B3;
}

ul.arrowunderline   li a{
	position:relative;
	color:#2248B3;
	padding-bottom:8px; /*spacing between each menu item and arrow underline beneath it */
	text-decoration:none;
}
ul.arrowunderline   li a:hover{
	border-bottom-width: 3px;
	border-bottom-style: Solid;
	border-bottom-color: #CCCCCC;
}
ul.arrowunderline   li a:hover:after{ /* use CSS generated content to add arrow to the menu */
	content:'';
	width:0;
	height:0;
	position:absolute;
	left:50%;
	margin-left:-5px; /* value should match border-width below */
	bottom: 0; /* create up arrow */
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #FFFFFF;
	border-left-color: transparent;
}



.oneColFixCtrHdr #header {
	padding: 0 20px 0 30px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: #000000;
}
.oneColFixCtrHdr #header #footer h1 {
	font-size: 16px;
	font-style: italic;
	color: #B38908;
}
.oneColFixCtrHdr #header #footer h3 {
	font-size: 10px;
	color: #B38908;
	background-position: center center;
}
.oneColFixCtrHdr #header #footer .style13 {
	font-size: 10px;
	color: #B38908;
}

.oneColFixCtrHdr #header2 {
	padding: 5px 90px 5px 90px;  /* 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: #000000;
}
.oneColFixCtrHdr #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 */
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	font-style: italic;
}
.oneColFixCtrHdr #mainContent {
	padding: 5px 50px 5px 50px;
	background-color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
}
#tempContent {
	padding: 5px 50px 5px 50px;
	background-color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 5px 90px 5px 90px;
	background-color: #000000;
	text-decoration: none;
	text-decoration-color: #FFFFFF;
}
.oneColFixCtrHdr  #counterfeit {
	background: #F9F9F9;

}


h1 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	color: #000000;
}

p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}


.oneColFixCtrHdr #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 */
	color: #CCCCCC;
}
.oneColFixCtrHdr #affiliateContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #edc4ad;
}
.oneColFixCtrHdr  #container  #footer  a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContentpage {
	padding: 0 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #container #header .style2 a {
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent1 {
	padding: 5px 90px 5px 90px;
	background-color: #F9F9F9;
}
.oneColFixCtrHdr #mainContent p {
	padding: 5px 50px 5px 50px;
	background-color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
}
.oneColFixCtrHdr #affContent {
	padding: 0 0px;
	background-color: #000000;
}
.oneColFixCtrHdr #mainContent li {
	padding: 5px 50px 5px 50px;
	background-color: #CCCCCC;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
}
.oneColFixCtrHdr #mainContent2 {
	background-color: #CCCCCC;
}
#footer a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-width: thick;
	background-color: #000000;
	text-decoration: none;
}
