/*********************/
/* BASIC */
/*********************/

body {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 62.5%; 
	margin: 0;
	padding: 0;
	background: url(../graphics/binder2.gif) repeat-y left top #B51073;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 860px;
}
#wrapperhome {
	width: 760px;
}

a:link { color: #0033FF }
a:visited { color: #009966 }
a:hover { color: #996633 }
a:active { color: #996633 }

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	position: relative;
}

#logo {
	margin-left: 60px;
	height: 110px;
}
#logo_home {
	margin-left: 60px;
	height: 240px;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 165px;
	left: 60px;
}

/* These styles create the dropdown menus. */
#navbar {
   margin: 0;
   padding: 0;
   height: 1em; 
   	margin-bottom: 0px;
	position: absolute;
	top: 95px;
	left: 60px;
   }
   
#home #navbar  {
	top: 230px;
	left: 60px;
}
#navbar li {
   list-style: none;

	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: #660080 solid 1px;

	background-color: #FFFFFF;
	float: left;
 
   }
#navbar li a {
   display: block;
   padding: 3px 8px;
   background-color: #FFFFFF;
   color: #0033FF;
   text-decoration: none; }
#navbar li ul {
   display: none; 
   width: 8em; /* Width to help Opera out */
   background-color: #FFFFFF;}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li {
   float: none; }
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #FFFFFF;
   color: #0033FF; }
#navbar li li a:hover {
   background-color: #FFCC99; }
#navbar a.topLink {
	color: #000000; }
/*highlight "you are here" buttons*/
#home #navbar a#homeLink,
#info #navbar a#infoLink,
#faq #navbar a#faqLink,
#epg #navbar a#epgLink,
#other #navbar a#otherLink,
#search #navbar a#searchLink,
#pictures #navbar a#picturesLink,
#sounds #navbar a#soundsLink,
#quizzes #navbar a#quizzesLink,
#quotes #navbar a#quotesLink {
	background-color: #FFCC99;
	color: #009966;
}

/*********************/
/* MAIN */
/*********************/
#main {
	margin-left: 60px;
	margin-right: 160px;
}
h1 {
	color: #660080;
	margin-top: 32px;
	margin-bottom: 10px;
	font-size: 2.4em;
	line-height: 100%;
}
h2 {
	color: #660080;
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
}
h3 {
	color: #660080;
	font-size: 1.6em;
	margin-top: 6px;
}
blockquote {
	color: #000000;
	font-size: 1.3em;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #000000;
	font-size: 1.3em;
}

ol p {
	font-size: 1.1em;
}

pre{
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
}
dl {
	font-size: 1.3em;
}
.largeText {
	font-size: 1.6em;
}
.smallText {
	font-size: 1em;
}

.divider {
	margin-top: 2px;
	padding: 6px 0 6px 0;
}
.centerP {
	text-align: center;
}
.centerT {
	margin-left: auto;
	margin-right: auto;
}
#revdate {
	margin-top: 0;
	margin-bottom: 1em;	
}
#main ul {
	list-style-type: square;
}
#main li {
	margin-left: 2em;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #000000;
	font-size: 1.2em;
}
#main tr {
	font-size: 1.2em;
}
#quotetext {font-family: "Courier New", Courier, monospace;
    font-size: 10px;
}

/*********************/
/* TABLES */
/*********************/

.epgtbl {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
.epgtblnarrow {
	width: 60%;
}
.epgtbl td, .epgtbl th {
	font-size: 1.2em;
	border: 1px solid #660080;
	padding: 3px 7px 2px 7px;	
}
.epgtbl th {
	text-align: left;
	padding-top: 5px;	
	padding-bottom: 4px;
	background-color: #660080;
	color: #FFFFFF;
}
.epgtbl tr.alt td {
	background-color: #FFFFFF;
}

/*********************/
/* FORMS */
/*********************/

.epgform {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-left: 60px;
	margin-right: 160px;
	font-size: 1em;
}
#footer a {
	font-size: 1.2em;
}
#copyr  {
	font-size: 1em;
	width: 540px;
}

