body{

	background: #ffd5fc;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;

}

body,td,th,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#container{
	width: 865px;
	background: url("images/background.png") repeat-y;
	margin: 0 auto;
	text-align: left;
}

#header{
/*
	background: url("images/header.png") no-repeat; 
*/
	height: 212px;
}

#footer{
	background: url("images/footer.png") no-repeat;
	height: 32px;
	clear: both;
}

#content{
	width: 600px;
	float: left;
	padding-left: 20px;

}

#panel{
	width: 200px;
	float: left;
	padding-left: 20px;
	margin-top: 15px;
}

/*#logo{
	position: absolute;
	background: url("images/acc.png") no-repeat;
	width: 139px;
	height: 822px;
	top: 143px;
	left: -67px;
}*/

/*#border{
	position: absolute;
	background: url("images/icon.png") repeat-y;
	width: 17px;
	height: 100%;
	top: 145px;
	left: 900px;
}*/

#copyright{
	position: absolute;
	height: 10px;
	width: 180px;
	bot: 0px;
	left:755px;
	color: #ff4da5;
	font-size: 10pt;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Times, "Times New Roman", Tahoma;
	font-weight: bold;
}

h1, h1 a:link, h1 a:visited  {
	font-size: 17px;
	color: #4f1727;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 13px;
	color: #E65B87;
	background-color: #F6DFE6;
	padding: 5px 5px 5px 5px;
	/* margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
	width: 580px;
}

h3 {
	font-size: 12px;
	color: #6699FF;
}
h4 {
	font-size: 12px;
	color: #B80253;
}
A:link { 
        color : #CC99CC; 
} 