body {
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #95d8ff;
}

#wrapper {
	margin: 10px auto 10px auto;
	width: 760px;
	border: 1px solid #000000;
	background-color: #ffffff;
	background-image: none;
}

#top {
	width: 760px;
	height: 193px;
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
}

#bottom {
	width: 760px;
	height: 19px;
	background-image: url('../images/bottom.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
	text-align: center;
	font-size: 10px;
	padding-top: 48px;
	font-weight: bold;
	vertical-align: bottom;
	color: #1d3b71;
	font-family: Tahoma, Verdana, Helvetica;
}

#logoLink {
	position: absolute;
}

#content {
	float:left;
	width:740px;
	padding: 10px;
	background-color: #FFFFFF;
}

a {
	color: #006600;
	text-decoration: none;	
}

a:hover {

}

table {
	border: 0px;
}

img {
	border: 0px;
}

th {
	text-align: left;
}

h1 {
	font-size: 140%;
	margin-top: 0px;
}

h2 {
	font-size: 120%;
	margin-bottom: 5px;
}

/* print lay-out */
@media print {
	body {
		background-color: #ffffff;
	}

	#menu {
		display: none;
	}

	#content {
		padding: 0px;
		margin: 0px;
	}
	
	#copyright {
		display: none;
	}

	.noprint {
		display: none;
	}
}

/* new CSS */
#pagesMenu {
	float: left;
	width: 25%;
	border: 1px solid #ff0000;
}

#pagesContent {
	float:left;
	width: 74%;
	border: 1px solid #00ff00;
}

.tableItem {
	width: 100%;
	border:1px solid #51aa3b;
}

.trItemTop {
	background-color: #51aa3b;
}

#photoBig {
	position: absolute;
	top: 105px;
	left: 211px;
	height: 0px;
	width: 539px;
	display: none;
	overflow:hidden;
	border: 1px solid #ff0000;
	background-color: #ffffff;

}

.textareaBig {
	width:100%;
	height:200px;
}

.textareaSmall {
	width:100%;
	height:200px;
}
