body {
	background-color: #1C295D;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C2C2C; 
	margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 15px; 
}

html { 
min-height:100%; 
margin-bottom:1px; 
}

hr.dragon {
	width: 95%;
	color: #244977;
margin-top: 15px;
	margin-bottom: 15px;
	}

div.body {
	width: 778px;
	border: 2px solid #111A39;
	background-color: White;
}

div.header {
	width: 778px;
}

div.menu {
	width: 778px;
	background-color: #A0A9D3;
}

div.main {
	width: 778px;
	vertical-align: top;
	
}

div.textmenu {
	width: 778px;
}

div.cd {
	width: 550px;
	vertical-align: top;
}

div.interview {
	width: 450px;
	border: 1px solid #8D3634;
	padding: 3px;
	height: 50px;
	vertical-align: bottom;
	
}

sup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2C2C2C; 
}

input.newsletter {
	border: 1px solid #22396F;
	background-color: #EFF2FA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0D226C;
	margin-left: 3px;
	padding-left: 2px;
}

td.sideborder {
	width: 135px;
	border: 1px solid #1C1E3E;
	padding: 5px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2C2C2C;
}

span.headertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #863331;
	padding-top: 18px;
	padding-bottom: 18px;
}

span.cd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2C2C2C;

}

span.cd2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #851A16;
	

}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2C2C2C;
	margin-top: 5px;
	margin-bottom: 2px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #871E1B;
	margin-top: 5px;
	margin-bottom: 2px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C2C2C;
}

div.rule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1F2C87;
	padding: 8px;
}

div.bottomcredits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F8FAFE;
}

input.blue {
	color: #1F3D69;
	background-color: #E5EBF7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	
}

textarea {
	color: #1F3D69;
	background-color: #E5EBF7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	
}

td.bordered {
	border: 1px solid #2F48A3;
	background-color: #EBEEF5;
}



div.audio1 {
	width: 150px;
	border: 1px solid #2F48A3;
	padding: 3px;
}

ul.body {
	padding-top: 2px;
	margin-top: 2px;
}

a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #171070; 
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #171070; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #863331;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #863331;
	text-decoration: none;
	font-weight: bold;
}

a:link.credits {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #FAFBFE; 
	text-decoration: none;
	font-weight: bold;
}

a:visited.credits {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FAFBFE; 
	text-decoration: none;
	font-weight: bold;
}

a:hover.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CDC7E9;
	text-decoration: none;
	font-weight: bold;
}
a:active.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CDC7E9;
	text-decoration: underline;
	font-weight: bold;
}

/* start of menu styles */
/* http://www.dynamicdrive.com/style/csslibrary/item/suckertree-menu-horizontal/ */



.suckertreemenu ul{
margin: 0;
padding: 0 2px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #A0A9D3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 175px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #171070;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 15px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 195px; /*width of sub menu levels*/
color: #171070;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #171070;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #A0A9D3 url(../images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #A0A9D3 url(../images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */






