#framecontent{
	position: absolute;
	top: 0;
	bottom: 0;
	/*left: 1px;*/
	width: 225px; /*Width of frame div*/
	height: 100%;
	overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
	background: #333;
	color: white;
  border-left: #ffd854 solid 3px;
}

#maincontent{
	position: fixed;
	top: 0;
	left: 225px; /*Set left value to WidthOfFrameDiv 225px default*/
	right: 0;
	bottom: 0;
	overflow: auto;
	background: #fff;
	border-left: #ffd854 solid 3px;
}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

a.txtList:link, a.txtList:visited {font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration: none;
}

a.txtList:hover {
	color:#FFD854;
	text-decoration: none;
}

.txtTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ffd854;
	margin-left: 0px;
			}

ul.menu
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul ul.menu
{
	list-style-type: none;
	padding: 0px;
	margin-left: 16px;
}

ul ul ul.menu
{
	list-style-type: none;
	padding: 0px;
	margin-left: 16px;
}

#sqrlist
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	background-color: #4c4c4c;
	padding: 0.25em; margin: 1em 0 0.75em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ffd854;
	border-color: #333;
	border-width: 3px;
	border-style: solid;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #0E4586;
}

h4 {
	display: inline-block;
	background-color: black;
	color: #FFFFFF;
	font-size: 1.17em;
	font-weight: bold;
	margin: 0px;
}

p {
	margin-left: 26px;
}

hr {
	border: dashed 1px #999;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

img {
	max-width:80%;
}
