/* CSS Document */
.symbols{padding: 2px}
body{
	margin: 20px; 
	margin-top: 4px; 
	background-color: #eeeeee; 
	font-family: arial; 
	font-size: 13px;
}
#header{
	background-color: LIGHTBLUE; 
	text-align: right; 
	height: 75px; 
	width: 1020px;
}
.canvas{
	position: relative; 
	margin-top: 20px; 
	width: 850px; 
}
#header .title{
	position: absolute; 
	top: 52px; 
	left: 70px; 
	font-size: 20px; 
	color: #ffffff;
	letter-spacing: 1px; 
	FONT-FAMILY: arial;
	background-color: LIGHTBLUE;
	padding: 2px;
}
#header .titleLine{
	position: absolute; 
	top: 48px; left: 27px; 
	border-bottom: 1px solid #ffffff;
	width: 555
}
#menu{
	position: absolute; 
	width: 150px; 
	border: 1px solid #eeeeee;
}
#menu h5{
	text-align: center; 
	border: 1px solid LIGHTBLUE;
	background-color:#ffffff; 
	padding: 2px; 
	margin: 0px;
	font-size: 13px; 
	margin-bottom: 3px;
}
#menu a{
	color: DARKBLUE; 
	text-decoration: none;
}
#menu a:hover{
	color: RED;
}
#frame{
	position: relative; 
	left: 170px; 
	width: 100%; 
	border: 1px solid LIGHTBLUE;
}
#powered{
	padding: 15px; 
	background-color: #ffffff;
	text-align: center; 
	margin-top: 20px;
}
#powered b{
	font-style: italic; 
	font-size: 11px;
}
#frameBody{
	background-color: #ffffff; 
	margin: 20px;
}
#frameBody .title{
	margin-bottom: 20px; 
	font-size: 20px; 
	text-decoration: underline;
}
#frameBody p{
	line-height: 1.6em; 
	text-indent: 12.25pt; 
	text-align: justify;
	font-size: 14px;
}
ul, li{
	line-height: 1.6em; 
	font-size: 15px;
}
#frameBody .image{
	text-align: center; 
	border: 1px solid #cccccc; 
	margin: 20px; 
	PADDING: 5PX;
}
.iconPosition{
	position: absolute; 
	top: 2px; 
	text-align: right;
}
#footer {
	background-color: LIGHTBLUE; 
	text-align: center; 
	padding: 5px;
	width: 1020px;
	color: #666666;
	position: relative;
	margin-top: 20px;
}