@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;
	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: #4d4d4c;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0;
	position: relative;
	clear: both;
} 
.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 #mainContent {
	background-color: #4f4d4c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #FFFFFF;
	text-decoration: none;
	width: 940px;
	position: relative;
	margin: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

.twoColFixRtHdr #sidebarleft {
	float: left;
	width: 220px;
	position: relative;
	line-height: 1.4em;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}
.twoColFixRtHdr #middleContent {
	float: left;
	width: 430px;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
}

.twoColFixRtHdr #sidebarright {
	float: right;
	width: 220px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}
.twoColFixRtHdr #middleLower {
	clear: both;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 430px;
}

.twoColFixRtHdr #footer {
	background-color: #000000;
	color: #FFFFFF;
	position: relative;
	border: 1px solid #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
} 
.twoColFixRtHdr   #middleContent   img, .twoColFixRtHdr #sidebarright img {
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
}

h1 {
	font-size: 26px;
	color: #40C3D7;
	text-indent: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #40c3d7;
	padding-bottom: 5px;
}


#mainContent h3 {
	color: #40C3D7;
	font-weight: bolder;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
}

#mainContent h4 {
	background-color: #A7A7E3;
	color: #1D2236;
	text-indent: 5px;
	text-align: center;
	font-size: 12px;
}
#middleContent  p a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#middleContent  p a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#middleContent  p a:hover {
	color: #e20074;
	text-decoration: underline;
	font-weight: bold;
}
#middleContent  p a:active {
	color: #7f7d7c;
	text-decoration: underline;
	font-weight: bold;
}
#middleContent    a:link {
	color: #40c3d7;
	text-decoration: underline;
}

#middleContent a:visited {
	color: #a7a7e3;
	text-decoration: underline;
}

#middleContent a:hover {
	color: #ccff00;
	text-decoration: underline;
}
#middleContent a:active {
	color: #a7a7e3;
	text-decoration: underline;
}
#sidebarleft      p     a:link, #sidebarright     p     a:link      {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#sidebarleft  p a:visited, #sidebarright p a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#sidebarleft p a:hover, #sidebarright p a:hover {
	color: #e20774;
	text-decoration: underline;
	font-weight: bold;
}
#sidebarleft    p    a:active, #sidebarright    p    a:active      {
	color: #7f7d7c;
	font-weight: bold;
}


#sidebarleft a:link, #sidebarright a:link {
	color: #40C3D7;
	text-decoration: underline;
}
#sidebarleft  a:visited, #sidebarright  a:visited {
	color: #a7a7e3;
	text-decoration: underline;
}

#sidebarleft a:hover, #sidebarright a:hover {
	color: #CCFF00;
	text-decoration: underline;
}
#sidebarleft a:active, #sidebarright a:active {
	color: #a7a7e3;
	text-decoration: underline;
}
.twoColFixRtHdr #customerLinks {
	font-size: 12px;
	font-style: normal;
	display: inline;
	padding-right: 15px;
	background-position: right top;
	text-align: left;
}

#customerLinks a:link {
	color: #FFFFFF;
}
#customerLinks a:visited {
	color: #FFFFFF;
}
#customerLinks a:hover {
	color: #e20074;
}
#customerLinks a:active {
	color: #7f7d7c;
}

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