@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	height: 100%; 
	max-height: 100%; 
}

a:link {
	color: #FF0000;
	text-decoration: none;	
}
a:visited {
	text-decoration: none;
	color: #FF3333;
}
a:hover {
	text-decoration: none;
	background-color:#cccccc;
 	color:#000;
}

a:active {
	text-decoration: none;
	color:#FF0000
}

#framecontentLeft a:link, a:visited, a:active {color: #FFFFFF; text-decoration: none}
#framecontentLeft a:hover {color: #000000; text-decoration: none}
#frame a:visited {color: #FF3333; text-decoration: none}

#framecontentLeft{
	position: absolute;
	top: 130px;
	left: 100px;
	width: 180px; /*Width of left frame div*/
	height: 600px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #000000;
	color: white;
}

#framecontentRight{
	position: absolute;
	top: 130px;
	left: 780px;
	right: 160px;
	width: 180px; /*Width of right frame div*/
	height: 597px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #CCCCCC;
	color: white;
	border-bottom: solid;
	border-bottom-color:#cccccc;
}

#logobox{
	color: black;
}

#framecontentTop{
	position: absolute;
	top: 30px;
	left: 100px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 190px; /*Set right value to WidthOfRightFrameDiv*/
	width: 860px;
	height: 100px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #CCCCCC;
	color: white;
}

#maincontent{
	position: absolute;
	top: 130px; /*Set top value to HeightOfTopFrameDiv*/
	left: 280px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 350px; /*Set right value to WidthOfRightFrameDiv*/
	bottom: 0;
	overflow: auto;
	background: #EEEEEE;
	width: 500px;
	height: 537px;
	border-bottom: solid;
	border-bottom-color:#cccccc;
}

#frame{
	position:relative;
	margin: 5px;
}

#logo{
	position:absolute;
	top:10px;
	left:28px;
	font-size:10px;
	font-weight:bold;
}

#bottom{
	position:absolute;
	top:670px; 
	left:280px;
	right:340px;
	width:500px;
	height:60px;
	background-color: #CCCCCC;
}

#imp{
	position:absolute;
	bottom:15px;
	left:20px;
	font-size:9px;
}

#update{
	position:absolute;
	bottom:15px;
	right:20px;
	font-size:9px;
}

#nav{
	position:absolute;
	bottom:150px;
	left:15px;
}
	
.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

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

.plan{
	font-size:8px;
}

.tab{
color: #FF0000;
}

* html body{ /*IE6 hack*/
padding: 100px 180px 0 180px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}
