/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2E2F30;
}



/* BACKGROUNDS */
.vertShadow {
	background-image:  url("../images/rst_vertShadow.gif");
	background-repeat: repeat-y;
}
.horzShadow {
	background-image:  url("../images/rst_horzShadow.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}
.newsBg {
	background-image:    url("../images/rst_newsBg.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
.contentBg {
	background-image:   url("../images/rst_contentBg.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
.spotLt {
	background-image:  url("../images/rst_spotltBg.gif");
	background-repeat: no-repeat;
	background-position: center center;
}
.sideMenu {
	background-image:  url("../images/rst_sideMenuBg.gif");
	background-repeat: repeat-y;
	background-position: left top;
}



/* MAIN CONTENT STYLES */
.bodyHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2E2F30;
	text-decoration: none;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2F30;
	text-decoration: none;
}
a.bodyText:link {
	color: #1A5FC4;
}
a.bodyText:visited {
	color: #1A5FC4;
}
a.bodyText:hover {
	color: #6E81C1;
}
a.bodyText:active {
	color: #6E81C1;
}
ul.spacedList{
  margin-left: 20px;
  padding-left: 0px;
}
.spacedList li { padding-bottom: 12px; }
}
td.grey_divider{
  border-bottom: 1px solid #BBBBBB;
  padding-top: 5px;
  padding-bottom: 5px; 
}

/* FEATURED SPOTLIGHT */
.spotLtHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	letter-spacing: 1pt;
}
.spotLtText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.spotLtText:link {
	color: #A75F0D;
	font-weight: bold;
}
a.spotLtText:visited {
	color: #A75F0D;
	font-weight: bold;
}
a.spotLtText:hover {
	color: #FFFFFF;
}
a.spotLtText:active {
	color: #FFFFFF;
}



/* SIDE MENU */
.sideMenuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #274577;
	text-decoration: none;
	font-weight: bold;
}
a.sideMenuText:link {
	color: #274577;
	text-decoration: none;

}
a.sideMenuText:visited {
	color: #274577;
	text-decoration: none;

}
a.sideMenuText:hover {
	color: #A75F0D;
	text-decoration: none;

}
a.sideMenuText:active {
	color: #A75F0D;
	text-decoration: none;

}



/* TOP HTML MENU */
.topHTMLMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.topHTMLMenu:link {
	color: #FFFFFF;
}
a.topHTMLMenu:visited {
	color: #FFFFFF;
}
a.topHTMLMenu:hover {
	color: #A75F0D;
}
a.topHTMLMenu:active {
	color: #A75F0D;
}


/* BOTTOM HTML MENU */
.bottomHTMLmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A75F0D;
	text-decoration: none;
}
a.bottomHTMLmenu:link {
	color: #FFFFFF;
}
a.bottomHTMLmenu:visited {
	color: #FFFFFF;
}
a.bottomHTMLmenu:hover {
	color: #A75F0D;
}
a.bottomHTMLmenu:active {
	color: #A75F0D;
}
.copyrightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}

