@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	height: 100px;
	max-height: 100%;
	width: 6
	00px;
	position: fixed;
}
/***** Links *****/

a {
	text-decoration: none;
	color: #FFF;
}

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

a img {
  border: none;/*remove border for linked images*/
}

#framecontent{
	position: fixed;
	top: 0;
	bottom: 0px;
	left: 0;
	width: 300px; /*Width of frame div*/
	height: 100%;
	overflow: auto;
	color: white;
	background-color: #000;
}

#maincontent{
	position: fixed;
	top: 0;
	left: 400px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: scroll;
	background-color: #FFF;
}
#sites-chrome-main-wrapper-inside #sites-chrome-main tr #sites-canvas-wrapper #sites-canvas-main #sites-canvas-main-content .sites-layout-name-one-column-hf.sites-layout-vbox .sites-layout-tile.sites-tile-name-content-1 p a {
	color: #009;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#framecontent .innertube h3 {
	font-size: small;
	color: #CCC;
	list-style-type: disc;
}

.innertube table tr td .innertube h1 {
	color: #666;
}
#sites-chrome-main-wrapper-inside #sites-chrome-main tr #sites-canvas-wrapper #sites-canvas-main-content .sites-layout-name-one-column-hf.sites-layout-vbox .sites-layout-tile.sites-tile-name-content-1 p font a {
	color: navy;
}
.innertube .MsoNormal a {
	color: #009;
}
.innertube .MsoNormal strong {
	color: #000;
}
#sites-chrome-main-wrapper-inside #sites-chrome-main tr #sites-canvas-wrapper #sites-canvas-main #sites-canvas-main-content .sites-layout-name-one-column-hf.sites-layout-vbox .sites-layout-tile.sites-tile-name-header p font a {
	color: #009;
}
.innertube table tr td p a {
	color: #009;
}

