body {
	margin:0; padding:0;
	font:11pt/1.5 sans-serif;
	width:730px;	
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-image: url(../images/logoback.jpg);
	background-repeat: repeat;
	margin-left:auto;
	margin-right:auto;
	}

#container {
	float:left;
}

#header {
	margin:0; padding:0;
	height:155;
	width:730px;
	}
#left {
	float:left;
	width:480px;		
	height:auto;
	margin:0; padding:0;
	background: #005B9A;
	color:white;
	border-top: 2px solid white;
	}
#right {
	float:right;
	width:250px;	
	height:100%;
	margin:0; padding:0;	
	background: #ACCBE0;
	border-top: 2px solid white;
	}
#middle {
	float:left;
	width:730px;
	heigth:auto;
	margin:0; padding:0;
	background: #005B9A;
	color:white;
	font-family: "Courier New", Courier, mono;
	border-top: 2px solid white;
	}
#middle1 {
	float:left;
	width:730px;
	heigth:auto;
	margin:0; padding:0;
	background: #ACCBE0;
	color:white;
	border-top: 2px solid white;
	}
#footer {
	width:730px;
	margin:0; padding:0;
	font-size: 8pt;
	color:white;
	text-align:center;
	background: #0755FF;
	}

.clear {
	clear:both;
}	

p.par1{
	text-align: justify;
	padding:15px;
	font-family: "Courier New", Courier, mono;

}

h1{
	background: black;
	color: white;
	margin:0; padding:0;
}

.buttonContainer{
	border: none;
	position:relative;
	width:730px;
}

a.navbar {
	float:left;
	text-decoration: none;
	color: #000077;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	background: url('../images/button3.gif');
	width: 146px;
}
a.navbar:hover {
	color: #ffffff;
	background: url('../images/button4.gif');
	text-align:center;
}
.par2 {
	border: pixel 15;
	font-family: "Courier New", Courier, mono;
	text-align: right;
	padding: 15px;
	font-weight: bold;

}
.par3 {
	border: pixel 15;
	font-family: "Courier New", Courier, mono;
	text-align: justify;
	padding: 15px;
	font-weight: normal;

}
