body {
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent {
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 185px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#maincontent {
position: fixed;
top: 0; 
left: 185px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto;
padding-top: 15px;
}

#maincontent2 {
position: fixed;
top: 0; 
left: 185px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto;
padding-top: 0px;
}

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

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

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


body {
	/*margin: 15px 10px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 11px;
}
a {
	outline: none;
}
a:link {
	color: #00FFCC;
	text-decoration: none;
}
a:visited {
	color: #F09;
	text-decoration: none;
}
a:hover {
	color: #888888;
	text-decoration: none;
}
a:active {
	color: #888888;
	text-decoration: none;
}
h1 {
	margin: 0px 0px 5px;
	padding: 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
	font-weight: normal;
}

#left_col {
	width: 167px;
	margin-top: 15px;
	margin-left: 10px;
}

#maincontent img {
	margin-bottom: 3px;
}
#maincontent td {
	padding-bottom: 10px;
}
#maincontent2 td {
	vertical-align: top;
}


/* Navbar */

#navbar {
	margin: 5px 0px 10px;
	padding: 0;
	list-style-type: none;
}

#navbar li {
	margin: 0;
	padding: 0;
	
}

#navbar li a {
	display: block;
	height: 15px;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	padding: 0px 3px;
}

#navbar li a:hover, #navbar li a:active {
	font-weight:Bold;
	color:#333333

}

#navbar li#active a {
	font-weight:Bold;
	color:#333333
}

#navbar li span {
	color: #00FFCC;
	float: right;
}
#navbar li#active span {
	font-weight:Bold;
}
#navbar li a:hover span {
	font-weight:Bold;
}




/* Text */

.smalltxt {
	font-size: 10px;
}

