body {
	color: gray;
	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	background-color: white;
	font-style: normal;
	}
	
.headerpic {
	width: 800px;
	height: 200px;	
	background: url(img/header_2011-06.jpg) no-repeat;
	margin-bottom: 2px;
	position: relative;
}


h1 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: black;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: black;
}

a { 
	color:#08c; 
	text-decoration:none; 
	outline:none; 
}

a:hover { 
	text-decoration:underline;

}


.content {
	height: 500px;
	width: 800px;
	margin-left: 200px;
	line-height: 20pt;
}

.top
{
	height: 20px
}
.header {
	width: 800px;
	height: 200px;	
	padding-bottom: 1px;
}

.headerline {
	background: url(img/line.gif) repeat-x;
	margin-top: -8px;
	margin-bottom: 0px;	
	width: 100%;
	height: 3px;
}


.headershade {
	height: 15px;
	width: 800px;
	background: url(img/shade.gif) repeat-x;
}

.contenttop {
	height: 10px;
	width: 800px;
}
.contentbox {

	height: 140px;
	width: 800px;
	padding-left: 2px;
	margin-top: 4em;	
}

.contentline
{
	margin-top: 2.2em;
	background: transparent url(img/line.gif) repeat-y;
	float:left;
	width: 10px;
	height: 108px;
	
}

.contentbox1
{
float:left;
width:70px; 
height:120px;
	margin-top: 20px;
	
	position: relative;
}

.contentbox2
{
float:left;
width:150px; 
height:120px;
	margin-top: 20px;
	
}

.contentbox3
{
float:left;
width:250px; 
height:120px;
	margin-top: 20px;

}

.contentbox4
{

float: right;

height:143px;
width:244px; 
margin-top: 10	px;
border: 1px solid #dedede;
	margin-right: 3px;
}

.shade {
	height: 15px;
	width: 244px;
	background: url(img/shade.gif) repeat-x;
	margin-top: 8px;
}


.footerline {
	background: url(img/line.gif) repeat-x;
	width: 800px;
	height: 3px;
	margin-top: 30px;

}
	
.footer {
	
	width: 800px;
	height: 20px;
	color: gray;
	text-align: center;
	font-size: 9px;
}






