body {
	margin: 0px;
	background: url('../image/queens_back.png') repeat-y;
}

body, p, td {
	font-family: Trebuchet MS, sans-serif;
}

h2 {
	font-family: Trebuchet MS, sans-serif;
	color: #003366;
	font-weight: bold;
	font-size: 13pt;
	border-bottom: 1px solid #003366;
	
	margin: 14px 0 0 0;
	
}

div.sidebarModuleName {
	font-weight: bold;
	font-size: 11pt;
	color: #003366;
	padding: 0 5px 0 5px;
}

table.queens_som {
	border-collapse: collapse;
}

table.queens_som td {
	padding: 0;
}

table.queens_som td.topLogo {
	background: url('../image/queens_som_logo.png') no-repeat;
	border-bottom: 3px solid #003366;
}

table.queens_som td.title {
	background-color: #003366;
	color: white;
	padding: 0 0 0 15px;
	border-bottom: 3px solid #003366;
}

table.queens_som td.title div.moduleTitle {
	font-size: 13pt;
	font-weight: bold;
}

table.queens_som td.title div.pageTitle {
	font-size: 11pt;
	font-weight: bold;
}


table.queens_som td.main {
	vertical-align: top;
	padding: 20px 20px 40px 20px;
}

td.sidebar {
	vertical-align: top;
}




div.pageContainer {
}

div.banner {
	border-bottom: 3px solid #CC0000;
}

div.bannerContainer {
}

div.bannerMain {
	padding: 65px 10px 5px 200px;
	
	font-size: 24pt;
	font-weight: bold;
	color: #003366;
}

div.actionBar {
	height: 20px;
	background-color: #D1D2D4;
	margin: 0 0 0 0;
}

div.navigation {
	float: left;
	width: 182px;
	padding: 10px 20px 30px 0;
	margin: 0 0 0 30px;
	
}

div.bodyContainer {
	margin: 0;
	width: 800px;
}

div.body {
	/* body always clears sidebar */
	margin-left: 206px; 
/*	margin-left: -10px;*/
/*	float: left; */
	background-color: white;
	border-left: 1px solid white;
}



div.footer {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	
	background-color: #F5F5F5;
	border-top:1px solid #DDDDDD;
	color:#AAAAAA;
	opacity:0.9;
	
	bottom:0px;
	left:0px;
	position:fixed;
	
	width:100%;
	padding: 0px;
	z-index:10000;
	
}

div.footer a {
	color:#AAAAAA; 
}

div.footer table {
	width: 100%;
}

div.footer table td {
	vertical-align: bottom;
	padding: 6px;
}

div.footer table td.right {
	text-align: right;
}


form.searchForm {
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 8px;
}

input.searchQuery {
	width: 100px;
	height: 12px;
	border: 1px solid black;
	background-color: #E5E5E5;
	font-size: 8pt;
}

div.bodyContent {
}

div.bodyContent p {
	margin-top: 0pt;
	margin-bottom: 6pt;
	/* text-indent: 18pt; */
}


div.bodyContent li p {
	margin-top: 0pt;
	margin-bottom: 6pt;
	text-indent: 0pt;
	text-align: left;
}

div.bodyContent p.reference {
	font-size: 8pt;
	margin-left: 12pt;
	text-indent: -12pt;
}

div.bodyContent a.reference {
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

div.bodyContent a.offSite {
	font-weight: bold;
	color: #336699;
}

div.frontBody {
	background: url('../image/main-background.gif') top left no-repeat;
	background-color: #999999;
	padding-top: 39px;
	padding-left: 74px;
	padding-bottom: 100px;
	height: 400px;
}


div.frontBodySet {
	height: 57px;
	margin-bottom: 10px;
}

div.frontBodyIcon {
	float: left;
}

div.frontBodyTitle {
	float:left;
	margin-left: 10px;
	height:47px;
	width:335px; 

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/alpha-png24.png',sizingMethod='scale'); 

/* FIXME: put this in for non-IE6, out for others */
/*	background: url('../image/alpha-png24.png') top left no-repeat; */

	font-size: 22pt;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 10px;
	padding-left: 10px;

}

div.frontBodyTitle a {
	color: #CCCCCC; text-decoration: none;
}

div.caseBody {
	background: url('../image/main-background.gif') top left no-repeat;
	background-color: #999999;
	padding: 20px;
	padding-bottom: 100px;
	height: 400px;
}

div.caseBody table.waitingRoom {
}

div.caseBody table.waitingRoom td {
	width: 33%;
	text-align: center;
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, sans-serif;
}


div.caseBody table.waitingRoom td a {
	color: #336699;
	text-decoration: none;
}

div.caseBody table.waitingRoom td img {
	border: 1px solid white;
}

div.caseBody #casePresentation {
	border: 1px solid black;
	background-color: #CCCCCC;
	width: 280px;
	height: 140px;
	padding: 6pt;
	text-align: left;
}

div.caseBody #casePresentation h1 {
	font-size: 13pt;
	margin-bottom: 6pt;
}

div.caseBody #casePresentation p {
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 6pt;
}


div.breadcrumbs {
	font-size: 8pt;
	color: #CCCCCC;
}

div.breadcrumbs a {
	font-size: 8pt;
	color: #CCCCCC;
	text-decoration: none;
}

div.bodyContent {
	margin-right: 10%;
	margin-bottom: 70px;
}

div.bodyContent img {
	/* margin: 10px;*/
}


div.jumpBox {
	text-align: right;
	margin-right: -20px;
}

div.jumpBoxInner {
}

div.jumpBox img {
	border: 0px;
	vertical-align: bottom;
	
}

div.jumpBox a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	vertical-align: center;
	margin-right: 15px;
}


span.didyouknowPhrase {
/* removed on request from Shayna, Dec 20 2005 */
/*	font-size: 13pt;
	color: #996633; */
	font-weight: bold;
}

a.activityLink {
	text-decoration: none;
	display: block;
	border: 2px solid black;
	background: #336699;
	color: white;
	width: 400px;
	padding: 10px;
	text-align: center;
	font-size: 13pt;
        text-indent: 0px;
}

a.activityLink b {
	display: block;
}

div.activityLink {
    cursor: pointer;
    /* background-color: #336699; */
    border: 1px solid black;
    width: 400px;
    height: 56px;
    padding: 10px;
    padding-right: 30px;
    text-align: center;
    color: black;
    margin-bottom: 12px;
}
div.activityLink div.playButton {
    float: left;
}
div.activityLink div.title {
    margin-left: 50px;
    padding-top: 10px;
}

div.mapToc0, div.mapToc1, div.mapToc2, div.mapToc3, div.mapToc4, div.mapToc5 {
	margin-left: 20px;
	font-size: 10pt;
	font-weight: normal;
}
div.mapToc0 a, div.mapToc1 a, div.mapToc2 a, div.mapToc3 a, div.mapToc4 a, div.mapToc5 a {
	color: #336699;
	text-decoration: none;
}

div.mapToc0 {
	margin-bottom: 12pt;
	font-size: 13pt;
	font-weight: bold;
}

div.mapToc1 {
}

div.activityListItem {
	margin-left: 40px;
	margin-bottom: 3pt;
}

div.activityListItem a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

div.jumpBoxRelated {
	width: 300px;
	border: 1px solid black;
	margin-top: 12pt;
}

div.jumpBoxRelatedTitle {
	padding: 3pt;
	color: white;
	background: #336699;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3pt;
}

div.jumpBoxRelated a {
	display: block;
	padding: 3pt;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

div.jumpBoxRelated a:hover {
	color: #336699;;
}

table.default {
	border-collapse: collapse;
}

table.default td {
	border: 1px solid black;
	padding: 4px;
}

div.imageHolder {
    /* border: 1px solid green; */
    padding: 3px 0px 3px 0px;
    margin: 0px 0px 0px 0px; 
    /* width and alignment are set with style="" on an image-by-image basis */
    clear: both;
}

div.imageHolderLeft {
    float: left;
    padding: 3px 3px 3px 3px;
    margin: 0px 0px 0px 0px; 
    clear: both;
}

div.imageHolderRight {
    float: right;
    padding: 3px 3px 3px 3px;
    margin: 0px 0px 0px 0px; 
    clear: both;
}


div.caption {
	clear: both;
    font-size: 9pt;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
}

div.mediaCredit {
    text-align: right;
    font-style: italic;
    font-size: 8pt;
}

div.navigationPanel form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

/* -------------- interactive: see activity.css ---------------- */


