BODY {
	background-color: #AF007C;
	text-align:center; /* for IE */ 
}
/* GENERAL fonts */
P, H1, H2 {
	font-family: verdana, arial;
	color: #AF007C;
	font-size: 11px;
}

A {
	color: #F09100;
}

H1 { 
	font-size: 15px; 
}
H2 { 
	font-size: 13px; 
}
P, H1, H2 {
	margin: 0px 0px 5px 0px;
}

TABLE {
	text-align:left; /* reset text alignment */
	width:800px; /* or a percentage, or whatever */
	margin:0 auto; /* for the rest */ 
	background-color: #FFFFFF;
}

TD#header_1 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	vertical-align: top;
	height: 135px;
	background-color: #FFFFFF;
	background-image: url(../images/banner_top_800x175.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-top: solid 1px #AF007C;
	border-right: solid 1px #AF007C;
}


TD#footer {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	vertical-align: bottom;
	height: 150px;
	background-color: #FFFFFF;
	background-image: url(../images/border_800x150.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom: solid 1px #AF007C;
	border-right: solid 1px #AF007C;
}
TD#footer P {
	color: #F09100;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

TD#footer A {
	color: #F09100;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

TD#footer A:hover {
	color: #F09100;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
}

/* Content column */
TD#content {
	color: #F09100;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;	
	height: 200;
	width: 650;
	background-color: #FFFFFF;
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-right: solid 1px #AF007C;
}

/* Menu 1 column */
TD#menu_1 {
	background-color: #FFFFFF;
	border-right: solid 1px #AF007C;
	vertical-align: top; 
	width: 150;
	min-width: 200;
	padding-top: 10px;
}
TD#menu_1 P {
	width: 90%;
}
TD#menu_1 P A {
	color: #AF007C;
	text-decoration: none;
}
TD#menu_1 P A:hover {
	text-decoration: underline;
}

/*  MENU 1 */
TD#menu_1 P.menu {
  border-bottom: 1px dotted #AF007C;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;
}

TD#menu_1 DIV.menu1-level1-act A {
  color: #AF007C;
}




