/* basic settings  */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-image: url();
	background-repeat: repeat-x;
	background-position:bottom;
	margin-top:0px;
	margin-left:0px;
	background-color:#FAFAFF;
}
a:link {
	color: #6666ff;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #6666ff;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
	
}
a:active {
	text-decoration: none;
	color: #6666ff;
}


/* 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;
}

.size12_gray {
	color: #666666;
	font-size: 12;
}
.size10 {font-size: 10px}
.size12 {font-size: 12px}

/* DIV containers */

#root_container {
	width:810px;
	z-index:1;
	padding: 10px;
	background-image: url(graphics/shadow_tile.jpg);
	background-repeat:repeat-y;
}


#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:1px;
	margin-top:3px;
	}
	
#main_menu a:link {
	margin:0px;
	padding:0px;
	border:0px;
}
#main_menu a:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#main_menu a:hover {
	text-decoration: none;
	
}

#Footer {
	z-index:5;
	clear:both;
	height:40px;
	width:750px;

	}

#footer_left {
	position:relative;
	padding-left:35px;
	width:250px;
	height:19px;
	z-index:11;
	left: 1px;
	top: 18px;
	float:left;
}
#footer_right {
	position:relative;
	width:245px;
	height:19px;
	z-index:12;
	left: 1px;
	top: 18px;
	float:right;

}
#shadow_top {
	position:absolute;
	top:0px;
	left:0px;
	width:810px;
	height:10px;
	z-index:2;
	background-image: url(graphics/top_shadow.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#shadow_bottom {
	width:810px;
	height:10px;
	z-index:2;
	background-image: url(graphics/bottom_shadow.jpg);
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
}
