/* CSS Document */
html	{
	height: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.a1pxbordblack	{
border: solid 1px #000000;
}

.a1pxbordpink	{
border: solid 1px #A70084;
}

#header	{
	position: relative;
	width: 100%;
	background-color: #000000;
	height: 170px;
	color:white;
}

#header_curve_left	{
	position: absolute;
	top:0px;
	left: -10px;
}

#header_curve_right	{
	position: absolute;
	top:0px;
	right: -170px;
}

#footer	{
	position: relative;
	width: 100%;
	background-color: #000000;
	height: 24px;
	color: white;
}

#footer_curve_left	{
	position: absolute;
	top:0px;
	left: -10px;
}

#footer_curve_right	{
	position: absolute;
	top:0px;
	right: -170px;
}

#container	{
	position: relative;
	width: 80%;
	border-left: solid 10px #000000;
	border-right: solid 170px #000000;
	margin:auto;
}

#contents	{
	width: 100%;
	background-color:#FFFFFF;
/*	overflow:hidden; */
	min-height: 520px;
	height: auto !important;
	height: 520px;
}

#contents_home	{
	width: 100%;
	background-color:#FFFFFF;
	overflow: hidden;
}

#contents_pad	{
	padding: 10px 10px 5px 10px;
}

#home_fade {
	z-index: 2;
	width: 277px;
	right: 0px;
	top: 380px;
	position: absolute;
}

#home_fade div {
	top:0px;
	right: 0px;
	position: absolute;
	display: none;
}

#home_fade #home_fade_box1	{
	display:block;
}


#right_col	{
	position: absolute;
	width: 170px;
	top: 170px;
	right: -170px;
	color:white;
	overflow: hidden;
	background-color:#000000;
}

#right_pad	{
	padding: 5px;
}

#right_buttons	{
	padding: 0 0 10px 0;
}

#logo_box	{
	position:absolute;
	top: 20px;
	right: -160px;
}

#username	{
	position:absolute;
	font-size: 1.25em;
	top: 85px;
	right: -160px;
	color: white;
	text-align:right;
	font-weight:bold;
}

#username a	{
	color:#FFFFFF;
	text-decoration:none;
}

#username a:hover	{
	color:#FFFF00;
	text-decoration:none;
}

#search_arrow	{
	width: 150px;
	height: 103px;
	background: url(../images/yellow_arrow.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px 0 0 5px;
	cursor: pointer;
}

#search_text	{
	padding: 36px 0 0 20px;
	font-weight: bolder;
	font-size: 25px;
	text-align: left;
	text-decoration:none;
}

#help_arrow	{
	width: 150px;
	height: 67px;
	background: url(../images/orange_button.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 15px 0 0 5px;
	cursor: pointer;
}

#help_text	{
	padding: 16px 0 0 20px;
	font-weight: bolder;
	font-size: 14px;
	text-align: left;
}

#about_button	{
	width: 150px;
	height: 54px;
	background: url(../images/about_button.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 0 5px;
}

#about_text	{
	padding: 17px 0 0 13px;
	color: white;
	font-weight: bolder;
	font-size: 11px;
	text-align: left;
}

#kwik_search	{
	width: 160px;
}

a {
	color: blue;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	color: #444444;
}

.topmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.topmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
background: #000000;
}

.topmenu ul li{
display: inline;
}

.topmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
}

.topmenu ul li a:visited{
color: white;
}

.topmenu ul li a:hover, .topmenu ul li .current{
color: #FFFF00;
font-weight: bolder;
}

#a_header	{
	color: white;
	font-weight: bold;
	text-decoration:none;
}

#a_header:visited	{
	color: #BBBBBB;
}

#bottom_bar	{
	background-color:#FFFF00;
	height: 25px;
	border-top: solid 2px #000000;
	width: 100%;
	font-weight:bold;
}

#privacy	{
	width: 100%;
	padding: 20px 0 5px 0;
	text-align:center;
	color: #FFFFFF;
}

#privacy a	{
	color: #FFFFFF;
}

#privacy a:hover	{
	color: #FFFF00;
}

#register	{
	width: 100%;
	padding: 0 0 0 0;
	text-align:left;
	color: #FFFFFF;
}

#register a	{
	color: #FFFFFF;
}

#register a:hover	{
	color: #FFFF00;
}

.sitemap	{
	height: 48px;
	font-size: 12px;
	font-weight: bold;
	background: #DFBBD7;
	border: 1px solid #A70084;
	text-align: center;
	vertical-align:middle;
	overflow: hidden;
}

.head_block	{
	height: 132px;
	background-color: #A70084;
	background-image: url(../images/ra_group_purple.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	padding: 0 0 0 15px;
}

.datatable {
	border-left: 1px solid #A70084;
	border-right: 1px solid #A70084;
	background-color: #EEDCEC;
}

.searchtable {
	border-left: 1px solid #A70084;
	border-right: 1px solid #A70084;
	background-color: #EDE82A;
}

.datarow1	{
	background-color: #DFBBD7;
}

.datarow2	{
	background-color: #EEDCEC;
}

.table_separator	{
	height: 2em;
	background: #DFBBD7;
	border-top: 1px solid #A70084;
	border-bottom: 1px solid #A70084;
}

th	{
	color: white;
	font-size: 1.25em;
	font-weight: bold;
	background-color: #A70084;
}

.toggle {
	color: #444444;
	font-size: 9pt;
}
.hotspot {
	color: #FF6633;
	cursor: help;
	font-size: 9px;
	font-weight: 100;
}
.hotspotall {
	cursor: help;
	font-weight: bold;
}

#probbust	{
	background-image:url(../images/problem_buster_graphic.jpg);
	background-position:top;
	background-repeat: no-repeat;
	padding: 80px 0 0 0;
}

.prob_button	{
	background-image: url(../images/prob_button.gif);
	background-repeat:no-repeat;
	width: 193px;
	height: 36px;
}

#prob_text	{
	width: 177px;
	height: 22px;
	padding: 7px 10px;
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
}

#view {
	width: 155px;
	color: white;
	border-left: solid 1px #A70084;
	border-top: solid 1px #A70084;
	border-right: solid 1px #A70084;
}
		
#view ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
		
#view ul a {
	color: blue;
	text-decoration: none;
	display: block;
	background: #DFBBD7;
	padding: 0.2em 0.5em;
	margin: 0;
	border-bottom: solid 1px #A70084;
}
		
#view a:visited {
	color: #444444;
}
		
#view a:hover {
	color: white;
	background: #A70084;
}

#view li	{
	margin: 0;
	list-style-type: none;
}

.pointer	{
	cursor: pointer;
}

#banners
{
	position: relative;
	margin:auto;
	width:60%;
	padding: 0 0 90px 0;
	background-color:#EEDCEC;
	border: solid 1px #A70084;
	z-index: 3;
}

#banners div
{
	position:absolute;
	width: 90%;
	top: 10px;
	left: 10px;
	padding: 10px;
	display:none;
	margin:0px;
}

#banners #banner1
{
	display:block;
}

#banners ul
{
	width:auto;
	height:25px;
	background:#0063DC;
	margin:0px;
}

#banners ul li
{
	display:inline;
	width:10px;
}

#banners ul li a
{
	text-decoration:none;
	padding:5px;
	line-height:2.5em;
	margin:5px;
	color:#fff;
	height:25px;
	font-weight:bold;
}

#banners ul li a:hover
{
	background:#fff;
	color:#0063DC;	
}

marquee
{
font-weight:100;
}

#news
{
	margin: auto;
	width:550px;
	height:161px;
	background-image:url(../images/news_scroller_bkg.jpg);
	background-repeat:no-repeat;
}

#news div
{
	width:515px;
	height:150px;
	display:none;
	margin:0;
	font-size: 14px;
	padding: 75px 15px 15px 20px;
	color:#FFFFFF;
}

#news a
{
	color:#0099FF;
}

#news #news1
{
	display:block;
}

.img_prov	{
	margin: 0 5px 5px 5px;
	border: solid 1px #A70084;
}

.new_search_bkg	{
	background-image:url(../images/new_search_fade_pink.jpg);
	background-repeat:repeat-x;
}

#search_menu {
	width: 155px;
	color: white;
	padding: 2px;
}
		
#search_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
		
#search_menu ul a {
	color: black;
	text-decoration: none;
	display: block;
	background: #DFBBD7;
	padding: 0.2em 0.5em;
	margin: 0 0 1px 0;
}
		
#search_menu a:hover {
	color: white;
	background: #A70084;
}

#search_menu li	{
	margin: 0;
	list-style-type: none;
}

#search_menu h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0.3em 0 0.3em 0;
	display: block;
	background-color:#A70084;
	background-repeat:repeat-x;
	padding: 0.5em 0.5em;
	color:white;
	border: 1px solid #000;
}

#print_header	{
	display: none;
}
</style>