html,body {
	background: url(../images/bg.gif);
	background-color: #DDF0FF;
	background-position: center;
	background-repeat: repeat-y;
	height: 100%;
	margin: 0px;
}

.bodytext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #65A1CF;
	width: 315px;
	line-height: 14px;
	text-align: justify;
}
	

.bodytext2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #65A1CF;
	line-height: 14px;
	text-align: justify;
}
	
.outerborder {
	border: 1px;
	height:100%;
	border-color: #52B4FF;
	background-color: #FFFFFF;
	background: url(../images/pillbg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.header {
	background: url(../images/topbg.gif);
	height: 126px;
}

.content {
	height: 100%;
}