body {
	font-size: 11px;
	font-family: Helvetica, Verdana, sans-serif;
	line-height:130%;
	background: #E5E3DF;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #f6f8fa;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

/* //////////////////////////////////

navigaiton styles

//////////////////////////////////*/
.navtext {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #868686;
	line-height: 18px;
	width: 160px;
	overflow: auto;
	top: 145px;
	bottom: 0;
	position: fixed;
	height: 150px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	background-color: #E9E9E9;	
}

.navtext a {
	color: #1183b8;
	text-decoration: none;	
}

.navtext a:hover {
	color: #b8112d;
	text-decoration: none;	
}

.holder {
	width: 850px;
	height: 100%;
	align:center;
	margin:auto;
}

/* //////////////////////////////////

body text styles

//////////////////////////////////*/

#bodytext {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #868686;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	width: 405px;
	float: left;
}

#bodytext a {
	color: #1183b8;
	text-decoration: none;	
}

#bodytext a:hover {
	color: #b8112d;
	text-decoration: none;	
}

#bodytitle {	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #868686;
	line-height: 18px;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
	width: 600px;
	
}


#roll {	
font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #868686;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 15px;
	width: 170px;
	float: right;
	}
	
#roll a {	
	color: #1183b8;
	text-decoration: none;
	}
	
#roll a: hover {	
	color: #b8112d;
	text-decoration: none;	
	}
	
/* //////////////////////////////////

image styles

//////////////////////////////////*/
.portimage {
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	line-height: 10px;	
}

#headerimg {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	height: 145px;
	

}



/* //////////////////////////////////

container styles

//////////////////////////////////*/

.content {
	/*height: 100%;
	background-color: #E9E9E9;
	border:1px solid #000000;
	width: 640px;
	margin-top: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 210px;
	*/
	
	width: 645px;
	overflow: auto;
	top: 140px;
	bottom: 0;
	height: 100%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 210px;
	background-color: #E9E9E9;	
	
}
