/* basic settings  */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-image: url();
	background-repeat: repeat-x;
	background-position:bottom;
	margin-top:0px;
}
a:link {
	color: #666666;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
	
}
a:active {
	text-decoration: none;
	color: #FF6600;
}


/* other font styles */

.orange {
	color: #FF6600
}

.white {
	color: #FFFFFF
}

.title_14_bold {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}


.OrangeBold {
	color: #FF6600;
	font-weight: bold;
}

.size18_white {
	font-size: 18px;
	color: #FFFFFF;
}


/* DIV containers */

#root_container {
	position:absolute;
	width:742px;
	z-index:1;
	left: 50%;
	top: 10px;
	margin-left: -375px;
	background-image: url(images/bgr.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}


#top_title {
	background-image:url(images/title.gif);
	background-repeat:no-repeat;
	width:400px;
	height:40px;
	z-index:2;
	float:left;

}

#top_banner_image {
	/* top bunner for non home pages */
	background-image:url(images/top_banner4.jpg);
	background-position:center;
	height:64px;
	width:742px;
	clear:both;
	}

#right_top_menu {
	position:absolute;
	width:160px;
	height:17px;
	z-index:4;
	top:16px;
	left:582px;

}

#main_menu {
	background-image:url(images/menu_background.jpg);
	background-repeat:no-repeat;
	height:18px;
	padding-left:5px;
	padding-top:2px;
	
	}
	
#main_menu a:link {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
}
#main_menu a:visited {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#main_menu a:hover {
	text-decoration: none;
	border-bottom:#FF9900 dotted;
	color:#FFFF00;
	font-weight:bold;
	
}

#Footer {
	z-index:5;
	clear:both;
	height:65px;
	width:742px;
	background-image: url(images/bottom_line2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#footer_left {
	position:relative;
	padding-left:10px;
	width:205px;
	height:19px;
	z-index:11;
	left: 1px;
	top: 18px;
	float:left;
}
#footer_right {
	position:relative;
	width:225px;
	height:19px;
	z-index:12;
	left: 1px;
	top: 18px;
	float:right;

}

