body {
	font-family: Arial;
	align: center;
	background: #E0D9DB; }

/* --------------------------------------- */
/* MAIN PAGE DIV */

#page {
	border: 3px solid #58101F;
	width: 730px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	background: #FFFFFF;}


/* --------------------------------------- */
/* SIDEBAR */

p.sidebar {
	padding: 4 0 4 25px;
	height: 17px;
	border: 1px solid #AB88AB;
	vertical-align: bottom;
	font-face: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #AB88AB;
	margin: 6px 6px 0px 6px;
	background-image: url(images/bullet_unsel.gif);
	background-repeat: no-repeat;
	display: block; }
	
p.sidebar a {
	color: #AB88AB;
	text-decoration: none;
	display: block;	}


/* --------------------------------------- */
/* CONTENT */

#content {
	padding: 10px 25px 10px 10px;
	margin: 0; }

#content h1 {
	padding: 0 0 10px 0;
	margin: 0;
	font-face: Arial;
	font-size: 19px;
	font-weight: bold;
	color: #112955}

#content h2 {
	padding: 0 0 2px 0;
	margin: 0;
	font-face: Arial;
	font-size: 15px;
	font-weight: bold; 
	color: #58101F;}

#content p {
	padding: 0 0 13px 0;
	margin: 0;
	font-face: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;}

#content a {
	color: #112955;
	font-weight: bold;
	text-decoration: none; }
	
#content a:hover {
	text-decoration: underline; }

#content ul {
	padding: 0 0 13px 0;
	margin: -5px 0 0 30px; }
	
#content ul li {
	padding: 0;
	margin: 0;
	list-style-image: url(images/bullet.gif); 
	font-face: Arial;
	font-size: 14px;
	line-height: 170%;}
	

/* --------------------------------------- */
/* COPYRIGHT */

#copyright {
	text-align: right;
	font-face: Arial;
	font-size: 9px;
	color: #58101F;
	margin: 5px; }
#copyright a {
	color: #58101F;
	font-weight: bold;
	text-decoration: none; }
#copyright a:hover {
	text-decoration: underline; }