@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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(../images/rossy-Sml-bkg.gif);
	font-family: Tahoma, Arial;
	font-size: 12px;
}

h1 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
}
h2 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 38px;
}
h3 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 13pt;
	color: #FFFFFF;
}

ul {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

li {
	padding-bottom: 3px;
}

a:link {
	color: #FF00CC;
	text-decoration: none;
}
a:visited {
	color: #FF00CC;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #FF00CC;
	text-decoration: none;
}

.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #202020;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
} 
.thrColFixHdr #footer {
	background:#000000;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.MenuBar {
	color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.MenuBar:link {
	color: #F5F5F5;
	text-decoration: none;
}
.MenuBar:visited {
	color: #F5F5F5;
	text-decoration: none;
}
.MenuBar:hover {
	color: #FF00CC;
	text-decoration: none;
}
.MenuBar:active {
	color: #F5F5F5;
	text-decoration: none;
}
.LftNavTitle {
	color: #70180B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.LftNavTitle:link {
	color: #70180B;
	text-decoration: none;
}
.LftNavTitle:visited {
	color: #70180B;
	text-decoration: none;
}
.LftNavTitle:hover {
	color: #DD2F15;
	text-decoration: none;
}
.LftNavTitle:active {
	color: #70180B;
	text-decoration: none;
}
.LftNavSub {
	color: #70180B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.LftNavSub:link {
	color: #70180B;
	text-decoration: none;
}
.LftNavSub:visited {
	color: #70180B;
	text-decoration: none;
}
.LftNavSub:hover {
	color: #DD2F15;
	text-decoration: none;
}
.LftNavSub:active {
	color: #70180B;
	text-decoration: none;
}
.genreText {
	color: #33D9FF;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
.genreText:link {
	color: #33D9FF;
	text-decoration: none;
}
.genreText:visited {
	color: #33D9FF;
	text-decoration: none;
}
.genreText:hover {
	color: #33D9FF;
	text-decoration: none;
}
.genreText:active {
	color: #33D9FF;
	text-decoration: none;
}

.TitleText {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
}
.TitleText:link {
	color: #000000;
	text-decoration: none;
}
.TitleText:visited {
	color: #000000;
	text-decoration: none;
}
.TitleText:hover {
	color: #000000;
	text-decoration: none;
}
.TitleText:active {
	color: #000000;
	text-decoration: none;
}

.subTitle {
	color: #333333;
	font-family: Tahoma, Arial;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
}
.subTitle:link {
	color: #000000;
	text-decoration: none;
}
.subTitle:visited {
	color: #000000;
	text-decoration: none;
}
.subTitle:hover {
	color: #000000;
	text-decoration: none;
}
.subTitle:active {
	color: #000000;
	text-decoration: none;
}


.SmallText {
	font-size: 9px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MediumText {
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.aquaText {
	color: #33D9FF;
}

.blackText {
	color: #000000;
}
.Padding10left {
	padding-left: 10px;
}
.DoubleLineSpace {
	line-height: 26px;
}
.utilTOP {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.utilTOP:link {
	color: #E1D1A8;
	text-decoration: none;
}
.utilTOP:visited {
	color: #E1D1A8;
	text-decoration: none;
}
.utilTOP:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.utilTOP:active {
	color: #E1D1A8;
	text-decoration: none;
}
.utilBOT {
	color: #E1D1A8;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.utilBOT:link {
	color: #E1D1A8;
	text-decoration: none;
}
.utilBOT:visited {
	color: #E1D1A8;
	text-decoration: none;
}
.utilBOT:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.utilBOT:active {
	color: #E1D1A8;
	text-decoration: none;
}
.FooterText {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
}
.FooterText:link {
	color: #FFFFFF;
	text-decoration: none;
}
.FooterText:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.FooterText:hover {
	color: #FF00CC;
	text-decoration: none;
}
.FooterText:active {
	color: #FFFFFF;
	text-decoration: none;
}

.CopyrightText {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	padding-right: 10px;
}
.CopyrightText:link {
	color: #FFFFFF;
	text-decoration: none;
}
.CopyrightText:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.CopyrightText:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.CopyrightText:active {
	color: #FFFFFF;
	text-decoration: none;
}.picBorder {
	border-style: solid;
	border-width: 4px;
	border-color: #CCCCCC;
	display: inline-block;
}


