html, body {
height: 100%;
margin:0; padding:0; 
}

body{
	background-image: url('background.jpg');	
	margin: 0px; padding:0px;	
	font-family: verdana;
	font-size: 12px;
}

.page{
	width: 780px;
	height: 100%;
	margin: 0px auto;
	border: solid;
	border-width: 0px;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #C2CDFF;
	bottom: 0px;
	background-color: #dddddd;
}

.header{
	background-color: #ffffff;
	height: 136px;
	width: 780px;
	background-image: url('logo.jpg');
	background-repeat: no-repeat;
	border: 0px;
}

.menu{
	background-image: url('navback.jpg');
	width: 780px;
	height: 25px;	
	border-style: solid;
	border: 0px;
	text-align: center;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}


.middle{
	background-color: #dddddd;
	width: 780px;
	height: 640px;
	border-width: 0px;	
	float: left;
}

p{
	color: #0B3B7A;
	margin-left: 5px;
	margin-right: 5px;
	

}

h1{
	text-align: center;
	color:#0B3B7A;
	font-size: 27pt;	
}

h2{
	text-align: center;
	color: #0B3B7A;
	font-size: 20pt;
	text-decoration: underline;
}

h3{

	color: #0B3B7A;
	margin-left: 5px;
	margin-right: 5px;
}


.nav{	
	color: #0B3B7A;	
	margin: 0;
	padding: 0;
	text-align: center;
	display:inline;
vertical-align: middle;
	
}

.navitem
{
	display:inline;
	height: 25px;
	width: 70px;
	margin: 5px;
	padding: 0;
vertical-align: middle;	

}

a{
	text-decoration: none;
}

.text{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;	
	width: 600px;
	float: left;
	background-color: #eeeeee;
	border-width: 0px;
	background-image:url('fora.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}

.content{
	background-color: #eeeeee;

	height: 100%;
	width: 640px;
	border: 0px;
	float:left;
	margin: 5px;
	padding: 0px;

}

.sidebar{
	height: 610px;
	width: 130px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.bold{
	font-weight: bold;
}

#fora{
	
	height: 196px;
	width: 300px;
	border: 1px;
	float: right;
}