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


html, body {
	min-height:100%; margin-bottom:1px; }

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../_images/background.jpg);
	background-color: #FFF;
	background-position: center top;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_images/background_wrapper.jpg);
	background-color: #000;
	background-repeat: repeat-y;
	height: 1075px;
}

#wrapper #header {
	width: 900px;
	height: 225px;
	background-image: url(../_images/headerimage.jpg);
	background-repeat: no-repeat;
}

#wrapper #header #mainnav {
	color: #ff0000;
	padding-left: 358px;
	padding-top: 162px;
}

#wrapper #contentarea {
	width: 900px;
}

#wrapper #contentarea #left {
	background-image: url(../_images/leftimage.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	width: 266px;
	float: left;
}

#wrapper #contentarea #left #leftcopy {
	padding-right: 10px;
	padding-left: 37px;
	padding-top: 190px;
	padding-bottom: 350px;
}

#wrapper #contentarea #right {
	background-image: url(../_images/background_body.jpg);
	width: 634px;
	background-repeat: repeat-y;
	float: right;
	padding-bottom: 40px;
}

#wrapper #contentarea #right #rightcopy {
	padding-right: 40px;
	padding-left: 45px;
	padding-top: 30px;
}

#wrapper #endcap {
	background-image: url(../_images/redbar.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right;
	width: 900px;
	height: 26px;
	float: left;
}

#wrapper #footer {
	background-color: #FFF;
	width: 900px;
	height: 63px;
	float: left;
}

#wrapper #footer #footercopy{
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 25px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6b6c6b;
	line-height: 18px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
}

h3 {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bolder;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
}

td {
	padding: 2px;
}

.privacypolicy {
	font-size: 12px;
	line-height: 15px;
}

.center {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	padding-top: 10px;
}

.red {
	color: #ff0000;
}

.blacksmall {
	font-size: 12px;
	color:#000;
	line-height: 16px;
}

.footer {
	font-size: 12px;
}

.black {
	color:#000;
}

.sidenavheader {
	font-size: 24px;
	color:#000;
}

a.standard {
	color: #ff0000;
	font-size: 14px;
}

a.standard:link {
	text-decoration: none;
	color: #ff0000;
}

a.standard:visited {
	text-decoration: none;
	color: #ff0000;
}

a.standard:hover {
	text-decoration: none;
	color: #ff0000;
}

a.standard:active {
	text-decoration: none;
	color: #c00000;
}

a.standardprivacy {
	color: #ff0000;
	font-size: 12px;
}

a.standardprivacy:link {
	text-decoration: none;
	color: #ff0000;
}

a.standardprivacy:visited {
	text-decoration: none;
	color: #ff0000;
}

a.standardprivacy:hover {
	text-decoration: none;
	color: #ff0000;
}

a.standardprivacy:active {
	text-decoration: none;
	color: #c00000;
}

a.grey:link {
	text-decoration: none;
	color: #6b6c6b;
}

a.grey:visited {
	text-decoration: none;
	color: #6b6c6b;
}

a.grey:hover {
	text-decoration: none;
	color: #6b6c6b;
}

a.grey:active {
	text-decoration: none;
	color: #6b6c6b;
}


a.sidenavlinks {
	color: #000;
	font-size: 15px;
}

a.mainlinknav {
	color: #ff0000;
	font-size: 16px;
}

a.mainlinknav:link {
	text-decoration: none;
	color: #ff0000;
}

a.mainlinknav:visited {
	text-decoration: none;
	color: #ff0000;
}

a.mainlinknav:hover {
	text-decoration: none;
	color: #ff0000;
}

a.mainlinknav:active {
	text-decoration: none;
	color: #c00000;
}

a.sidenavlinks {
	color: #000;
	font-size: 15px;
}

a.sidenavlinks:link {
	text-decoration: none;
	color: #000;
}

a.sidenavlinksv:visited {
	text-decoration: none;
	color: #000;
}

a.sidenavlinks:hover {
	text-decoration: none;
	color: #000;
}

a.sidenavlinks:active {
	text-decoration: none;
	color: #333;
}
