
body 
	{
		font-family: helvetica, sans-serif; 
		font-size: 14px; 
		color: #000;
		background-color: #dfffd5;
		/**** Below lines let you center DIV's in IE******/
		text-align:center;
		margin:0px auto;
		/**************************************************/
	}

.title{
	color: #fff;
	font-size:36px;
	font-weight:bold;
	text-align: left;
	width:600;
	height:50;
}

	
#content {
	position:absolute;
	top: 5%;
	left: 50%;
	width:800;
	height:600;
	margin-left: -400; /*set to a negative number 1/2 of your width*/
	border:2px solid #000;
	text-align:left;
	background-image: url("images/contentbg.jpg");
}

#left {
	position:absolute;
	top: 80;
	left: 15;
	width:150;
	height:500;
	text-align:left;
	
}
#leftdown {
	position:absolute;
	bottom: 140;
	width:150;
	height:150;
	text-align:left;
	background-image: url("images/opacity.png");
}
#right {
	position:absolute;
	top: 80;
	right: 15;
	width:600;
	height:500;
	text-align:left;
	/*overflow: auto;*/
	overflow-x: hidden; 
	overflow-y: auto;
	
	background-image: url("images/opacity.png");
	/*padding: 5;*/
}

#rightbelow {
	font-size:9px;
	position:absolute;
	top: 580;
	right: 15;
	width:600;
	height:50;
	text-align:right;
	color:#FFF;
}
#logo {
	position:absolute;
	top: 5;
	right: 15;
	width:270;
	height:67;
	background-image: url("images/logo.png");
}

img{
border:1px solid #666;	
}

h1{
  margin:10px;
}
h2{
  margin:10px;
}
h3{
  margin:10px;
  font-size:14px
}

p{
  margin:10px;
}
/************BELOW LINK STYLE****************/
/************Link 1**************************/
a.imageLink1 { 
display:block; 
background:url('images/link1.png') top no-repeat; 
width:150px; 
height:31px;
line-height: 31px; 
text-decoration:none; 
} 
a.imageLink1:hover { 
background-position:bottom; 
} 
a.imageLink1 span { 
visibility:hidden; 
}
a.email{
font-size:12px;
text-decoration: underline;
}

/************Link 2**************************/
a.imageLink2 { 
display:block; 
background:url('images/link2.png') top no-repeat; 
width:150px; 
height:32px; 
line-height: 32px;
text-decoration:none; 
} 
a.imageLink2:hover { 
background-position:bottom; 
} 
a.imageLink2 span { 
visibility:hidden; 
}
/************Link 3**************************/
a.imageLink3 { 
display:block; 
background:url('images/link3.png') top no-repeat; 
width:150px; 
height:32px;
line-height: 32px; 
text-decoration:none; 
} 
a.imageLink3:hover { 
background-position:bottom; 
} 
a.imageLink3 span { 
visibility:hidden; 
}
/************Link 4**************************/
a.imageLink4 { 
display:block; 
background:url('images/link4.png') top no-repeat; 
width:150px; 
height:32px; 
line-height: 32px;
text-decoration:none; 
} 
a.imageLink4:hover { 
background-position:bottom; 
} 
a.imageLink4 span { 
visibility:hidden; 
}
/************Link 5**************************/
a.imageLink5 { 
display:block; 
background:url('images/link5.png') top no-repeat; 
width:150px; 
height:31px;
line-height: 31px; 
text-decoration:none; 
} 
a.imageLink5:hover { 
background-position:bottom; 
} 
a.imageLink5 span { 
visibility:hidden; 
}
/****************Text Links********************/
a
	{
		text-decoration: none;
		font-size:14px;
		font-weight:bold;
	}
a:link 	
	{ 
		color:#fff;  
	}

a:visited 
	{ 	
		color:#fff;
	}