body{
	font: 11px verdana,arial,helvetica, sans-serif;
	color:  #000000;
	text-align:justify;
	background-color:#FFFFFF;
	margin:0px;
	}

table, tr, td {
	vertical-align: top;
}

div#menu {
	position: absolute;
	left:5px;
	top:341px;
	width:207px;
	text-align:left;
	padding:10px;
	font: 9px verdana,arial,helvetica, sans-serif;
	color:#000000;	
	background-color: #F3E0E5;
	border: 1px dotted #AC4D68;
	z-Index:1;
}

div#content {
	position: absolute;
	top:338px;
	left:244px;
	width:506px;
	padding:10px;
	text-align:justify;
	z-Index:1;
}

.header{
	font: 17px georgia, serif;
	color: #000000;
	font-style: italic;
	border-bottom: 1px dotted #AC4D68;
	padding-bottom: 1px;
}

.header2{
	font: 20px georgia, serif;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px dotted #AC4D68;
	padding-bottom: 1px;
}

hr {
	border: none 0;
	border-top: 1px dotted #AC4D68;
	height: 1px;
}

a:link {
	font-weight:  bold;
	color: #AC4D68;
	text-decoration: none;
	text-transform: uppercase;
}

a:visited {
	font-weight:  bold;
	color:#AC4D68;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	font-weight: bold;
	color:#AC4D68;
	background-color:#FFFFFF;
	text-decoration: overline underline;
	text-transform: uppercase;
}

a:active {
	font-weight:  bold;
	color:#AC4D68;
	background-color:#FFFFFF;
	text-decoration: overline underline;
	text-transform: uppercase;
}




