@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;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-image: url(../Images/background/background.jpg);
}
.twoColFixRtHdr #container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #4F4D4C;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* 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: #000;
	margin: 0px;
} 
.twoColFixRtHdr #sidebar1 {
	width: 200px;
	float: right;
	background-color: #7D7C7B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.1em;
	margin-top: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #4f4d4c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	background-color: #000000;
	color: #FFFFFF;
	position: relative;
	border: 1px solid #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 
.twoColFixRtHdr  #frontpgBanner  {
	text-align: center;
	top: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.twoColFixRtHdr #QuestionGoTo {
	text-align: center;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	white-space: nowrap;
	line-height: 1.8em;
	color: #FFFFFF;
	text-decoration: none;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}



h1 {
	padding-top: 20px;
	font-size: 20px;
}
.heading_center {
	font-size: 23px;
	text-align: center;
	letter-spacing: 1pt;
}

h2 {
	padding-top: 10px;
	font-size: 15px;
}
h3 {
	padding-top: 10px;
	font-size: 13px;
}


h4 {
	padding-left: 20px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: 20px;
	clear: none;
	font-size: 14px;
	color: #CCCCCC;
	text-transform: none;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}


a:hover {
	color: #e20074;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #242323;
	text-decoration: underline;
}
#sidebar1 #ArtworkSend {
	text-align: center;
}
#secondNav {
	text-align: center;
	clear: both;
	background-color: #4F4D4C;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	margin: 0px;
	height: 40px;
}

#bottomNav, #topNav {
	background-color: #000000;
	text-align: center;
	clear: both;
}
#bottomNav  a:link {
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border: 1px solid #000000;
	margin: 3px;
}

#bottomNav a:visited {
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border: 1px solid #000000;
	margin: 3px;
}
#bottomNav a:hover {
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
	color: #e20074;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border: 1px solid #000000;
	margin: 3px;
}
#bottomNav a:active {
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
	color: #7f7d7c;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border: 1px solid #000000;
	margin: 3px;
}

.fltrt {
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 2px;
	clear: both;
}
.fltlft {
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 2px;
	clear: both;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #e20074;
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
