
body
{
	
	/*background-color: white;*/ 
	background-color: black; 
	font-family : Verdana, Tahoma, Arial;
	font-size: 10pt;
	color: white;
	/*
	scrollbar-track-color : Gray;
	scrollbar-face-color : #003838;
	scrollbar-arrow-color : yellow;
	scrollbar-shadow-color : Gold;
	*/
	scrollbar-track-color: gray;
	scrollbar-face-color: black;
	scrollbar-arrow-color: yellow;
	scrollbar-shadow-color: gray;
	
	margin: 0px 10px 10px 10px;

}


a
{
	text-decoration: none;
	font-family: Verdana, Arial, regular;
	font-size: 10pt;
	color: #A8A8A8;
	cursor: hand;
		
}

a:hover {
	text-decoration: underline;
}

LABEL
{
	font-size: 12px;
	color: white;
	font-family : Tahoma, Arial;
}

INPUT, SELECT, TEXTAREA
{
	font-size:12px;
	color: darkblue;
	font-family : Tahoma, Arial;
	border : thin inset;
}

BUTTON
{
	background-color : #D4D4D4;
	font-size: 12px;
	color: darkblue;
	font-family : Tahoma, Arial;
	border : outset thin #B0C4DE;
	cursor: hand;
}


FORM
{
	font-family : Tahoma, Arial;
	cursor: default;
}

/* Id for the dividers in the page */

#logo
{
	position : absolute;
	width: 99.7%;
	height: 40px%;
	top: 10px;
	left: 20px;
	float: right; 
	/*border-bottom:2px outset white;*/

	
}

#logo p
{
	margin: 5px 5px 5px 5px;
		
}

#menu
{
	position : absolute;
	width: 15%;
	height:85%;
	top: 60px;
	left: 20px;
	float : right; 
	/*border : 2px outset green;*/
}

#menu p
{
		margin: 5px 5px 5px 5px;
		align: left;
		
}

#menutext
{
	margin: 5px 5px 5px 5px;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #A8A8A8;
}

#navigator
{
	position: absolute;
	top: 60px;
	left: 17%;
	height: 5%;
	width: 84%; /*overflow: auto;*/
	float: center; /*border : 2px outset #003838;*/
}

#navigator p
{
		margin: 5px 5px 2px 5px;
		align: left;
}

#navigatortext
{
	margin: 5px 5px 5px 5px;
	font-family: Verdana, Arial;
	font-size: 12pt;
	color: white;
	font-weight: bold;

}

#content
{
	position: absolute;
	top: 20%;
	left: 17%;
	height: 67%;
	width: 84%;
	overflow: auto;
	float: center;
	/*	border : 2px outset #003838;*/
	
	/*position: absolute;
	top: 18%;
	left: 17%;
	height: 67%;
	width: 80%;
	overflow: auto;
	float : center; */
	/*border : 2px outset #003838;*/
}

#content p
{
	margin: 5px 5px 5px 5px;
	font-family : Verdana, Tahoma, Arial;
   font-size: 10pt;
	color: white;
}

#footer
{
	position: absolute;
	top: 87%;
	left: 17%;
	height: 10%;
	width: 84%;
	/*float: none; /*border : 2px outset yellow;*/
}

#footer p
{
		margin: 5px 5px 5px 5px;
		color: #BBBBBB;
		font-size: 9px;
}


#footer .p1
{
		margin: 5px 5px 5px 5px;
		color: white;
		font-size: 10px;
}

/* classes */

.grayline_light
{
 	color: #AEAEAE;
	height: 1px;
}


.grayline
{
 	color: gray;
	height: 1px;
}


.grayline_dark
{
 	color: #4D4D4D;
	height: 1px;
}


.whiteline
{
 	color: white;
	height: 1px;
}


