@charset "utf-8";
body {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #ffffff;
	margin: 0px;
	background-image: url(img/bg-main.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	height: 100%;
}
#wrapper {
	width: 830px;
	padding-top: 0px;
	background-image: url(img/bg-gray-grad.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: right;
	height: 100%;
}
#logo {
	width: 830px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	height: 200px;
}
#icons {
	width: 830px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	height: 150px;
}
.imgRtMargin {
	margin-right: 3px;
}
.imgLtMargin {
	margin-left: 1px;
}
#topTextMenu {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	width: 830px;
}
#content {
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	height: 100%;
}
.mainCell {
	color: black;
}
.rightColumn {
	color: #bebebe;
	padding: 0px;
}
#rightColumnRed {
	background-color: #870505;
	margin-bottom: 10px;
	background-image: url(img/rightColumnbg-red.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightColumnBlue {
	background-color: #0c157a;
	margin-bottom: 10px;
	background-image: url(img/rightColumnbg-blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightColumnYellow {
	background-color: #7f6201;
	margin-bottom: 10px;
	background-image: url(img/rightColumnbg-yellow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightColumnGray {
	background-color: #3a3a3a;
	margin-bottom: 10px;
	background-image: url(img/rightColumnbg-gray.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightColumnGreen {
	background-color: #1f4600;
	margin-bottom: 10px;
	background-image: url(img/rightColumnbg-green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightColumnPurple {
	background-color: #330038;
	margin-bottom: 10px;
	background-image: url(img/rightColumnbg-purple.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	font-size: 11px;
	text-align: center;
	clear: both;
	width: 820px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-image: url(img/bg-footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#indicia {
	font-size: 9px;
	color: #000000;
	text-align: center;
	clear: both;
	margin-top: 10px;
}
#topTextMenu a:link {
	text-decoration: none;
	color: #000;
}
#topTextMenu a:hover {
	text-decoration: none;
	color: #8B0304;
}
#topTextMenu a:visited {
	text-decoration: none;
	color: #000;
}
#topTextMenu a:active {
	text-decoration: none;
	color: #000;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #7a2b2b;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ff0000;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #7a2b2b;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}
#bottomMenu {
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}
#bottomMenu a:link {
	font-weight: bold;
	text-decoration: none;
}
#bottomMenu a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#bottomMenu a:visited {
	font-weight: bold;
	text-decoration: none;
}
#bottomMenu a:active {
	font-weight: bold;
	text-decoration: none;
}
.mainCell a:link {
	font-weight: bold;
	text-decoration: none;
}
.mainCell a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.mainCell a:visited {
	font-weight: bold;
	text-decoration: none;
}
.mainCell a:active {
	font-weight: bold;
	text-decoration: none;
}
.rightColumn a:link {
	color: #bebebe;
	font-weight: bold;
	text-decoration: underline;
}
.rightColumn a:hover {
	color: #bebebe;
	font-weight: bold;
	text-decoration: underline;
}
.rightColumn a:visited {
	color: #bebebe;
	font-weight: bold;
	text-decoration: underline;
}
.rightColumn a:active {
	color: #bebebe;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	color: #7a2b2b;
	font-size: 28px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h2 {
	color: #7a2b2b;
	font-size: 22px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h3 {
	color: #7a2b2b;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.rightColumn h3 {
	color: #bebebe;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

