BODY{
	background-color : #ffffff;
	background-repeat : no-repeat;
	color: #666666;
} 

img{
	border:0;
	margin:0;
	padding:0;
}

a{ color:#8FCF8A; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: underline; }
a:hover { text-decoration: underline; }


#index{
	overflow:auto;
	height:600px;
	width:800px;
	padding:0;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-400px;
}

#main{
	overflow:auto;
	height:600px;
	width:800px;
	padding:0;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-400px;
	border-width: 1px;
	border-style: solid;
	border-color:#90D6FD;
}
#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height:84px;
	width:798px;
	margin:0;
	padding:0;
}
#header h1{
	padding-left:15px;
	padding-top:15px;
	font-size:8pt;
	color:#FFFFFF;
	position:absolute;
}
#footer{
	width:798px;
	height:20px;
	margin:0;
	padding-top:15px;
	padding-bottom:0;
	font-size:8pt;
	color:#90D6FD;
	text-align:center;
}

#contents{
	height:440px;
	border-top-width:1px;
	border-top-color:#90D6FD;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#90D6FD;
	border-bottom-style:solid;
	margin:0;
	padding:0 40px;
	font-size:11pt;
	position:static;
}

#contents h1{
	margin-top:20px;
	padding:10px 5px 5px 10px;
	font-size:13pt;
	color:#666666;
	width:100%;
	border-left:5px solid #4460E2;
	border-bottom:1px dotted #4460E2;

}

#contents p{
}


#menu-bar{
	widht:794px;
	font-weight:bold;
	font-size:10pt;
	height:30px;
	background-color:#eeffee;
}

ul#menu{
	float:right;
	list-style:none;
	border:0;
	margin:0;
	height:30px;
}

ul#menu li{
	display:block;
	float:left;
	padding:0;
	margin:10px;
}

#company li{
	list-style:none;
	margin:10px 0;
	padding-left:10px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#aaaaaa;

}
