/*body {
		text-align: center;
		background-color: white;
		margin: 0;
		padding: 0;

}

#contentcontainer {
		width: 778px;
		
}

#contentcontainer #head {
		width: 778px;
		height: 86px;
}

#nav {
		width: 778px;
		height: 130px;
		background-color: #0f709e;
}

#left {
		width: 155px;
		height: 1100px;
		background-color: #d7ecf4;
		float: left;
}

#middle {
		width: 468px;
		height: 500px;
		float: left;
		padding: 10px;
}



#right {
		width: 155px;
		height: 1100px;
		background-color: #d7ecf4;
		float: left;
		
}

#footer {
		width: 1024px;
		height: 130px;
		padding: 10px;
		background-image: url(images/input_back.gif);
		background-repeat: repeat-x;
		background-position: top center;
		
}

#contentcontainer #footer ul {
		list-style-type:none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align: left;
		width: 151px;
		float: left;
		line-height: 13px;
}

#footer li {
		list-style-type:none;
		margin-bottom: 3px;
		text-align: left;
		padding-right: 10px;
}

#footer li a {
		color: #88c9e0;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
}

#footer li a:hover {
		text-decoration: underline;
}

#footer p {
font-family: Arial;
		color: #cdd0d4;
		font-size: 11px;
		text-decoration: none;
	width: 758px;
	text-align: left;
}

*/

