body, html
{
	background-color: #ffffff;
}
body, font, form, input,li 
{
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
}
h1 
{
	font-family : Arial,Helvetica,sans-serif;
	font-size : 14px; 
	font-weight:bold;
} 
h2
{
	font-size:		14px;
}
h3
{
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px; 
	font-weight:bold;
} 
a
{
	color : #483D8B;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 11pt;
}
a:hover
{
	color : #FF6347;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 11pt;
}
a:visited 
{
	color : #223D8B;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 11pt;
}
a:active
 {
	color : #FF0000;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 11pt;
}
a:visited:hover 
{
	color : #FF6347;
	text-decoration: none;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 11pt;
}

#nav
{
	width:			auto;
}

#map
{
	position:		absolute;
	top:			10px;
	left:			250px;
	width:			600px;
	height:			300px;
}

#code
{
	position:		absolute;
	top:			320px;
	left:			250px;
	width:			600px;
	height:			100%;
}

.execute
{
	margin:			0px 0px 20px 0px;
}

textarea
{
	font-family : Courier,monospace; 
	font-size : 12pt; 
	background-color: #ffffff; 
	border-width:1px; 
	border-style:solid ;
	border-color:black;
}
textarea.requestta
 {
	font-family : Courier,monospace;
	font-size : 11pt; 
	position:relative;
	left:0;
	top:0; 
	width: 100%; 
	height: 100%; 
	background-color: #ffffff; 
	border-width:1px; 
	border-style:solid ;
	border-color:black;
}