@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a, a:active, a:visited {
	font-family: "Palatino Linotype";
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: "Palatino Linotype";
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper  #topfiller {
	font-family: "Palatino Linotype", "Microsoft Sans Serif";
	height: 33px;
	margin-left: 10px;
	margin-right: 10px;
}
#wrapper #logo {
	height: 77px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: "Palatino Linotype";
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-top: 10px;
}
h3 {
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
p {
	font-family: "Palatino Linotype";
	font-size: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-weight: normal;
	color: #CCCCCC;
}
.pbold {
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.clear {
	clear: both;
}
.clear10 {
	clear: both;
	height: 10px;
}

#wrapper #navigation {
	height: 30px;
}
#wrapper #subnav {
	height: 30px;
	background-image: url(../tbd/tbdimages/tbd_subnav.gif);
}
#wrapper #subnav #container {
	color: #FFFFFF;
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}
#wrapper #subnav #container a {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
#wrapper  #subnav  #container a:active {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
#wrapper #subnav #container a:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
#wrapper  #subnav  #container  a.subnavon  {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #subnav #container a.subnavon:active {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #subnav #container a.subnavon:hover {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
}
#wrapper #subnav #container ul {
	padding-left: 75px;
	list-style-image: none;
}
#wrapper #subnav #container ul li {
	display: block;
	list-style-image: none;
	list-style-type: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#wrapper  #subnav  #container  ul  li.last  {
	display: block;
	float: left;
	list-style-type: none;
	border-right-style: none;
}
#wrapper  #body {
	background-color: #251916;

}
#wrapper  #body  #heading {
	width: 1000px;
	float: left;
	height: 40px;
}
#wrapper #body #left {
	float: left;
	width: 500px;
	margin: 0px;
}

#wrapper #body #right {
	float: right;
	width: 500px;
	margin: 0px;
}
#wrapper #body .mcthumb {
	background-color: #FFFFFF;
	float: left;
	height: 200px;
	width: 200px;
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
#wrapper  #body  .mctext  {
	float: left;
	width: 240px;
}
#wrapper   #body   #top {
	width: 1000px;
	background-color: #251916;
	height: 400px;
	float: left;
}
#wrapper   #body   #bottom {
	width: 1000px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #000000;
	height: 330px;
}
#wrapper #body #content {
	background-color: #1a110e;
	width: 1000px;
	float: left;
}

#wrapper  #body  #footer {
	height: 30px;
	background-color: #990000;
	clear: both;
}
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 

/*core classes*/ 
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 3px solid #CC0000;
	margin: 0 0 1px 0;
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {
	float:left;
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #ff0000; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{
	background: #fff;
	color: #CC0000;
} 

/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {
	margin: 0;
	padding: 6px 2px;
	border: 0;
	font-family: "Palatino Linotype";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 
