﻿body 
{
	color:#3a3a3a; 
	font:70% Verdana,Tahoma,Arial,sans-serif; 
	margin:0 auto; 
	padding:0;
	
	/* no gradient, tan coloured, wraps to text */
	background-color:#E0D1B0;
}

#wrap 
{
	background: #fff;
	color: #303030;
	margin: 0 auto;
	width: 750px;
}

#text
{
	padding-left: 10px;
	font-size: 12px;
}

#framecontent{
position: absolute; 
width: 750px; 
height: 180px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}


#maincontent{
position: fixed; 
top: 180px; /*Set top value to HeightOfFrameDiv*/
bottom: 0;
overflow:auto; 
background: #fff;
width: 750px;
}

/* ================================================================================= */
/* 								horizontal blue menu 								 */
/* ================================================================================= */

.indentmenuhblue
{
	font: bold 13px Arial;
	width: 750px; /*leave this value as is in most cases*/
}

.indentmenuhblue ul
{
	margin: 0;
	padding: 0;
	float: left;
	width: 750px; /*width of menu*/
	/*border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background-color:#3A408C;
	/*background: black url(img/indentbgB.gif) center center repeat-x;*/
}

.indentmenuhblue ul li
{
	display: inline;
}

.indentmenuhblue ul li a
{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	/*border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenuhblue ul li a:visited
{
	color: white;
}

.indentmenuhblue ul li a:hover, .indentmenuhblue ul li .current
{
	color: white !important; /*text color of selected and active item*/	
	padding-top: 7px; /*shift text down 2px for selected and active item*/
	padding-bottom: 3px; /*shift text down 2px for selected and active item*/
	background-color:#3A408C;
	/*background: black url(img/indentbgA.gif) center center repeat-x;*/
}

/* ================================================================================= */
/* 								horizontal blue submenu								 */
/* ================================================================================= */

.indentsubmenuhblue
{
	font: 11px Arial;
	width: 750px; /*leave this value as is in most cases*/
}

.indentsubmenuhblue ul
{
	margin: 0;
	padding: 0;
	float: left;
	width: 750px; /*width of menu*/
	/*border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background-color:#3A408C;
	/*background: black url(img/indentbgB.gif) center center repeat-x;*/
}

.indentsubmenuhblue ul li
{
	display: inline;
}

.indentsubmenuhblue ul li a
{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	/*border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentsubmenuhblue ul li a:visited
{
	color: white;
}

.indentsubmenuhblue ul li a:hover, .indentmenuhblue ul li .current
{
	color: white !important; /*text color of selected and active item*/	
	padding-top: 7px; /*shift text down 2px for selected and active item*/
	padding-bottom: 3px; /*shift text down 2px for selected and active item*/
	background-color:#3A408C;
	/*background: black url(img/indentbgA.gif) center center repeat-x;*/
}


/* ================================================================================= */
/* 										footer						 		 		 */
/* ================================================================================= */

#footer 
{
	background:#fff; 
	clear:both; color:gray; 
	font-size:0.9em; 
	margin:0 auto; 
	padding:5px 0; 
	text-align:center; 
	width:730px;
}

#footer p 
{
	margin:0; 
	padding:0;
}

#footer a 
{
	background:inherit; 
	color:gray; 
	font-weight:400; 
	text-decoration:none;
}

#footer a:hover 
{
	text-decoration:underline;
}

#fixedtipdiv
{
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}