* {
       margin: 0;
}
html {
       padding: 0px;
}
div {
       opacity: 1;
       position: relative;
}
#div1 {
       //border: 1px dashed #696;
	height: 80px;
	width: 1000px;
	margin-left: auto ;
	margin-right: auto ;
	z-index: 1;
       margin-bottom: 0px;
}
#div1a {
	//border: 1px dashed #696;
	left: 55%;
	top: 10px;
	width: 300px;
	position: absolute;
	z-index: 2;
	padding: 10px;
}
#div1b {
	//border: 1px dashed #696;
	top: 50px;
	left: 20%;
	width: 220px;
	position: absolute;
	z-index: 2;
}
#div2 {
	//border: 1px dashed #696;
	background-color: #ffffff;
	z-index: 1;
	margin-bottom: 0px;
	width: 1000px ;
	margin-left: auto ;
	margin-right: auto ;
}
#div2a {
	position: absolute;
	left: 10px;
	z-index: 2;
	opacity: .7;
	width: 165px;
	//border: 1px dashed #900;
	background-color: #dddddd;
	height: 590px;
	margin-top: 5px;
}
#div2b {
	z-index: 2;
	width: 630px;
	//border: 1px dashed #900;
	//background-color: #fdd;
	margin-left: auto ;
	margin-right: auto ;
	height: 600px;
}
#div2c {
	margin-top: 5px;
	position: absolute;
	z-index: 2;
	opacity: .7;
	width: 165px;
	left: 825px;
	height: 590px;
	//border: 1px dashed #900;
	background-color: #dddddd;
}
#diva1 {
	padding-left: 5px;
	z-index: 3;
	height: 25px;
	line-height: 25px;
	border: 5px solid #dddddd;
	background-color: #ffffff;
	font-weight: bold;
	color: #445566;
}#diva2{
	margin-left: 15px;
	z-index: 3;
	height: 25px;
	background-color: #dddddd;
}
#box1 {
	z-index: 2;
	//background-color: #dddddd;
	float: left;
}
#box2 {
	z-index: 2;
	//background-color: #fdd;
	float: left;
	top: 10px;
}
#box3 {
	z-index: 2;
	//background-color: #dddddd;
	float: right;
	top: 10px;
}
#box4 {
	z-index: 2;
	//background-color: #dddddd;
	float: right;
}
#div3 {
	z-index: 1;
	//border: 1px dashed #696;
	//background-color: #dddddd;
	height: 18px;
	width: 1000px;
	margin-left: auto ;
	margin-right: auto ;  
	text-align: center;  
	line-height: 14px;
	font-size: 14px;
	color: #69809c;
}
#div4 {
}

a:link, a:visited { 
	color: #69809c;
	text-decoration: none; 
}
body.main {
	background-image: url("images/bg_fade.gif");
	background-repeat: repeat-x;
	background-color: #acd0ff;
}
body {
	font-family: impact;
	color: #445566;
	line-height: 20px;
	font-size: 15px;
}
#title {
	text-transform: capitalize;
	font-variant: small-caps;
}
#div2 {
	font-family: verdana;
}
.box {
	width: 300px;
	height: auto;
}
.list {
	font:arial, helvetica 10px;
	text-indent: 5px;
}
table.table1 {
	table-layout: fixed;
}
.title {
	font-family: impact;
	text-decoration: underline;
}
.item {
	font-family: helvetica;
}
ul
{
	margin: 15px;
	padding: 0px;
}