@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	line-height:130%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#ffffff;
	overflow-y:scroll;
	color:#222222;
}
#menu {
	position:absolute;
	top:130px;
	width:100%;
	height:35px;
	background-color:#000066;
}
#container {
	position:relative;
	width: 1020px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	position:absolute;
	left:10px;
	width:1000px;
	height:150px;
}
#content {
	position:absolute;
	top:165px;
	left:10px;
	width:998px;
	background-color:#FFFFFF;
}
#mainContent1 {
	position:absolute;
	top:10px;
	left:20px;
	width:350px;
}
#mainContent2 {
	position:absolute;
	top:10px;
	left:400px;
	width:350px;
}
#rightContent {
	position:absolute;
	top:10px;
	left:790px;
	width:200px;
	height:600px;
	background-color:#000066;
}
#rightMainContent {
	position:absolute;
	top:0px;
	left:10px;
	color:#cccccc;
	text-align:center;
	width: 180px;
}
#footer {
	position:absolute;
	top:580px;
	left:10px;
}
.style1 {
	color:#000066;
}
A:link {
	color:#000000;
}
A:hover {
	color:#0066CC;
}
#examples {
	padding:5px;
}
