/* CSS Document */
body {
	margin: 15px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.other {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.other2 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

/* links */
.type3:link  {
	font-family: Arial;
	font-size: 11px;
	color: #FD2293;
	text-decoration: none;
	font-weight: bold;
}

.type3:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #FD2293;
	text-decoration: none;
	font-weight: bold;
}

.type3:active  {
	font-family: Arial;
	font-size: 11px;
	color: #FD2293;
	text-decoration: none;
	font-weight: bold;
}

.type3:hover {
	font-family: Arial;
	font-size: 11px;
	color: #916E03;
	text-decoration: underline;
	font-weight: bold;
}

/* Overal table */
.outline {
  border: 1px solid #916E03;
}

/* For top links */
#buttons {
	float: left;
	width: 565px;
  	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	height: 21px;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	border: 1px solid #916E03;
	width: 139px;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #FD2293;
	background: transparent;
	width: 139px;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #FE8AC6;
}

/* For nav links to have no list style */
ul
{
margin: 0;
padding: 0;
list-style: none;
}

/* For right */
#right_outer {
	margin-left: 0px;
	width: 150px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #916E03;
  padding: 2px;
}

/* For right class*/
table.moduletable th, div.moduletable h3 {
	background: url(subhead_bg.jpg) no-repeat;
	color: #FD2293;
	text-align: center;
	padding-left: 0px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

/* main menu listings and style */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(menu_bg2.jpg) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #FEA6D4;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: underline;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #916E03;
}

a.mainlevel#active_menu {
	color:#FFFFFF;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #916E03;
}

/* For mainbody */
#body_outer {
	padding: 4px;
	border: 1px solid #916E03;
	width: 565px;
	margin-left: 0px;
	padding-bottom: 50px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

/* Content heading */
.contentheading {
	height: 30px;
	color: #FD2293;
	font-weight: bold;
	font-size: 12px;
}

/* heading */
.heading {
	color: #FD2293;
	font-weight: bold;
	font-size: 15px;
}

