body {
	background-color: #59058D;
	margin: 0px;
	font-family: verdana;
	font-size: 11px;
}

td {
	font-family: verdana;
	font-size: 11px;
}

a {
	color: #2767B5;
}

a:hover {
	color: #A07EB6;
}

.bg_white {
	background-color: #FFFFFF;
}

.bg_violet_dark {
	background-color: #A07EB6;
}

.bg_violet_light {
	background-color: #BDA1D0;
}


#left_menu {
	background-image: url(../images/left_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}

#left_menu a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}

#left_menu a:hover {
	color: #000000;
	text-decoration: none;
}

#left_menu .mnu_ht {
	height: 22px;
	text-align: right;
	background-image: url(../images/left_menu_divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

.pad_justify {
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

.divider_right {
	background-image: url(../images/divider_vertical.jpg);
	background-repeat: repeat-y;
	background-position: right;	
}

.bottom_left {
	background-image: url(../images/bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
	height: 9px;
	width: 9px;
}

.bottom_right {
	background-image: url(../images/bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
	height: 9px;
	width: 9px;
}
.subhd { 
	color: #59058D;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana
}

#site_design {
	align: bottom; 
	color: #BDA1D0;
}

#site_design a{
	align: bottom; 
	color: #BDA1D0;
}

#site_design a:hover{
	color: #FFFFCC;
}

.img_brd {
	border-color: #C8AADC;
	border-style: solid;
	border-width: 4px 0px 4px 0px;
}