body,td,th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #383838;
}
body {
	background-color: #ececed;
	margin: 0px;
}
a:focus 
{
-moz-outline-style: none;
}
a:link, a:active, a:visited, a:focus {
	color:#867331;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #9C0016;
	outline: none;
	text-decoration: underline;
}
.menutext {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menutxt:link, a.menutxt:active, a.menutxt:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menutxt:hover{
	color: #FEE18B;
	text-decoration: none;
}
.footertxt{
	font-size: 10px;
}
a.footertxt:link, a.footertxt:active, a.footertxt:visited {
	color: #383838;
	text-decoration: none;
}
a.footertxt:hover{
	color: #A30017;
}
a:hover, a:active, a:focus {
    outline: none;
}
/* Defines NavBar Class and holder size.  Sets  margins and padding to 0. Sets top border line on first item*/
ul.NavBar
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 160px;
	background-color: #FFFFFF;
}
/* Menu items . Sets size of block and text style and indents for rollover*/
ul.NavBar a
{
	color: #794500;
	text-decoration: none;
	font-size: 11px;
	padding-left: 28px;
	width: 132px;
	background-image: url(../../images/otss/global/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	display: block;
}
/* Menu items that have a rollover . Has a arrow bg*/
ul.NavBar a:hover
{
	color: #971212;
	background-image: url(../../images/otss/global/menu_bullet_on.gif);
	background-repeat: no-repeat;
}
/* Sets menu lines and height*/
ul.NavBar li
{
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
img {
	border: none;
}
.imgover { /*class to call JS function for rollovers*/
}
.heading1 {
	font-size: 14px;
	color: #8b000b;
	font-weight: bold;
}
.heading2 {
	font-size: 12px;
	color: #8b000b;
	font-weight: bold;
}
.heading3 {
	font-size: 11px;
	color: #8b000b;
	font-weight: bold;
}
.ruleDotted {
	background-image: url(../../images/otss/global/horz_dotted_line.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ruleDotted2 {
	background-image: url(../../images/otss/global/horz_dotted_line.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-bottom: 10px;
}
 .clearbothdiv { /*hidden from view*/	
	clear: both;
} 
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul {
}
li {
	margin-top: 10px;
}
li.mybullets {
	margin-top: 4px;
	background-image: url(../../images/otss/global/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 2px;
	text-align: left;
	padding-left: 20px;
}
#maincontainer {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#topAreaContainer{
	width:100%;
	height: 87px;
	background-image: url(../../images/otss/main/bg_top.jpg);
	background-repeat: repeat-x;
}
#topArea{
	width:890px;
	height: 87px;
	background-image: url(../../images/otss/main/top.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#topAreaLogo{
	width:376px;
	height: 87px;
	float: left;
}
#topAreaMenu{
	width:316px;
	float: right;
	height: 41px;
	padding-top: 46px;
	padding-right: 64px;
}
#topMenuBarArea{
	width:890px;
	height: 33px;
}
#topMenuBar{
	height: 33px;
	float: right;
	background-image: url(../../images/otss/sub/menu_bar/bg_top_menu.jpg);
	background-repeat: repeat-x;
	width: 525px;
}
#contentholder {
	width:890px;
	margin-right: auto;
	margin-left: auto;
}
#contentLeft {
	width:142px;
	float: left;
	padding-left: 14px;
}
#contentSingleRow {
	width:876px;
	padding-left: 14px;
}
#contentRight {
	width:706px;
	float: right;
	background-image: url(../../images/otss/global/vert_bev_line.gif);
	background-repeat: repeat-y;
	padding-left: 28px;
}
#contentbanner {
	width:643px;
	height: 170px;
}
#contentRight1 {
	width:643px;
	padding-top: 20px;
}
#btmContentSpacer {
	width:890px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}
#footerArea {
	width:100%;
	background-image: url(../../images/otss/global/bg_footer.gif);
	background-repeat: repeat-x;
	height: 45px;
}
#footerTextArea {
	width:890px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 45px;
}


#social-media {
    color: #999999;
}
#social-media a {
    padding-right: 20px;
    line-height: 30px;
}
#social-media a#facebook {
    background: url(../../uploads/facebook.png) no-repeat 0 50%;
    padding-left: 20px;
}
#social-media a#twitter {
    background: url(../../uploads/twitter.png) no-repeat 0 50%;
    padding-left: 20px;
}
#social-media a#blog {
    background: url(../../uploads/blogrss.png) no-repeat 0 50%;
    padding-left: 20px;
}

