/***********************************************/

/* HTML tag styles                             */

/***********************************************/

body {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #CECFE8;
	font-size: 9px;
	background-color: #01011B;
	background-repeat: repeat;
}

a:link, a:visited, a:hover {color: #CECFE8;
text-decoration: none;}

a:hover {text-decoration: underline;}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {font-family: Arial,sans-serif;
margin: 0px;
padding: 0px;}

h1 {font-family: Verdana,Arial,sans-serif;
font-size: 130%;
color: #CECFE8;}

h2 {font-size: 130%;
color: #F9F9F9;}

h3 {font-size: 120%;
color: #CECFE8;}

h4 {font-size: 110%;
font-weight: bold;
color: #F9F9F9;}

h5 {font-size: 100%;
color: #F9F9F9;}

ul {list-style-type: square;}

/***********************************************/

/* Layout Divs                                 */

/***********************************************/

#masthead {
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 80px;
	background-image: url(../images/css/header.jpg);
	background-repeat: repeat;
}
#container {
	width: 1000px;
	height: 100%;
}


#navBar {
	padding-left: 0px;
	width: 140px;
	padding-top: 0px;
	font-size: 100%;
	margin-left: 5px;
	float: left;
	position: absolute;
	left: 0px;
	border: 1px solid #333333;
}

#content {
	color: #CECFE8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	top: 100px;
	padding-left: 155px;
	left: 160px;
	width: 800px;
}

/***********************************************/

/*Component Divs                               */

/***********************************************/

#siteName {
	font-size: 210%;
	padding-bottom: 20px;
	padding-left: 60px;
	font-weight: bold;
	left: 50px;
}

/*************** #pageName styles **************/

#pageName {font-size: 130%;
padding-bottom: 10px;
padding-left: 10px;
padding-top: 10px;}


/************* #globalNav styles **************/

#globalNav {
	color: #FFFF00;
	position: relative;
	font-size: 110%;
	letter-spacing: 1px;
	white-space: nowrap;
	height: 18px;
	padding-top: 2px;
	background-repeat: repeat;
	background-image: url(../images/css/nav.jpg);
	padding-left: 50px;
}
#pagecel {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 1%;
	right: 1%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	width: 1000px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
	top: 90px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}


/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img {display: block;}

#globalNav a {
	font-size: 11px;
	padding-top: 2px;
	padding-left: 6px;
	margin-top: 2px;
}

/************** .feature styles ***************/

.feature {
	color: #CECFE8;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature h3 {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 130%;
	color: #CECFE8;
}

.feature img {float: left;
padding: 0px 10px 0px 0px;
margin: 0 5px 5px 0;}

/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story {clear: both;
font-size: 110%;
color: #F9F9F9;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 10px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;}

/************* #siteInfo styles ***************/

#siteInfo {
	font-size: 100%;
	color: #CECFE8;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 170px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	text-align: center;
	height: 200px;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img {padding: 4px 4px 4px 0px;
vertical-align: middle;}

#siteInfo a:link {font-size: 10px;
color: #CECFE8;}

#siteInfo a:visited {font-size: 10px;
color: #CCCCCC;}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}

#navBar ul {list-style: none;
margin: 0;
padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#navBar li {}

/* fix for browsers that don't need the hack */

html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	font-size: 125%;
}

#sectionLinks a:link, #sectionLinks a:visited {
	font-size: 11px;
	display: block;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-right: 2px;
	border: 1px solid #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CECFE8;
	background-image: url(../images/css/nav.jpg);
	background-repeat: repeat;
	line-height: 18px;
}

#sectionLinks a:hover {background: url(../images/sel_nav.gif);
border: 1px solid #F9F9F9;
color: #FFCC00;
text-decoration: none;}

/*********** .relatedLinks styles ***********/

.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 11px;
	text-transform: capitalize;
}

.relatedLinks h3 {padding: 10px 0px 2px 0px;}

/************** #advert styles **************/

#advert {
	font-size: 120%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #01011B;
}

#advert img {display: block;
margin-bottom: 5px;}

/***************************/

.thumb_table {
	text-align: center;
	border: 1px solid #999999;
	font-size: 12px;
	vertical-align: middle;
}

.thumb {border: 1px solid #333333;}

#text {margin: 0px;
width: 740px;
color: #F9F9F9;
padding-top: 4px;
padding-bottom: 4px;
font-family: Arial, Helvetica, sans-serif;
font-size: 120%;
border: 1px solid #25255F;
padding-right: 10px;
padding-left: 15px;}

#frame {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #011D45;
	width: 600px;
	background-color: #01011B;
}

.img {height: 90px;
width: 120px;}

.tdxml {
	font-size: 10px;
	color: #F9F9F9;
	background-image: url(../images/pef_bk.jpg);
	background-repeat: no-repeat;
}

.tdxml a:link {
	display: block;
	color: #CECFE8;
	border: 1px solid #333333;
	text-decoration: none;
	width: 122px;
	background-image: url(../images/css/nav.jpg);
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 19px;
	text-align: center;
}

.tdxml a:hover {
	display: block;
	color: #FFC000;
	font-size: 11px;
	border: 1px solid #333333;
	text-decoration: none;
	background-image: url(../images/css/nav.jpg);
}

.tdxml a:active {
	display: block;
	color: #F9F9F9;
	font-size: 11px;
	border: 1px solid #333333;
	text-decoration: none;
	background-image: url(../images/css/nav.jpg);
	line-height: 19px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.tdxml a:visited {
	display: block;
	color: #F9F9F9;
	font-size: 11px;
	border: 1px solid #333333;
	text-decoration: none;
	background-image: url(../images/css/nav.jpg);
	line-height: 19px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.input {
	padding-right: 5px;
	margin-right: 5px;
	border: 1px solid #000000;
	height: 20px;
	margin-top: 2px;
	color: #F9F9F9;
	background-color: #999999;
}

#search {
	width: 500px;
	height: 26px;
	padding-left: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/se.gif);
	background-repeat: repeat;
}

.search_xml {
	font-size: 120%;
	color: #F9F9F9;
	background-color: #011B40;
}

#form {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #011B40;
	width: 500px;
	background-color: #01011B;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFFFFF;
	padding-left: 30px;
	padding-right: 10px;
	background-position: left;
}

.search_xml img {border: 1px solid #FFFFFF;}

.search_xml_performer {background: url(../images/performer_bk.jpg) repeat;
font-size: 100%;
color: #F9F9F9;
border: 1px solid #384376;
padding: 4px;
height: 350px;
text-align: left;}

.search_xml_top {background: url(../images/bk_nav.gif) repeat;
font-size: 110%;
color: #F9F9F9;
border: 1px solid #CCCCCC;
padding: 2px;}

#frame img {border: 1px solid #FFFFFF;
padding-left: 20px;}

table {font-family: Arial, Helvetica, sans-serif;
font-size: 110%;
color: #F9F9F9;}

.form {
	background-color: #011B40;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCCCCC;
	width: 600px;
}
.trade {
	font-size: 140%;
	font-weight: bold;
}

.tdxml img {
	background-color: #000000;
}
.navlist li {
width: 140px;
background-color: #FFFFB9;
padding-bottom: 2px;
}
#extra {
	height: 15px;
	width: 100%;
	background-color: #575666;
}
zz

