/* 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;
}

/* Overal table */
.outline {
  	border: 1px solid #ff3399;
}

/* links */
.type3:link  {
	font-family: Arial;
	font-size: 11px;
	color: #FF3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #FF3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:active  {
	font-family: Arial;
	font-size: 11px;
	color: #FF3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:hover {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: none;
	font-weight: bold;
}

.type1:link  {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
}

.type1:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
}

.type1:active  {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
}

.type1:hover {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: none;
	font-weight: bold;
}
/* For top links */
#buttons {
	float: left;
	width: 720px;
  	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 10px;
	float: left;
	height: 26px;
}

ul#mainlevel-nav li
{
	background: url(top1.jpg) no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	width: 141px;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #7C056F;
	background: url(top1.jpg) no-repeat;
	width: 141px;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #000000;
	background: url(top2.jpg) no-repeat;
}

/* For nav links to have no list style */
ul
{
margin: 0;
padding: 0;
list-style: none;
}

/* For right */
#right_outer {
	margin-left: 0px;
	width: 180px;
}

#right_inner {
  float: none !important;
  float: left;
}

/* For right class*/
table.moduletable th, div.moduletable h3 {
	background: url(subhead_bg2.jpg) no-repeat;
	color: #CC3366;
	text-align: center;
	padding-left: 0px;
	height: 25px;
	line-height: 25px;
	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_bg.jpg) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #CC3366;
	text-align: left;
	padding-top: 3px;
	padding-left: 10px;
	height: 15px !important;
	height: 18px;
	width: 100%;
	text-decoration: underline;
}

a.mainlevel:hover {
	background-position: 0px -18px;
	text-decoration: none;
	color: #CC3366;
}

a.mainlevel#active_menu {
	color:#000000;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #CC3366;
}

/* For mainbody */
#body_outer {
	padding: 4px;
	margin-left: 0px;
	padding-bottom: 50px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	width: 625px;
}

/* Content heading */
.contentheading {
	color: #FF3366;
	font-weight: bold;
	font-size: 12px;
}

/* heading */
.heading {
	color: #CC3366;
	font-weight: bold;
	font-size: 18px;
}

.newheading {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}