/*
  ******   GENERAL STYLES   ******
*/


body {
	background-color: #FFF2F9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link
{
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.no_repeat {
	background-repeat: no-repeat;
	background-position: left top;
}


.no_repeat_tl {
	background-repeat: no-repeat;
	background-position: left top;
}

.repeat-x  {
	background-repeat: repeat-x;
	background-position: top;
}


/*
  ******   TOP NAVIGATION - MAIN & ALTERNATE   ******
*/


.top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-decoration:none;
	text-align: center;
}

.top_nav:hover {
	color: #660066;
	text-decoration:none;
}

.top_nav_alt:hover {
	color: #660066;
	text-decoration:none;
}

.top_nav_alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #D36CA0;
	text-decoration:none;
	font-weight: normal;
	text-align:right;
}


/*
  ******   SIDE NAVIGATION   ******
*/


.side_nav_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #684584;
	padding-left: 6px;
}

.side_nav_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF;
/*	padding-left: 30px; */
	line-height:18px;
}

.side_nav_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #684584;
	padding-left: 28px;
	height:33px;
	vertical-align:middle;
	background-image: url(/skin/images/bg_side_link.png);
	background-repeat: no-repeat;
	background-position: right;
}


/*
  ******   ALTERNATE / SECTION NAVIGATION   ******
*/


.alt_nav_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration:none;
	line-height: 18px;
	vertical-align:top;
	font-weight: normal;
}

.alt_nav_link:hover {
	color: #ffffff;
	text-decoration:none;
	background-color:#C7503C;
}

.alt_nav_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration:none;
	line-height: 20px;
	vertical-align:top;
	font-weight: normal;
	background-image: url(/skin/images/bg_alt_nav.gif);
	vertical-align:top;
	text-align:center;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ECF2E6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:14px;
	padding-right:14px;
}


/*
  ******   BOTTOM NAVIGATION   ******
*/


.bot_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: D36CA0;
	text-decoration:none;
	vertical-align:top;
	font-weight: normal;
}

.bot_nav_alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: D36CA0;
	text-decoration:none;
	line-height: 16px;
	vertical-align:top;
	font-weight: normal;
}


/*
  ******   CONTENT STYLES   ******
*/


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: normal;
}

.main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	background-image: url(/skin/images/bg_header.png);
	vertical-align: middle;
	padding-left: 16px;
}

.standard_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 15px;
	color: #6699CC;
	font-weight: bold;
}

.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #333333;
	line-height: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.standard_text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #ffffff;
	line-height: 16px;
}

.autoLink {
	color: #CC3399;
	font-weight:normal;
}


/*
  ******   RESULTS STYLES   ******
*/


.results_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #CC3399;
}

.results_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #333333;
}

.results_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color: #6699CC;
}


/*
  ******   DIVIDERS   ******
*/


.div {
	background-color:#666666;
	width: 1px;
}

.div_nav {
	background-color:#999999;
	width: 1px;
}

.div_side_nav {
	background-color:#B8B8A6;
	height: 1px;
}

