 body { 
	margin: 0 0 10px;
	background-color: #990000;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; /* 0.8em */
	line-height: 17px; /* 1.35em */
	text-align: center;
	color: #000000;
}

#rap {
	margin: 5px auto 0;
	padding: 0;
	width: 743px;
	text-align: left;
	border: 1px solid rgb(0, 0, 0);
	background-color: #FF9933;
}
	
#headerbox {
	margin: 0;
	background-color: #6699FF;
}

#headerbox img {
	margin: 10px 0px 5px 0px;
	padding: 0;
}

#menu {
	float: left;
	width: 170px;
	margin: 0;
	padding: 2px 0px 0px 0px;
	text-align: center;
}

#menu table {
	margin-left: auto;
	margin-right: auto;
}

#content {
	height: 100%; /* hack to fix problem in IE 5.0 browser */
	margin-left: 170px;
	padding: 15px 20px 15px 20px;
	background-color: #FFCC33;
	border: 1px solid #FFFFFF;
	text-align: left;
}

#content img.right {
    float: right;
	padding: 10px 5px 10px 10px;
}
	
#content img.left {
    float: left;
	padding: 10px 10px 10px 5px;
}
	
#submenu {
	padding: 5px;
	margin-bottom: 20px;
	white-space: nowrap;
	font-size: 11px; /* 0.85em */
	text-align: center;
	border: 1px solid #000000;
}

#submenu img {
	margin-right: 3px;
	vertical-align: middle;
}

#subitem {
	margin-right: 15px;
}

#heading {
	text-align: center;
}

#footer {
	color: #FFFFFF;
	margin: 5px;
	text-align: center;
}

a {
	font-weight: bold;
}
 
a:link { 
	color: #990000; 
	text-decoration:none;
}

a:visited {
	color: #990000;
	text-decoration:none;
}

a:hover { 
	color: #FF0000;
	text-decoration:none; 
}

#footer a:visited {
	color: #FFFF00;
}

#footer a:hover {
	color: #FFFF00;
}

#footer a:link {
	color: #FFFF00;
}

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	font-size: 20px; /* 1.5em */
	margin: 0 10px 10px 0;
	padding: 5px;
}
	
h3 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	font-size: 16px; /* 1.25em */
	margin: 15px 0px 12px 0px;	
}

p {
	margin: 0 0 12px 0;
}

p.ref {
	font-family: Arial, sans-serif, "Times New Roman"; 
	font-size: 10px; /* 0.8em */
	line-height: 15px; /* 1.35em */
}

p.remo {
    margin: 0 0 10px 0;
	padding: 5px;
	width: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFCC66;
	border: 1px solid #990033;
}

ul {
	margin-top: 0;
}

li {
	margin: 0 0 11px 0; /* 1em */
}

li.nodeco {
	margin: 0 0 9px 0;
	list-style-type: square;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

table#clips {
	width: 440px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 15px;
}

table#clips th {
	text-align: center;
	font-weight: bold;
	background-color: #33FF66;
}

table#clips td {
	padding: 3px;
	background-color: #FFFF00;
}

table#clips td.medialink {
	text-align: center;
}

table#clips a:visited {
	color: #0000FF;
	text-decoration: underline;
}

table#clips a:hover {
	color: #0000FF;
	text-decoration: underline;
}

table#clips a:link {
	color: #0000FF;
	text-decoration: underline;
}

table#clips p {
	margin: 0 0 2px 0;
}

span#clipname {
	font-style: italic;
	font-weight: bold;
}

form {
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
	border: solid 1px #666666;	
}

table#contactform {
	width: 450px;
	text-align: left;
	margin: 0px auto 10px auto;
}

table#contactform td {
	padding: 3px;
	/* Repeat the font settings from body here as IE 5.5- doesn't inherit them */
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; /* 0.8em */
	line-height: 17px; /* 1.35em */
}

td.left {
	width: 50%;
	text-align: right;
}

td.right {
	width: 50%;
	text-align: left;
}

td.center {
	text-align: center;
}

#crew {
	padding-top: 3px;
	text-align: center;
}

table#crew {
	width: 450px;
	margin: 0px auto 0px auto;
}

table#crew img {
	padding: 0;
	margin: 0;
}

table#crew td {
	padding: 10px;
	padding-bottom: 15px;
	vertical-align: top;
	/* Repeat the font settings from body here as IE 5.5- doesn't inherit them */
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; /* 0.8em */
	line-height: 17px; /* 1.35em */
}
	
table#crew p {
	padding: 0;
	text-align: left;
}

/* Needed to do centering in IE5.5- */
div.centering {
	text-align: center;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

table#handouts {	
	text-align: left;	
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	/* Repeat the font settings from body here as IE 5.5- doesn't inherit them */
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; /* 0.8em */
	line-height: 17px; /* 1.35em */
}

table#handouts td {
	padding: 5px;
}
